diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 02:27:42 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-04 02:27:42 +0000 |
commit | 0cdbc22b53d6db12f0eca2cdaeaa99f4cc91ddc5 (patch) | |
tree | 25ca5f3b5783f2a3e92634b0aaf8ae73a4d067c0 /dev-python | |
parent | small aesthetic touchup (diff) | |
download | historical-0cdbc22b53d6db12f0eca2cdaeaa99f4cc91ddc5.tar.gz historical-0cdbc22b53d6db12f0eca2cdaeaa99f4cc91ddc5.tar.bz2 historical-0cdbc22b53d6db12f0eca2cdaeaa99f4cc91ddc5.zip |
touch ups
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 12 |
2 files changed, 9 insertions, 9 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog index a8070ad1de6e..ac1699d41700 100644 --- a/dev-python/pyunit/ChangeLog +++ b/dev-python/pyunit/ChangeLog @@ -1,8 +1,12 @@ # ChangeLog for dev-python/pyunit # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.4 2003/02/27 02:32:22 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.5 2003/04/04 02:27:42 liquidx Exp $ *pyunit-1.4.1 (28 Oct 2002) + + 04 Apr 2003; Alastair Tse <liquidx@gentoo.org> pyunit-1.4.1.ebuild: + slight rearranging + 27 Feb 2003; Alastair Tse <liquidx@gentoo.org> pyunit-1.4.1.ebuild: SRC_URI to use sf mirror. Fixed invalid DEPEND. diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index 8eca7861dafe..dc75f303175b 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-2003 Gentoo Technologies, Inc. # 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.3 2003/02/27 02:32:22 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.4 2003/04/04 02:27:42 liquidx Exp $ -DESCRIPTION="PyUnit - the standard unit testing framework for Python" +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" IUSE="" DEPEND=">=dev-lang/python-2.0" -RDEPEND="" - -S="${WORKDIR}/${P}" - -inherit distutils src_install() { mydoc="CHANGES examples/*" |