diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-28 00:14:39 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2010-03-28 00:14:39 +0000 |
commit | 35399bc72c5069aa920691ea23f18c2a9c25425a (patch) | |
tree | be69693ed0b4a17c578003a3c61f057c1fd40195 /dev-perl/Inline-Python | |
parent | New beta. Fixes shuffle operation, among other things. (diff) | |
download | historical-35399bc72c5069aa920691ea23f18c2a9c25425a.tar.gz historical-35399bc72c5069aa920691ea23f18c2a9c25425a.tar.bz2 historical-35399bc72c5069aa920691ea23f18c2a9c25425a.zip |
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.34.ebuild | 20 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 2564a3cf06ba..3fad2641ce47 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-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.15 2009/12/24 19:56:18 tove Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.16 2010/03/28 00:13:19 robbat2 Exp $ + +*Inline-Python-0.34 (28 Mar 2010) + + 28 Mar 2010; Robin H. Johnson <robbat2@gentoo.org> + +Inline-Python-0.34.ebuild: + Version bump via perl-bump experimental tool. 24 Dec 2009; Torsten Veller <tove@gentoo.org> -Inline-Python-0.29.ebuild: Cleanup diff --git a/dev-perl/Inline-Python/Inline-Python-0.34.ebuild b/dev-perl/Inline-Python/Inline-Python-0.34.ebuild new file mode 100644 index 000000000000..4b2407b43459 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.34.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.34.ebuild,v 1.1 2010/03/28 00:13:19 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" |