diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 22:05:25 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2006-07-22 22:05:25 +0000 |
commit | 1a0b9d709712da211b1832f82bd1a56625f68ba1 (patch) | |
tree | e69485fbe40308c42f3afaefb74c2d6eb63ab535 | |
parent | ant_src_unpack -> src_unpack (diff) | |
download | gentoo-2-1a0b9d709712da211b1832f82bd1a56625f68ba1.tar.gz gentoo-2-1a0b9d709712da211b1832f82bd1a56625f68ba1.tar.bz2 gentoo-2-1a0b9d709712da211b1832f82bd1a56625f68ba1.zip |
ant_src_unpack -> src_unpack
(Portage version: 2.1.1_pre3-r3)
-rw-r--r-- | dev-db/xindice/ChangeLog | 5 | ||||
-rw-r--r-- | dev-db/xindice/xindice-1.0-r4.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-db/xindice/ChangeLog b/dev-db/xindice/ChangeLog index aceaa6cd7543..e5233e853fa8 100644 --- a/dev-db/xindice/ChangeLog +++ b/dev-db/xindice/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-db/xindice # Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.11 2006/07/01 18:46:15 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/ChangeLog,v 1.12 2006/07/22 22:05:25 nelchael Exp $ + + 22 Jul 2006; Krzysiek Pawlik <nelchael@gentoo.org> xindice-1.0-r4.ebuild: + ant_src_unpack -> src_unpack 01 Jul 2006; Joshua Nichols <nichoj@gentoo.org> metadata.xml, xindice-1.0-r3.ebuild: diff --git a/dev-db/xindice/xindice-1.0-r4.ebuild b/dev-db/xindice/xindice-1.0-r4.ebuild index ec212100fc2d..bca684480da1 100644 --- a/dev-db/xindice/xindice-1.0-r4.ebuild +++ b/dev-db/xindice/xindice-1.0-r4.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r4.ebuild,v 1.1 2006/07/01 18:46:15 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-db/xindice/xindice-1.0-r4.ebuild,v 1.2 2006/07/22 22:05:25 nelchael Exp $ inherit eutils java-pkg-2 java-ant-2 @@ -27,7 +27,7 @@ pkg_setup() { java-pkg-2_pkg_setup } -ant_src_unpack() { +src_unpack() { unpack ${A} cd ${S} epatch ${FILESDIR}/${P}-r3.patch |