diff options
author | Torsten Veller <tove@gentoo.org> | 2008-12-17 16:27:55 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-12-17 16:27:55 +0000 |
commit | 182a3639938a55ad79a05395ed7fb4ec57c8af1c (patch) | |
tree | 00ce4574271080404c84cdc1b8d96f004c6dc76a /dev-perl/Inline-Python/Inline-Python-0.28.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.tar.gz gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.tar.bz2 gentoo-2-182a3639938a55ad79a05395ed7fb4ec57c8af1c.zip |
Version bump
(Portage version: 2.2_rc17/cvs/Linux 2.6.27-tuxonice i686)
Diffstat (limited to 'dev-perl/Inline-Python/Inline-Python-0.28.ebuild')
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.28.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.28.ebuild b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild new file mode 100644 index 000000000000..487f00680974 --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.28.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2008 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.28.ebuild,v 1.1 2008/12/17 16:27:55 tove Exp $ + +MODULE_AUTHOR=NINE +inherit perl-module + +DESCRIPTION="Easy implementation of Python extensions" + +LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Inline-0.42 + dev-lang/python + dev-lang/perl" |