diff options
author | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-21 22:37:27 +0000 |
---|---|---|
committer | Petteri Räty <betelgeuse@gentoo.org> | 2008-03-21 22:37:27 +0000 |
commit | 144e150231a0d1700279fa444068b8a9878d7145 (patch) | |
tree | cd3a33a65ca83d25ea7eae926a67698e4aa3cd75 /dev-perl/Inline-Java | |
parent | Change the wording of the mask to be similar enough to previous ones to have ... (diff) | |
download | gentoo-2-144e150231a0d1700279fa444068b8a9878d7145.tar.gz gentoo-2-144e150231a0d1700279fa444068b8a9878d7145.tar.bz2 gentoo-2-144e150231a0d1700279fa444068b8a9878d7145.zip |
Fix to work with the upcoming generic src_test in java-pkg-2.
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-perl/Inline-Java')
-rw-r--r-- | dev-perl/Inline-Java/ChangeLog | 8 | ||||
-rw-r--r-- | dev-perl/Inline-Java/Inline-Java-0.52.ebuild | 15 |
2 files changed, 11 insertions, 12 deletions
diff --git a/dev-perl/Inline-Java/ChangeLog b/dev-perl/Inline-Java/ChangeLog index b9084934a1ee..2755abb44fcb 100644 --- a/dev-perl/Inline-Java/ChangeLog +++ b/dev-perl/Inline-Java/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Inline-Java -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/ChangeLog,v 1.15 2007/12/27 14:12:36 ticho Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/ChangeLog,v 1.16 2008/03/21 22:37:27 betelgeuse Exp $ + + 21 Mar 2008; Petteri Räty <betelgeuse@gentoo.org> + Inline-Java-0.52.ebuild: + Fix to work with the upcoming generic src_test in java-pkg-2. 27 Dec 2007; Andrej Kacian <ticho@gentoo.org> Inline-Java-0.52.ebuild: Stable on x86. diff --git a/dev-perl/Inline-Java/Inline-Java-0.52.ebuild b/dev-perl/Inline-Java/Inline-Java-0.52.ebuild index 6f4a5bafe3ed..a83d3ec63eb4 100644 --- a/dev-perl/Inline-Java/Inline-Java-0.52.ebuild +++ b/dev-perl/Inline-Java/Inline-Java-0.52.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 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.5 2007/12/27 14:12:36 ticho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Inline-Java/Inline-Java-0.52.ebuild,v 1.6 2008/03/21 22:37:27 betelgeuse Exp $ -inherit perl-module java-pkg-2 +inherit java-pkg-2 perl-module DESCRIPTION="Easy implimentaiton of Java extensions" HOMEPAGE="http://search.cpan.org/~patl/" @@ -21,15 +21,10 @@ DEPEND=">=dev-perl/Inline-0.44 >=virtual/jdk-1.4 dev-lang/perl" -myconf="J2SDK=$JAVA_HOME" -mymake="java all" pkg_setup() { java-pkg-2_pkg_setup + myconf="J2SDK=$JAVA_HOME" + mymake="java all" perl-module_pkg_setup } - -src_compile() { - java-pkg-2_src_compile - perl-module_src_compile -} |