diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 22:09:24 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-05-07 22:09:24 +0000 |
commit | bc831651679ca307fa652722a333d9eefad6fccd (patch) | |
tree | fdbfc77c9025230b5f5137f22eb49e737701d0b4 | |
parent | fixing Manifest (diff) | |
download | gentoo-2-bc831651679ca307fa652722a333d9eefad6fccd.tar.gz gentoo-2-bc831651679ca307fa652722a333d9eefad6fccd.tar.bz2 gentoo-2-bc831651679ca307fa652722a333d9eefad6fccd.zip |
Remove default S and RDEPEND.
-rw-r--r-- | dev-python/pyparted/ChangeLog | 5 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-1.6.6.ebuild | 7 |
2 files changed, 5 insertions, 7 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 235a82cc65f5..65b093f63099 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-python/pyparted # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.2 2004/05/05 07:33:05 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.3 2004/05/07 22:09:24 kloeri Exp $ + + 08 May 2004; Bryan Østergaard <kloeri@gentoo.org> pyparted-1.6.6.ebuild: + Remove default S and RDEPEND. *pyparted-1.6.6 (05 May 2004) diff --git a/dev-python/pyparted/pyparted-1.6.6.ebuild b/dev-python/pyparted/pyparted-1.6.6.ebuild index a086eda146bc..df4ac79149b1 100644 --- a/dev-python/pyparted/pyparted-1.6.6.ebuild +++ b/dev-python/pyparted/pyparted-1.6.6.ebuild @@ -1,7 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.2 2004/05/05 07:33:05 dragonheart Exp $ - +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.6.ebuild,v 1.3 2004/05/07 22:09:24 kloeri Exp $ RH_EXTRAVERSION="2" @@ -18,10 +17,6 @@ IUSE="" # Needed to build... DEPEND=">=sys-apps/parted-1.6.9" -RDEPEND="${DEPEND}" - -S="${WORKDIR}/${P}" - src_unpack() { rpm_src_unpack } |