diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 20:51:22 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 20:51:22 +0000 |
commit | 75e5e25eddf789a60451a23a7b085e43042d9392 (patch) | |
tree | 2681e3118590334d59e14d141b6882644fd8ecf7 /dev-java/rhino | |
parent | stable on mip (diff) | |
download | historical-75e5e25eddf789a60451a23a7b085e43042d9392.tar.gz historical-75e5e25eddf789a60451a23a7b085e43042d9392.tar.bz2 historical-75e5e25eddf789a60451a23a7b085e43042d9392.zip |
ant_src_unpack -> src_unpack
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'dev-java/rhino')
-rw-r--r-- | dev-java/rhino/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.5.5-r3.ebuild | 4 | ||||
-rw-r--r-- | dev-java/rhino/rhino-1.6.1-r3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/rhino/ChangeLog b/dev-java/rhino/ChangeLog index 01553dfeb574..1482d2d4f050 100644 --- a/dev-java/rhino/ChangeLog +++ b/dev-java/rhino/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/rhino # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.36 2006/07/21 19:03:16 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/ChangeLog,v 1.37 2006/07/22 20:51:22 nelchael Exp $ + + 22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> rhino-1.5.5-r3.ebuild, + rhino-1.6.1-r3.ebuild: + ant_src_unpack -> src_unpack 21 Jul 2006; Joshua Nichols <jnichols@gentoo.org> rhino-1.5.5-r3.ebuild, rhino-1.6.1-r3.ebuild: diff --git a/dev-java/rhino/rhino-1.5.5-r3.ebuild b/dev-java/rhino/rhino-1.5.5-r3.ebuild index 3d07a5ea501c..ac9010799ca6 100644 --- a/dev-java/rhino/rhino-1.5.5-r3.ebuild +++ b/dev-java/rhino/rhino-1.5.5-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r3.ebuild,v 1.2 2006/07/21 19:03:16 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.5.5-r3.ebuild,v 1.3 2006/07/22 20:51:22 nelchael Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -19,7 +19,7 @@ DEPEND="dev-java/ant-core source? ( app-arch/zip )" RDEPEND=">=virtual/jre-1.3" -ant_src_unpack() { +src_unpack() { unpack ${MY_P}.zip cd ${S} mkdir build/ diff --git a/dev-java/rhino/rhino-1.6.1-r3.ebuild b/dev-java/rhino/rhino-1.6.1-r3.ebuild index c24912511df7..3bb4a5d9a883 100644 --- a/dev-java/rhino/rhino-1.6.1-r3.ebuild +++ b/dev-java/rhino/rhino-1.6.1-r3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.1-r3.ebuild,v 1.2 2006/07/21 19:03:16 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/rhino/rhino-1.6.1-r3.ebuild,v 1.3 2006/07/22 20:51:22 nelchael Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -21,7 +21,7 @@ DEPEND="dev-java/ant-core source? ( app-arch/zip ) ${RDEPEND}" -ant_src_unpack() { +src_unpack() { unpack ${MY_P}.zip cd ${S} |