summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Aniszczyk <zx@gentoo.org>2004-02-18 04:56:15 +0000
committerChris Aniszczyk <zx@gentoo.org>2004-02-18 04:56:15 +0000
commit90e458a04192ec51cc2801e06cc63f4dd71018ef (patch)
treee2a5a39c389b10f7de987749d4e98f61542d79ae /app-text
parentNew version, should fix bug #41481 (diff)
downloadgentoo-2-90e458a04192ec51cc2801e06cc63f4dd71018ef.tar.gz
gentoo-2-90e458a04192ec51cc2801e06cc63f4dd71018ef.tar.bz2
gentoo-2-90e458a04192ec51cc2801e06cc63f4dd71018ef.zip
Oops... fixes ;)
Diffstat (limited to 'app-text')
-rw-r--r--app-text/itext/ChangeLog5
-rw-r--r--app-text/itext/itext-1.02b.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/app-text/itext/ChangeLog b/app-text/itext/ChangeLog
index c11327cff443..f0665979024c 100644
--- a/app-text/itext/ChangeLog
+++ b/app-text/itext/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for app-text/itext
# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/itext/ChangeLog,v 1.1 2004/02/18 04:24:58 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/itext/ChangeLog,v 1.2 2004/02/18 04:56:14 zx Exp $
+
+ 17 Feb 2004; Chris Aniszczyk <zx@gentoo.org> itext-1.02b.ebuild:
+ Ooops... fixes :)
*itext-1.02b (17 Feb 2004)
diff --git a/app-text/itext/itext-1.02b.ebuild b/app-text/itext/itext-1.02b.ebuild
index e74dd0c69f46..4abe25fcd574 100644
--- a/app-text/itext/itext-1.02b.ebuild
+++ b/app-text/itext/itext-1.02b.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-text/itext/itext-1.02b.ebuild,v 1.1 2004/02/18 04:24:58 zx Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-text/itext/itext-1.02b.ebuild,v 1.2 2004/02/18 04:56:15 zx Exp $
inherit java-pkg
@@ -26,7 +26,9 @@ src_unpack() {
}
src_compile() {
- [ -z $J2EE_HOME ] || export J2EE_HOME="/opt/sun-j2ee-1.3.1"
+ [ -z $J2EE_HOME ] && export J2EE_HOME="/opt/sun-j2ee-1.3.1"
+ einfo ${J2EE_HOME}
+ ant download.site
local antflags="jarWithXML"
use jikes && antflags="${antflags} -Dbuild.compiler=jikes"
use doc && antflags="${antflags} javadoc"