diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:37:10 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:37:10 +0000 |
commit | f42e54d07ea6f210195721d3361ac5af4a5728be (patch) | |
tree | 3670e9813915bce256d2ec6abc3f0911fc5ff301 /dev-java/commons-betwixt | |
parent | ant_src_unpack -> src_unpack (diff) | |
download | gentoo-2-f42e54d07ea6f210195721d3361ac5af4a5728be.tar.gz gentoo-2-f42e54d07ea6f210195721d3361ac5af4a5728be.tar.bz2 gentoo-2-f42e54d07ea6f210195721d3361ac5af4a5728be.zip |
ant_src_unpack -> src_unpack
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-java/commons-betwixt')
-rw-r--r-- | dev-java/commons-betwixt/ChangeLog | 6 | ||||
-rw-r--r-- | dev-java/commons-betwixt/commons-betwixt-0.6-r2.ebuild | 4 | ||||
-rw-r--r-- | dev-java/commons-betwixt/commons-betwixt-0.7-r1.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/dev-java/commons-betwixt/ChangeLog b/dev-java/commons-betwixt/ChangeLog index 6487f00d5be8..3f2c334d1804 100644 --- a/dev-java/commons-betwixt/ChangeLog +++ b/dev-java/commons-betwixt/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/commons-betwixt # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-betwixt/ChangeLog,v 1.6 2006/07/13 21:59:14 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-betwixt/ChangeLog,v 1.7 2006/07/22 21:37:10 nelchael Exp $ + + 22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> + commons-betwixt-0.6-r2.ebuild, commons-betwixt-0.7-r1.ebuild: + ant_src_unpack -> src_unpack *commons-betwixt-0.7-r1 (13 Jul 2006) *commons-betwixt-0.6-r2 (13 Jul 2006) diff --git a/dev-java/commons-betwixt/commons-betwixt-0.6-r2.ebuild b/dev-java/commons-betwixt/commons-betwixt-0.6-r2.ebuild index 677231b3b134..193c30812dae 100644 --- a/dev-java/commons-betwixt/commons-betwixt-0.6-r2.ebuild +++ b/dev-java/commons-betwixt/commons-betwixt-0.6-r2.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/commons-betwixt/commons-betwixt-0.6-r2.ebuild,v 1.1 2006/07/13 21:59:14 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-betwixt/commons-betwixt-0.6-r2.ebuild,v 1.2 2006/07/22 21:37:10 nelchael Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -26,7 +26,7 @@ DEPEND=">=virtual/jdk-1.3 S="${WORKDIR}/${P}-src/" -ant_src_unpack() { +src_unpack() { unpack ${A} cd ${S} diff --git a/dev-java/commons-betwixt/commons-betwixt-0.7-r1.ebuild b/dev-java/commons-betwixt/commons-betwixt-0.7-r1.ebuild index d0282be62070..c004b37fb5fd 100644 --- a/dev-java/commons-betwixt/commons-betwixt-0.7-r1.ebuild +++ b/dev-java/commons-betwixt/commons-betwixt-0.7-r1.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/commons-betwixt/commons-betwixt-0.7-r1.ebuild,v 1.1 2006/07/13 21:59:14 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-betwixt/commons-betwixt-0.7-r1.ebuild,v 1.2 2006/07/22 21:37:10 nelchael Exp $ inherit java-pkg-2 eutils java-ant-2 @@ -27,7 +27,7 @@ DEPEND=">=virtual/jdk-1.3 S="${WORKDIR}/${P}-src/" -ant_src_unpack() { +src_unpack() { unpack ${A} epatch ${FILESDIR}/${P}-notests.patch |