diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:01:37 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2012-02-29 09:01:37 +0000 |
commit | be14a2531389b11fe41e7e0ca0ef9a8d866da788 (patch) | |
tree | edc137c1924bb9cf04d202e1fffc91ded0006b2e /dev-perl/Inline-Python | |
parent | Version bump via perl-bump experimental tool. (diff) | |
download | gentoo-2-be14a2531389b11fe41e7e0ca0ef9a8d866da788.tar.gz gentoo-2-be14a2531389b11fe41e7e0ca0ef9a8d866da788.tar.bz2 gentoo-2-be14a2531389b11fe41e7e0ca0ef9a8d866da788.zip |
Version bump via perl-bump experimental tool.
(Portage version: 2.2.0_alpha89/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.400.0.ebuild | 21 |
2 files changed, 29 insertions, 2 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 5c223fa77c5b..4ee487d8f80a 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.22 2011/07/29 18:32:36 tove Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.23 2012/02/29 09:01:37 robbat2 Exp $ + +*Inline-Python-0.400.0 (29 Feb 2012) + + 29 Feb 2012; Robin H. Johnson <robbat2@gentoo.org> + +Inline-Python-0.400.0.ebuild: + Version bump via perl-bump experimental tool. 29 Jul 2011; Torsten Veller <tove@gentoo.org> -Inline-Python-0.31.ebuild, -Inline-Python-0.34.ebuild, -Inline-Python-0.35.ebuild, diff --git a/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild new file mode 100644 index 000000000000..24f1c69891f3 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.400.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 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.400.0.ebuild,v 1.1 2012/02/29 09:01:37 robbat2 Exp $ + +EAPI=2 + +MODULE_AUTHOR=NINE +MODULE_VERSION=0.40 +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" |