diff options
author | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-24 16:08:31 +0000 |
---|---|---|
committer | Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> | 2009-04-24 16:08:31 +0000 |
commit | 7a5c49219e7f005d6b8c3e1cf2ca6d17067b1c05 (patch) | |
tree | 54db0965195ef31fa706102246c7a4754a52b239 /dev-python/pyparted | |
parent | Add ruby19 to USE_RUBY. (diff) | |
download | gentoo-2-7a5c49219e7f005d6b8c3e1cf2ca6d17067b1c05.tar.gz gentoo-2-7a5c49219e7f005d6b8c3e1cf2ca6d17067b1c05.tar.bz2 gentoo-2-7a5c49219e7f005d6b8c3e1cf2ca6d17067b1c05.zip |
Remove older ebuilds.
(Portage version: 13391-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/pyparted')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 8 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-1.6.9-r1.ebuild | 42 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-1.7.0.ebuild | 44 |
3 files changed, 6 insertions, 88 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index aa42a12decf5..a3c111e5ec77 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyparted -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.37 2008/07/18 13:30:32 tester Exp $ +# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.38 2009/04/24 16:08:31 arfrever Exp $ + + 24 Apr 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org> + -pyparted-1.6.9-r1.ebuild, -pyparted-1.7.0.ebuild: + Remove older ebuilds. 18 Jul 2008; Olivier Crête <tester@gentoo.org> pyparted-1.8.9.ebuild: Stable on amd64, bug #231196 diff --git a/dev-python/pyparted/pyparted-1.6.9-r1.ebuild b/dev-python/pyparted/pyparted-1.6.9-r1.ebuild deleted file mode 100644 index f44ab33d8052..000000000000 --- a/dev-python/pyparted/pyparted-1.6.9-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.6.9-r1.ebuild,v 1.9 2006/08/21 18:14:23 wolf31o2 Exp $ - -RH_EXTRAVERSION="3" - -inherit eutils rpm flag-o-matic - -DESCRIPTION="Python bindings for parted" -HOMEPAGE="http://fedora.redhat.com" -SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RH_EXTRAVERSION}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86" -IUSE="" - -# Needed to build... -DEPEND="=dev-lang/python-2.4* - >=sys-apps/parted-1.6.9" - -src_unpack() { - rpm_src_unpack -} - -src_compile() { - cd ${S} - - # -fPIC needed for compilation on amd64, applied globally as only one shared - # lib is produced by this package. - append-flags -fPIC - - # This is needed otherwise it won't build - # If anyone wants to figure out why... go ahead! - export LDFLAGS="-ldl" - econf || die - emake || die -} - -src_install () { - einstall || die "Install failed!" - dodoc AUTHORS COPYING README ChangeLog -} diff --git a/dev-python/pyparted/pyparted-1.7.0.ebuild b/dev-python/pyparted/pyparted-1.7.0.ebuild deleted file mode 100644 index 61aef54f7923..000000000000 --- a/dev-python/pyparted/pyparted-1.7.0.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-1.7.0.ebuild,v 1.8 2006/10/21 01:23:12 agriffis Exp $ - -RH_EXTRAVERSION="1" - -inherit eutils rpm flag-o-matic - -DESCRIPTION="Python bindings for parted" -HOMEPAGE="http://fedora.redhat.com" -SRC_URI="http://download.fedora.redhat.com/pub/fedora/linux/core/development/SRPMS/${P}-${RH_EXTRAVERSION}.src.rpm" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" -IUSE="" - -# Needed to build... -DEPEND="=dev-lang/python-2.4* - >=sys-apps/parted-1.7.0" - -src_unpack() { - rpm_src_unpack - cd "${S}" - sed -i -e 's:device.h:parted.h:' pydevice.h - sed -i -e 's:disk.h:parted.h:' pydisk.h pyfilesystem.h - sed -i -e 's:geom.h:parted.h:' pygeometry.h -} - -src_compile() { - # -fPIC needed for compilation on amd64, applied globally as only one shared - # lib is produced by this package. - append-flags -fPIC - - # This is needed otherwise it won't build - # If anyone wants to figure out why... go ahead! - export LDFLAGS="-ldl" - econf || die - emake || die -} - -src_install () { - einstall || die "Install failed!" - dodoc AUTHORS COPYING README ChangeLog -} |