summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pyunit/pyunit-1.4.1.ebuild')
-rw-r--r--dev-python/pyunit/pyunit-1.4.1.ebuild20
1 files changed, 8 insertions, 12 deletions
diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild
index 29b7b9efcd48..a69292a05ce1 100644
--- a/dev-python/pyunit/pyunit-1.4.1.ebuild
+++ b/dev-python/pyunit/pyunit-1.4.1.ebuild
@@ -1,23 +1,19 @@
-# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.1 2002/10/28 18:44:13 roughneck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.1.1.1 2005/11/30 10:10:15 chriswhite Exp $
-DESCRIPTION="PyUnit - the standard unit testing framework for Python"
-HOMEPAGE="http://pyunit.sourceforge.net/"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/pyunit/${P}.tar.gz"
+inherit distutils
+DESCRIPTION="PyUnit - the standard unit testing framework for Python"
+HOMEPAGE="http://pyunit.sourceforge.net/"
+SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz"
LICENSE="as-is"
SLOT="0"
-KEYWORDS="x86 ppc"
+KEYWORDS="~amd64 ppc ~sparc x86"
IUSE=""
-DEPEND=">=python-2.0"
-RDEPEND=""
-
-S="${WORKDIR}/${P}"
-
-inherit distutils
+DEPEND=">=dev-lang/python-2.0"
src_install() {
mydoc="CHANGES examples/*"