summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-09-18 03:48:34 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-09-18 03:48:34 +0000
commit9607315f19f58522aaf4ef136f30e264c46b01cf (patch)
tree84f3e7a7c901529bb26f054d3219d4ff7c191722 /dev-perl
parentFix test deps (diff)
downloadgentoo-2-9607315f19f58522aaf4ef136f30e264c46b01cf.tar.gz
gentoo-2-9607315f19f58522aaf4ef136f30e264c46b01cf.tar.bz2
gentoo-2-9607315f19f58522aaf4ef136f30e264c46b01cf.zip
Bump
(Portage version: 2.2.6/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl')
-rw-r--r--dev-perl/Inline-Python/ChangeLog7
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index 709705fb0090..408a4af3084f 100644
--- a/dev-perl/Inline-Python/ChangeLog
+++ b/dev-perl/Inline-Python/ChangeLog
@@ -1,6 +1,11 @@
# 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.26 2013/08/25 09:59:49 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.27 2013/09/18 03:48:34 patrick Exp $
+
+*Inline-Python-0.430.0 (18 Sep 2013)
+
+ 18 Sep 2013; Patrick Lauer <patrick@gentoo.org> +Inline-Python-0.430.0.ebuild:
+ Bump
*Inline-Python-0.420.0 (25 Aug 2013)
diff --git a/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild
new file mode 100644
index 000000000000..cefdfa569f27
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.430.0.ebuild
@@ -0,0 +1,21 @@
+# 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.430.0.ebuild,v 1.1 2013/09/18 03:48:34 patrick Exp $
+
+EAPI=2
+
+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"