summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2010-08-10 15:33:45 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2010-08-10 15:33:45 +0000
commit6818d20479bf202b4943a0b0f6252efd65be1b74 (patch)
treeb9b55a322f6bae6028a8155ec1c893e1bdacff0c /dev-perl/Inline-Python
parentVersion bump via perl-bump experimental tool. (diff)
downloadgentoo-2-6818d20479bf202b4943a0b0f6252efd65be1b74.tar.gz
gentoo-2-6818d20479bf202b4943a0b0f6252efd65be1b74.tar.bz2
gentoo-2-6818d20479bf202b4943a0b0f6252efd65be1b74.zip
Version bump via perl-bump experimental tool.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r--dev-perl/Inline-Python/ChangeLog8
-rw-r--r--dev-perl/Inline-Python/Inline-Python-0.36.ebuild20
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog
index c13e3d44e920..ea2a6f956d5d 100644
--- a/dev-perl/Inline-Python/ChangeLog
+++ b/dev-perl/Inline-Python/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/Inline-Python
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.17 2010/04/23 18:26:20 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.18 2010/08/10 15:33:45 robbat2 Exp $
+
+*Inline-Python-0.36 (10 Aug 2010)
+
+ 10 Aug 2010; Robin H. Johnson <robbat2@gentoo.org>
+ +Inline-Python-0.36.ebuild:
+ Version bump via perl-bump experimental tool.
*Inline-Python-0.35 (23 Apr 2010)
diff --git a/dev-perl/Inline-Python/Inline-Python-0.36.ebuild b/dev-perl/Inline-Python/Inline-Python-0.36.ebuild
new file mode 100644
index 000000000000..2625a0067a39
--- /dev/null
+++ b/dev-perl/Inline-Python/Inline-Python-0.36.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 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.36.ebuild,v 1.1 2010/08/10 15:33:45 robbat2 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"