diff options
author | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 09:59:49 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2013-08-25 09:59:49 +0000 |
commit | 2847a4b493cf01a4ebb01a2c6f5a3f30952e9a3d (patch) | |
tree | e0cd3919acf4ca3b7fd2103b1f1c7e7fe3f8a782 /dev-perl/Inline-Python | |
parent | Bump (diff) | |
download | gentoo-2-2847a4b493cf01a4ebb01a2c6f5a3f30952e9a3d.tar.gz gentoo-2-2847a4b493cf01a4ebb01a2c6f5a3f30952e9a3d.tar.bz2 gentoo-2-2847a4b493cf01a4ebb01a2c6f5a3f30952e9a3d.zip |
Bump
(Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-perl/Inline-Python')
-rw-r--r-- | dev-perl/Inline-Python/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/Inline-Python/ChangeLog b/dev-perl/Inline-Python/ChangeLog index 1fcf9ba5b3dc..709705fb0090 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.25 2012/09/02 16:09:50 tove Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Python/ChangeLog,v 1.26 2013/08/25 09:59:49 patrick Exp $ + +*Inline-Python-0.420.0 (25 Aug 2013) + + 25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Inline-Python-0.420.0.ebuild: + Bump 02 Sep 2012; Torsten Veller <tove@gentoo.org> -Inline-Python-0.390.0.ebuild: Cleanup diff --git a/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild b/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild new file mode 100644 index 000000000000..3bdc3a512779 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.420.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2013 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.420.0.ebuild,v 1.1 2013/08/25 09:59:49 patrick Exp $ + +EAPI=2 + +MODULE_AUTHOR=NINE +MODULE_VERSION=0.42 +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" |