diff options
author | 2006-07-22 20:51:22 +0000 | |
---|---|---|
committer | 2006-07-22 20:51:22 +0000 | |
commit | ed251dbf52a154a071e3530585bc56d9eb9f79bd (patch) | |
tree | 143fcfbcc5117b8db0841c836d16bb42d7787917 /dev-java/rhino | |
parent | ant_src_unpack -> src_unpack (diff) | |
download | gentoo-2-ed251dbf52a154a071e3530585bc56d9eb9f79bd.tar.gz gentoo-2-ed251dbf52a154a071e3530585bc56d9eb9f79bd.tar.bz2 gentoo-2-ed251dbf52a154a071e3530585bc56d9eb9f79bd.zip |
ant_src_unpack -> src_unpack
(Portage version: 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} |