summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-10 08:30:21 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-10 08:30:21 +0000
commitddcaa5cc3e5901a58e40cdbc47dc172f5222bab2 (patch)
tree7ab49aa355f41ac5d659a546fafd9fa14217d713 /dev-perl/Inline-Python
parentVersion bump (diff)
downloadgentoo-2-ddcaa5cc3e5901a58e40cdbc47dc172f5222bab2.tar.gz
gentoo-2-ddcaa5cc3e5901a58e40cdbc47dc172f5222bab2.tar.bz2
gentoo-2-ddcaa5cc3e5901a58e40cdbc47dc172f5222bab2.zip
Version bump
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r--dev-perl/Inline-Python/ChangeLog7
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.31.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index 997843fc5725..7dfbae396fc6 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.13 2009/07/08 08:42:55 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.14 2009/12/10 08:30:21 tove Exp $
+
+*Inline-Python-0.31 (10 Dec 2009)
+
+ 10 Dec 2009; Torsten Veller <tove@gentoo.org> +Inline-Python-0.31.ebuild:
+ Version bump
*Inline-Python-0.29 (08 Jul 2009)
diff --git a/dev-perl/Inline-Python/Inline-Python-0.31.ebuild b/dev-perl/Inline-Python/Inline-Python-0.31.ebuild
new file mode 100644
index 000000000000..3f6a94b0c55a
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.31.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 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.31.ebuild,v 1.1 2009/12/10 08:30:21 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=NINE
+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"