diff options
author | Michael Cummings <mcummings@gentoo.org> | 2006-11-25 14:27:13 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2006-11-25 14:27:13 +0000 |
commit | 769b30639474b0b568f68e5a37e4a583bec30b97 (patch) | |
tree | 41472e64187ba1c5ac3504fd8aa3012711756523 /dev-perl/Inline-Python/Inline-Python-0.22.ebuild | |
parent | Stable on ppc wrt bug 154816 (diff) | |
download | historical-769b30639474b0b568f68e5a37e4a583bec30b97.tar.gz historical-769b30639474b0b568f68e5a37e4a583bec30b97.tar.bz2 historical-769b30639474b0b568f68e5a37e4a583bec30b97.zip |
Initial commit
Package-Manager: portage-2.1.2_rc2-r1
Diffstat (limited to 'dev-perl/Inline-Python/Inline-Python-0.22.ebuild')
-rw-r--r-- | dev-perl/Inline-Python/Inline-Python-0.22.ebuild | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/dev-perl/Inline-Python/Inline-Python-0.22.ebuild b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild new file mode 100644 index 000000000000..d69feff5e9df --- /dev/null +++ b/dev-perl/Inline-Python/Inline-Python-0.22.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2006 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.22.ebuild,v 1.1 2006/11/25 14:27:13 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Easy implimentaiton of Java extensions" +HOMEPAGE="http://search.cpan.org/~neilw/" +SRC_URI="mirror://cpan/authors/id/N/NE/NEILW/${P}.tar.gz" + +LICENSE="Artistic" +#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" + + |