diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-13 23:07:42 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2014-12-13 23:07:42 +0000 |
commit | ee6c15c2620039928c72dfe6315317fded26956e (patch) | |
tree | 7b61e1bbea973deda43325bae95ea00d07e70dfe /dev-perl | |
parent | Bump pandoc to pandoc-1.13.1-r3 (diff) | |
download | gentoo-2-ee6c15c2620039928c72dfe6315317fded26956e.tar.gz gentoo-2-ee6c15c2620039928c72dfe6315317fded26956e.tar.bz2 gentoo-2-ee6c15c2620039928c72dfe6315317fded26956e.zip |
Drop old
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild | 21 |
2 files changed, 4 insertions, 22 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index b39bb904b86e..c341e00ede80 100644 --- a/dev-perl/Inline-Python/ChangeLog +++ b/dev-perl/Inline-Python/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Inline-Python # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.30 2014/12/10 23:41:48 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.31 2014/12/13 23:07:42 zlogene Exp $ + + 13 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> -Inline-Python-0.430.0.ebuild: + Drop old 10 Dec 2014; Andreas K. Huettel <dilfridge@gentoo.org> Inline-Python-0.460.0.ebuild, diff --git a/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild deleted file mode 100644 index ffe47ad384da..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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.2 2014/03/10 14:51:15 zlogene Exp $ - -EAPI=5 - -MODULE_AUTHOR=NINE -MODULE_VERSION=0.43 -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" |