diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:47:49 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2012-01-26 13:47:49 +0000 |
commit | b0e920515df67e8f4ba35d98d5409fd4d8f9bdca (patch) | |
tree | 18a5837a6ea49d1cdd41e0615af00858bafa1eb6 /dev-python | |
parent | ppc/ppc64 stable wrt #385227 (diff) | |
download | gentoo-2-b0e920515df67e8f4ba35d98d5409fd4d8f9bdca.tar.gz gentoo-2-b0e920515df67e8f4ba35d98d5409fd4d8f9bdca.tar.bz2 gentoo-2-b0e920515df67e8f4ba35d98d5409fd4d8f9bdca.zip |
old
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pyparted/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.4.ebuild | 49 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.5.ebuild | 49 | ||||
-rw-r--r-- | dev-python/pyparted/pyparted-3.6.ebuild | 49 |
4 files changed, 5 insertions, 148 deletions
diff --git a/dev-python/pyparted/ChangeLog b/dev-python/pyparted/ChangeLog index 4a5a2497b6c9..efc77071e0cf 100644 --- a/dev-python/pyparted/ChangeLog +++ b/dev-python/pyparted/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-python/pyparted # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.71 2012/01/26 13:47:18 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/ChangeLog,v 1.72 2012/01/26 13:47:49 ssuominen Exp $ + + 26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> -pyparted-3.4.ebuild, + -pyparted-3.5.ebuild, -pyparted-3.6.ebuild: + old 26 Jan 2012; Samuli Suominen <ssuominen@gentoo.org> pyparted-3.8-r1.ebuild: ppc/ppc64 stable wrt #385227 diff --git a/dev-python/pyparted/pyparted-3.4.ebuild b/dev-python/pyparted/pyparted-3.4.ebuild deleted file mode 100644 index 912d9ef79d29..000000000000 --- a/dev-python/pyparted/pyparted-3.4.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.4.ebuild,v 1.12 2011/03/03 01:22:50 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" - -inherit autotools python - -DESCRIPTION="Python bindings for sys-block/parted" -HOMEPAGE="https://fedorahosted.org/pyparted/" -SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86" -IUSE="" - -DEPEND="dev-python/decorator - >=sys-block/parted-2.3 - sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/-avoid-version/& -shared /' src/Makefile.am || die "sed failed" - eautoreconf - - # Disable byte-compilation of Python modules. - echo "#!/bin/sh" > py-compile - - python_src_prepare -} - -src_install() { - python_src_install - python_clean_installation_image - dodoc ChangeLog NEWS README TODO -} - -pkg_postinst() { - python_mod_optimize parted -} - -pkg_postrm() { - python_mod_cleanup parted -} diff --git a/dev-python/pyparted/pyparted-3.5.ebuild b/dev-python/pyparted/pyparted-3.5.ebuild deleted file mode 100644 index 6d344d69d2db..000000000000 --- a/dev-python/pyparted/pyparted-3.5.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.5.ebuild,v 1.2 2011/03/03 01:22:50 arfrever Exp $ - -EAPI="3" -PYTHON_DEPEND="2" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" - -inherit autotools python - -DESCRIPTION="Python bindings for sys-block/parted" -HOMEPAGE="https://fedorahosted.org/pyparted/" -SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/decorator - >=sys-block/parted-2.3 - sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/-avoid-version/& -shared /' src/Makefile.am || die "sed failed" - eautoreconf - - # Disable byte-compilation of Python modules. - echo "#!/bin/sh" > py-compile - - python_src_prepare -} - -src_install() { - python_src_install - python_clean_installation_image - dodoc ChangeLog NEWS README TODO -} - -pkg_postinst() { - python_mod_optimize parted -} - -pkg_postrm() { - python_mod_cleanup parted -} diff --git a/dev-python/pyparted/pyparted-3.6.ebuild b/dev-python/pyparted/pyparted-3.6.ebuild deleted file mode 100644 index 94c3e1688f3c..000000000000 --- a/dev-python/pyparted/pyparted-3.6.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyparted/pyparted-3.6.ebuild,v 1.1 2011/04/16 17:10:56 jer Exp $ - -EAPI="3" -PYTHON_DEPEND="2:2.7" -SUPPORT_PYTHON_ABIS="1" -RESTRICT_PYTHON_ABIS="3.* *-jython" -PYTHON_EXPORT_PHASE_FUNCTIONS="1" - -inherit autotools python - -DESCRIPTION="Python bindings for sys-block/parted" -HOMEPAGE="https://fedorahosted.org/pyparted/" -SRC_URI="https://fedorahosted.org/releases/p/y/${PN}/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -DEPEND="dev-python/decorator - >=sys-block/parted-2.3 - sys-libs/ncurses" -RDEPEND="${DEPEND}" - -src_prepare() { - sed -i -e 's/-avoid-version/& -shared /' src/Makefile.am || die "sed failed" - eautoreconf - - # Disable byte-compilation of Python modules. - echo "#!/bin/sh" > py-compile - - python_src_prepare -} - -src_install() { - python_src_install - python_clean_installation_image - dodoc ChangeLog NEWS README TODO -} - -pkg_postinst() { - python_mod_optimize parted -} - -pkg_postrm() { - python_mod_cleanup parted -} |