diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:51:56 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:51:56 +0000 |
commit | b132c74425941a2c2409a1ea381d66cf301fd426 (patch) | |
tree | b5bb87fa1704a402aa1fe693f7a5b120a1f04933 /dev-java/commons-el/commons-el-1.0-r1.ebuild | |
parent | ant_src_unpack -> src_unpack (diff) | |
download | gentoo-2-b132c74425941a2c2409a1ea381d66cf301fd426.tar.gz gentoo-2-b132c74425941a2c2409a1ea381d66cf301fd426.tar.bz2 gentoo-2-b132c74425941a2c2409a1ea381d66cf301fd426.zip |
ant_src_unpack -> src_unpack
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'dev-java/commons-el/commons-el-1.0-r1.ebuild')
-rw-r--r-- | dev-java/commons-el/commons-el-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/commons-el/commons-el-1.0-r1.ebuild b/dev-java/commons-el/commons-el-1.0-r1.ebuild index 1c1d72660c22..9c3741908ee2 100644 --- a/dev-java/commons-el/commons-el-1.0-r1.ebuild +++ b/dev-java/commons-el/commons-el-1.0-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-el/commons-el-1.0-r1.ebuild,v 1.1 2006/07/04 20:40:28 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/commons-el/commons-el-1.0-r1.ebuild,v 1.2 2006/07/22 21:51:56 nelchael Exp $ inherit java-pkg-2 java-ant-2 @@ -21,7 +21,7 @@ DEPEND=">=virtual/jdk-1.4 S=${WORKDIR}/${P}-src -ant_src_unpack() { +src_unpack() { unpack ${A} cd ${S} mv build.properties build.properties.old |