diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-10 14:51:15 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-03-10 14:51:15 +0000 |
commit | d6af60cc0d95e483497949326d383bdc89a3a702 (patch) | |
tree | 82dea8ac4dbb640579aa7e41a1e4f864d875f2e3 /dev-perl/Inline-Python | |
parent | Stable for HPPA (bug #503684). (diff) | |
download | gentoo-2-d6af60cc0d95e483497949326d383bdc89a3a702.tar.gz gentoo-2-d6af60cc0d95e483497949326d383bdc89a3a702.tar.bz2 gentoo-2-d6af60cc0d95e483497949326d383bdc89a3a702.zip |
Bump to EAPI=5; Drop old.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild | 6 |
4 files changed, 9 insertions, 47 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 408a4af3084f..4f0a856edba4 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Inline-Python -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.27 2013/09/18 03:48:34 patrick Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.28 2014/03/10 14:51:15 zlogene Exp $ + + 10 Mar 2014; Mikle Kolyada <zlogene@gentoo.org> -Inline-Python-0.400.0.ebuild, + -Inline-Python-0.420.0.ebuild, Inline-Python-0.430.0.ebuild: + Bump to EAPI=5; Drop old. *Inline-Python-0.430.0 (18 Sep 2013) diff --git a/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild deleted file mode 100644 index 24f1c69891f3..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild,v 1.1 2012/02/29 09:01:37 robbat2 Exp $ - -EAPI=2 - -MODULE_AUTHOR=NINE -MODULE_VERSION=0.40 -inherit perl-module - -DESCRIPTION="Easy implementation of Python extensions" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/Inline-0.42 - dev-lang/python" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild deleted file mode 100644 index 3bdc3a512779..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild,v 1.1 2013/08/25 09:59:49 patrick Exp $ - -EAPI=2 - -MODULE_AUTHOR=NINE -MODULE_VERSION=0.42 -inherit perl-module - -DESCRIPTION="Easy implementation of Python extensions" - -SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" -IUSE="" - -DEPEND=">=dev-perl/Inline-0.42 - dev-lang/python" -RDEPEND="${DEPEND}" - -SRC_TEST="do" diff --git a/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild index cefdfa569f27..ffe47ad384da 100644 --- a/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild +++ b/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild,v 1.1 2013/09/18 03:48:34 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild,v 1.2 2014/03/10 14:51:15 zlogene Exp $ -EAPI=2 +EAPI=5 MODULE_AUTHOR=NINE MODULE_VERSION=0.43 |