summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-09-02 16:16:04 +0000
committerTorsten Veller <tove@gentoo.org>2012-09-02 16:16:04 +0000
commitb3df2deb6e7dc8af1e47beaaf20df4d18329e268 (patch)
treed8dcc0f5471f31fedeea8e61ecb60f98a55cebe8 /dev-perl/Inline-Python
parentCleanup (diff)
downloadhistorical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.tar.gz
historical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.tar.bz2
historical-b3df2deb6e7dc8af1e47beaaf20df4d18329e268.zip
Cleanup
Package-Manager: portage-2.2.0_alpha123/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r--dev-perl/Inline-Python/ChangeLog5
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.390.0.ebuild21
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"