diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:46:07 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 21:46:07 +0000 |
commit | 78ffab2517ab3815ff321152dd41129c03007a37 (patch) | |
tree | b1aceeba3204e28d2faf979d6825d971235310ef /dev-python | |
parent | sync IUSE (+cdr) (Manifest recommit) (diff) | |
download | gentoo-2-78ffab2517ab3815ff321152dd41129c03007a37.tar.gz gentoo-2-78ffab2517ab3815ff321152dd41129c03007a37.tar.bz2 gentoo-2-78ffab2517ab3815ff321152dd41129c03007a37.zip |
don't assign S=${WORKDIR}/${P}
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild | 3 | ||||
-rw-r--r-- | dev-python/iconvcodec/iconvcodec-1.1.1.ebuild | 3 | ||||
-rw-r--r-- | dev-python/medusa/medusa-0.5.2.ebuild | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild index 25039486c9ac..3cecfe5e4474 100644 --- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild +++ b/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild,v 1.16 2004/06/25 03:16:45 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.3.ebuild,v 1.17 2004/07/14 21:45:10 agriffis Exp $ inherit flag-o-matic -S=${WORKDIR}/${P} DESCRIPTION="egenix utils for Python." SRC_URI="http://www.egenix.com/files/python/${P}.tar.gz" HOMEPAGE="http://www.egenix.com/" diff --git a/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild b/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild index 40c4bd6a4fee..4a41d67f3e71 100644 --- a/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild +++ b/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild,v 1.3 2004/06/25 01:31:20 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/iconvcodec/iconvcodec-1.1.1.ebuild,v 1.4 2004/07/14 21:45:39 agriffis Exp $ inherit distutils -S=${WORKDIR}/${P} DESCRIPTION="Python Codecs for Iconv Encodings" SRC_URI="mirror://sourceforge/koco/${P}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/koco" diff --git a/dev-python/medusa/medusa-0.5.2.ebuild b/dev-python/medusa/medusa-0.5.2.ebuild index 3bcf94999fcd..8608a7c6aa6f 100644 --- a/dev-python/medusa/medusa-0.5.2.ebuild +++ b/dev-python/medusa/medusa-0.5.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.8 2004/06/25 01:33:50 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/medusa/medusa-0.5.2.ebuild,v 1.9 2004/07/14 21:46:07 agriffis Exp $ inherit distutils @@ -12,7 +12,6 @@ LICENSE="PYTHON" SLOT="0" KEYWORDS="x86" DEPEND="virtual/python" -S=${WORKDIR}/${P} src_install () { mydoc="CHANGES.txt LICENSE.txt README.txt docs/*.txt" |