diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-06-26 11:38:21 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-06-26 11:38:21 +0000 |
commit | ecffadd36dbb2ae80be084d0a7bd2ad293e1741e (patch) | |
tree | 794799e8b174a963e2a18acedf100229c7f5733b /dev-java/ant-core | |
parent | Clean out USE-flags as discussed on the dev-mailinglist (diff) | |
download | gentoo-2-ecffadd36dbb2ae80be084d0a7bd2ad293e1741e.tar.gz gentoo-2-ecffadd36dbb2ae80be084d0a7bd2ad293e1741e.tar.bz2 gentoo-2-ecffadd36dbb2ae80be084d0a7bd2ad293e1741e.zip |
Fixed patch location.
(Portage version: 2.1.1_pre1)
Diffstat (limited to 'dev-java/ant-core')
-rw-r--r-- | dev-java/ant-core/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/ant-core/ant-core-1.6.5-r13.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-java/ant-core/ChangeLog b/dev-java/ant-core/ChangeLog index 0ba982a328ad..0be986798126 100644 --- a/dev-java/ant-core/ChangeLog +++ b/dev-java/ant-core/ChangeLog @@ -1,11 +1,14 @@ # ChangeLog for dev-java/ant-core # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.39 2006/06/25 01:25:32 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ChangeLog,v 1.40 2006/06/26 11:38:21 nichoj Exp $ # Ant-core blocks lower/older versions of ant-tasks, # since it will not run when there is a version mismatch betwean the 2 packages # Please unemerge ant-tasks when updating ant-core. + 26 Jun 2006; Joshua Nichols <nichoj@gentoo.org> ant-core-1.6.5-r13.ebuild: + Fixed patch location. + 25 Jun 2006; <nichoj@gentoo.org> files/1.6.5-ant: Revision bump to add support for new Java system. diff --git a/dev-java/ant-core/ant-core-1.6.5-r13.ebuild b/dev-java/ant-core/ant-core-1.6.5-r13.ebuild index 33317badecce..d2b558a82334 100644 --- a/dev-java/ant-core/ant-core-1.6.5-r13.ebuild +++ b/dev-java/ant-core/ant-core-1.6.5-r13.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/ant-core/ant-core-1.6.5-r13.ebuild,v 1.1 2006/06/25 01:25:32 nichoj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/ant-core/ant-core-1.6.5-r13.ebuild,v 1.2 2006/06/26 11:38:21 nichoj Exp $ inherit java-pkg-2 eutils toolchain-funcs java-ant-2 @@ -30,7 +30,7 @@ ant_src_unpack() { # Patch build.sh to die with non-zero exit code in case of errors. # This patch may be useful for all ant versions. - epatch ${FILESDIR}/build.sh-exit-fix.patch.gz + epatch ${FILESDIR}/build.sh-exit-fix.patch } src_compile() { |