diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-02-27 02:32:22 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-02-27 02:32:22 +0000 |
commit | e5f6f75df523fcafc85a6504abcb6e4a072073d6 (patch) | |
tree | 601f58d37c9022bb06a060efc83da6066e9c1ba1 /dev-python/pyunit | |
parent | Initial Ebuilds for pyserial (Bug #11928) (diff) | |
download | gentoo-2-e5f6f75df523fcafc85a6504abcb6e4a072073d6.tar.gz gentoo-2-e5f6f75df523fcafc85a6504abcb6e4a072073d6.tar.bz2 gentoo-2-e5f6f75df523fcafc85a6504abcb6e4a072073d6.zip |
fixed SRC_URI and DEPEND problems
Diffstat (limited to 'dev-python/pyunit')
-rw-r--r-- | dev-python/pyunit/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyunit/pyunit-1.4.1.ebuild | 6 |
2 files changed, 7 insertions, 5 deletions
diff --git a/dev-python/pyunit/ChangeLog b/dev-python/pyunit/ChangeLog index 1dff1dd3bccb..a8070ad1de6e 100644 --- a/dev-python/pyunit/ChangeLog +++ b/dev-python/pyunit/ChangeLog @@ -1,9 +1,11 @@ # 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.3 2003/02/12 06:34:41 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/ChangeLog,v 1.4 2003/02/27 02:32:22 liquidx Exp $ *pyunit-1.4.1 (28 Oct 2002) - + 27 Feb 2003; Alastair Tse <liquidx@gentoo.org> pyunit-1.4.1.ebuild: + SRC_URI to use sf mirror. Fixed invalid DEPEND. + 28 Oct 2002; Nicholas Henke <roughneck@gentoo.org> pyunit-1.4.1.ebuild: Initial import. Ebuild submitted by Eivind Tagseth <eivindt-gentoo@multinet.no> diff --git a/dev-python/pyunit/pyunit-1.4.1.ebuild b/dev-python/pyunit/pyunit-1.4.1.ebuild index 9818ef747b84..8eca7861dafe 100644 --- a/dev-python/pyunit/pyunit-1.4.1.ebuild +++ b/dev-python/pyunit/pyunit-1.4.1.ebuild @@ -1,18 +1,18 @@ # 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.2 2003/02/13 11:39:03 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyunit/pyunit-1.4.1.ebuild,v 1.3 2003/02/27 02:32:22 liquidx 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" +SRC_URI="mirror://sourceforge/pyunit/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc" IUSE="" -DEPEND=">=python-2.0" +DEPEND=">=dev-lang/python-2.0" RDEPEND="" S="${WORKDIR}/${P}" |