diff options
author | Torsten Veller <tove@gentoo.org> | 2009-12-10 08:30:21 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-12-10 08:30:21 +0000 |
commit | ddcaa5cc3e5901a58e40cdbc47dc172f5222bab2 (patch) | |
tree | 7ab49aa355f41ac5d659a546fafd9fa14217d713 /dev-perl/Inline-Python | |
parent | Version bump (diff) | |
download | gentoo-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/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.31.ebuild | 20 |
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" |