diff options
author | 2004-02-18 04:56:15 +0000 | |
---|---|---|
committer | 2004-02-18 04:56:15 +0000 | |
commit | 9c2138c6f270dc710981a5e1703521b71d57d903 (patch) | |
tree | f68071aa56a5241b82a81c960a721aa8b1a8758a /app-text/itext | |
parent | New version, should fix bug #41481 (diff) | |
download | historical-9c2138c6f270dc710981a5e1703521b71d57d903.tar.gz historical-9c2138c6f270dc710981a5e1703521b71d57d903.tar.bz2 historical-9c2138c6f270dc710981a5e1703521b71d57d903.zip |
Oops... fixes ;)
Diffstat (limited to 'app-text/itext')
-rw-r--r-- | app-text/itext/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/itext/Manifest | 4 | ||||
-rw-r--r-- | app-text/itext/itext-1.02b.ebuild | 6 |
3 files changed, 10 insertions, 5 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/Manifest b/app-text/itext/Manifest index bf95c0c5f05a..2d5870529d2f 100644 --- a/app-text/itext/Manifest +++ b/app-text/itext/Manifest @@ -1,4 +1,4 @@ -MD5 02427d0364e80cdafdc41670df217d33 itext-1.02b.ebuild 986 -MD5 108d949f9a496d7b81537517b5e4c901 ChangeLog 330 +MD5 94ec26343d0659bc7903d39ee8d5b8d1 itext-1.02b.ebuild 1025 +MD5 79aac8a21795c1070e1c27290f26866d ChangeLog 418 MD5 a6ec7d7724fbd068ffb39b5be56134ed metadata.xml 157 MD5 21fc7131496d0f0c97f6bff3b1106258 files/digest-itext-1.02b 53 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" |