diff options
author | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:09:50 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-09-02 16:09:50 +0000 |
commit | 056f32a25c3be8da705fc59d1938369877502907 (patch) | |
tree | 78958c63b735327f4657b3607664392009d4478e /dev-perl/Inline-Python | |
parent | Cleanup (diff) | |
download | gentoo-2-056f32a25c3be8da705fc59d1938369877502907.tar.gz gentoo-2-056f32a25c3be8da705fc59d1938369877502907.tar.bz2 gentoo-2-056f32a25c3be8da705fc59d1938369877502907.zip |
Cleanup
(Portage version: 2.2.0_alpha123/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 5 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.390.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 041ea8c1c8d7..1fcf9ba5b3dc 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.24 2012/06/24 12:58:35 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.25 2012/09/02 16:09:50 tove Exp $ + + 02 Sep 2012; Torsten Veller <tove@gentoo.org> -Inline-Python-0.390.0.ebuild: + Cleanup 24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml: Update CPAN upstream info diff --git a/dev-perl/Inline-Python/Inline-Python-0.390.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.390.0.ebuild deleted file mode 100644 index 34acdbe9378b..000000000000 --- a/dev-perl/Inline-Python/Inline-Python-0.390.0.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2011 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.390.0.ebuild,v 1.1 2011/03/11 11:15:39 tove Exp $ - -EAPI=2 - -MODULE_AUTHOR=NINE -MODULE_VERSION=0.39 -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" |