diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-21 19:15:20 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-21 19:15:20 +0000 |
commit | ad105847982bfd3a9951e87daf9178ad3a0dbfe7 (patch) | |
tree | c55e66c982704790b266d261a699087e042bd31d /dev-perl/Inline-Java | |
parent | Version bump (diff) | |
download | gentoo-2-ad105847982bfd3a9951e87daf9178ad3a0dbfe7.tar.gz gentoo-2-ad105847982bfd3a9951e87daf9178ad3a0dbfe7.tar.bz2 gentoo-2-ad105847982bfd3a9951e87daf9178ad3a0dbfe7.zip |
Version bump
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-perl/Inline-Java')
-rw-r--r-- | dev-perl/Inline-Java/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Inline-Java/Inline-Java-0.50.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Inline-Java/Inline-Java-0.51.ebuild | 6 | ||||
-rw-r--r-- | dev-perl/Inline-Java/Inline-Java-0.52.ebuild | 26 | ||||
-rw-r--r-- | dev-perl/Inline-Java/files/digest-Inline-Java-0.52 | 3 |
5 files changed, 44 insertions, 8 deletions
diff --git a/dev-perl/Inline-Java/ChangeLog b/dev-perl/Inline-Java/ChangeLog index 46ff5532d8a5..b68c2208e930 100644 --- a/dev-perl/Inline-Java/ChangeLog +++ b/dev-perl/Inline-Java/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Inline-Java -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/ChangeLog,v 1.9 2006/10/10 19:22:56 mcummings Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/ChangeLog,v 1.10 2007/01/21 19:15:20 mcummings Exp $ + +*Inline-Java-0.52 (21 Jan 2007) + + 21 Jan 2007; Michael Cummings <mcummings@gentoo.org> + Inline-Java-0.50.ebuild, Inline-Java-0.51.ebuild, + +Inline-Java-0.52.ebuild: + Version bump 10 Oct 2006; Michael Cummings <mcummings@gentoo.org> Inline-Java-0.50.ebuild, Inline-Java-0.51.ebuild: diff --git a/dev-perl/Inline-Java/Inline-Java-0.50.ebuild b/dev-perl/Inline-Java/Inline-Java-0.50.ebuild index 0d51f58780e9..a7468f9c4c65 100644 --- a/dev-perl/Inline-Java/Inline-Java-0.50.ebuild +++ b/dev-perl/Inline-Java/Inline-Java-0.50.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.50.ebuild,v 1.6 2006/10/10 19:22:56 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.50.ebuild,v 1.7 2007/01/21 19:15:20 mcummings Exp $ inherit perl-module DESCRIPTION="Easy implimentaiton of Java extensions" -HOMEPAGE="http://search.cpan.org/~patl/${P}/" +HOMEPAGE="http://search.cpan.org/~patl/" SRC_URI="mirror://cpan/authors/id/P/PA/PATL/${P}.tar.gz" LICENSE="Artistic" diff --git a/dev-perl/Inline-Java/Inline-Java-0.51.ebuild b/dev-perl/Inline-Java/Inline-Java-0.51.ebuild index 53e4e6f49fb2..8b535d9f1110 100644 --- a/dev-perl/Inline-Java/Inline-Java-0.51.ebuild +++ b/dev-perl/Inline-Java/Inline-Java-0.51.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.51.ebuild,v 1.4 2006/10/10 19:22:56 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.51.ebuild,v 1.5 2007/01/21 19:15:20 mcummings Exp $ inherit perl-module DESCRIPTION="Easy implimentaiton of Java extensions" -HOMEPAGE="http://search.cpan.org/~patl/${P}/" +HOMEPAGE="http://search.cpan.org/~patl/" SRC_URI="mirror://cpan/authors/id/P/PA/PATL/${P}.tar.gz" LICENSE="Artistic" diff --git a/dev-perl/Inline-Java/Inline-Java-0.52.ebuild b/dev-perl/Inline-Java/Inline-Java-0.52.ebuild new file mode 100644 index 000000000000..f53ddfa46768 --- /dev/null +++ b/dev-perl/Inline-Java/Inline-Java-0.52.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.52.ebuild,v 1.1 2007/01/21 19:15:20 mcummings Exp $ + +inherit perl-module + +DESCRIPTION="Easy implimentaiton of Java extensions" +HOMEPAGE="http://search.cpan.org/~patl/" +SRC_URI="mirror://cpan/authors/id/P/PA/PATL/${P}.tar.gz" + +LICENSE="Artistic" +#LICENSE="|| ( Artistic GPL-2 )" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +SRC_TEST="do" + +DEPEND=">=dev-perl/Inline-0.44 + >=virtual/perl-Test-1.13 + >=virtual/jdk-1.4 + dev-lang/perl" + +myconf="J2SDK=$JAVA_HOME" +mymake="java all" + diff --git a/dev-perl/Inline-Java/files/digest-Inline-Java-0.52 b/dev-perl/Inline-Java/files/digest-Inline-Java-0.52 new file mode 100644 index 000000000000..d70bdbfc6d95 --- /dev/null +++ b/dev-perl/Inline-Java/files/digest-Inline-Java-0.52 @@ -0,0 +1,3 @@ +MD5 79982fba350db6f9b78c1324ee47f067 Inline-Java-0.52.tar.gz 94458 +RMD160 e6dbe05c91c8989348d0e55fdaad4f69c2b179a2 Inline-Java-0.52.tar.gz 94458 +SHA256 ce4d45eb483122b583bd3c2dbcc9715ff0111befbc32cba41530ea2dad0dbd75 Inline-Java-0.52.tar.gz 94458 |