diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:59:18 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 21:59:18 +0000 |
commit | 39fb1ec58cd7cadb3fe04d5ad7dac20547fa236d (patch) | |
tree | e988aa7bf239f5da4668a9799644e752ca4ba966 /app-misc/jbidwatcher | |
parent | Ported all ebuilds to modular X for Bug #126934. (diff) | |
download | historical-39fb1ec58cd7cadb3fe04d5ad7dac20547fa236d.tar.gz historical-39fb1ec58cd7cadb3fe04d5ad7dac20547fa236d.tar.bz2 historical-39fb1ec58cd7cadb3fe04d5ad7dac20547fa236d.zip |
ant_src_unpack -> src_unpack
Package-Manager: portage-2.1.1_pre3-r3
Diffstat (limited to 'app-misc/jbidwatcher')
-rw-r--r-- | app-misc/jbidwatcher/ChangeLog | 6 | ||||
-rw-r--r-- | app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-misc/jbidwatcher/ChangeLog b/app-misc/jbidwatcher/ChangeLog index 7ab30dfbea3f..80742e687f42 100644 --- a/app-misc/jbidwatcher/ChangeLog +++ b/app-misc/jbidwatcher/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-misc/jbidwatcher # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.24 2006/07/17 17:42:37 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/ChangeLog,v 1.25 2006/07/22 21:59:18 nelchael Exp $ + + 22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> + jbidwatcher-1.0_pre6.ebuild: + ant_src_unpack -> src_unpack *jbidwatcher-1.0_pre6 (17 Jul 2006) diff --git a/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild b/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild index af57b8e93a64..226c2bc161b4 100644 --- a/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild +++ b/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.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/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild,v 1.1 2006/07/17 17:42:37 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/jbidwatcher/jbidwatcher-1.0_pre6.ebuild,v 1.2 2006/07/22 21:59:18 nelchael Exp $ inherit java-pkg-2 java-ant-2 eutils @@ -22,7 +22,7 @@ RDEPEND=">=virtual/jre-1.4" S="${WORKDIR}/${MY_P}" -ant_src_unpack() { +src_unpack() { unpack ${A} cd ${S} |