From 3f85653ed3571b45a2c1dcdd3a54434a12c1940c Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Thu, 27 Jan 2011 02:43:02 +0000 Subject: Version bump via perl-bump experimental tool. (Portage version: 2.2.0_alpha19/cvs/Linux x86_64) --- dev-perl/Inline-Python/ChangeLog | 8 +++++++- dev-perl/Inline-Python/Inline-Python-0.38.ebuild | 20 ++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) create mode 100644 dev-perl/Inline-Python/Inline-Python-0.38.ebuild (limited to 'dev-perl/Inline-Python') diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 1242261dbc92..6775bf182d44 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.19 2011/01/14 17:14:15 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.20 2011/01/27 02:43:02 robbat2 Exp $ + +*Inline-Python-0.38 (27 Jan 2011) + + 27 Jan 2011; Robin H. Johnson + +Inline-Python-0.38.ebuild: + Version bump via perl-bump experimental tool. 14 Jan 2011; Torsten Veller -Inline-Python-0.28.ebuild, -Inline-Python-0.36.ebuild: diff --git a/dev-perl/Inline-Python/Inline-Python-0.38.ebuild b/dev-perl/Inline-Python/Inline-Python-0.38.ebuild new file mode 100644 index 000000000000..475a4cc3aa80 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.38.ebuild @@ -0,0 +1,20 @@ +# 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.38.ebuild,v 1.1 2011/01/27 02:43:02 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" -- cgit v1.2.3-65-gdbad