diff options
author | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:42:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-07-08 08:42:55 +0000 |
commit | 3719d709a6cafe4c0d65228ef90c6d91d3428454 (patch) | |
tree | 0030ee9df29a2f4caf9d50cfc260ab653271df3f /dev-perl/Inline-Python/Inline-Python-0.29.ebuild | |
parent | bump libdvbpsi requirement, bug #276925 (diff) | |
download | gentoo-2-3719d709a6cafe4c0d65228ef90c6d91d3428454.tar.gz gentoo-2-3719d709a6cafe4c0d65228ef90c6d91d3428454.tar.bz2 gentoo-2-3719d709a6cafe4c0d65228ef90c6d91d3428454.zip |
Version bump
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Inline-Python/Inline-Python-0.29.ebuild')
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.29.ebuild | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.29.ebuild b/dev-perl/Inline-Python/Inline-Python-0.29.ebuild new file mode 100644 index 000000000000..b0364c167b45 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.29.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.29.ebuild,v 1.1 2009/07/08 08:42:55 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" |