diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2006-01-19 03:49:43 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2006-01-19 03:49:43 +0000 |
commit | 8753d5ee1dd26812b1302556800a7b82274ab0d7 (patch) | |
tree | da30359595cebb9b5c1ab58a475beff4744c77b0 /www-servers/axis | |
parent | Add xorg-server's license. (diff) | |
download | gentoo-2-8753d5ee1dd26812b1302556800a7b82274ab0d7.tar.gz gentoo-2-8753d5ee1dd26812b1302556800a7b82274ab0d7.tar.bz2 gentoo-2-8753d5ee1dd26812b1302556800a7b82274ab0d7.zip |
Disabled jikes, because it makes the build fail.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'www-servers/axis')
-rw-r--r-- | www-servers/axis/ChangeLog | 7 | ||||
-rw-r--r-- | www-servers/axis/Manifest | 16 | ||||
-rw-r--r-- | www-servers/axis/axis-1.2_rc2.ebuild | 10 |
3 files changed, 12 insertions, 21 deletions
diff --git a/www-servers/axis/ChangeLog b/www-servers/axis/ChangeLog index f11db38aa123..13517e50d6f4 100644 --- a/www-servers/axis/ChangeLog +++ b/www-servers/axis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for www-servers/axis -# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-servers/axis/ChangeLog,v 1.5 2005/05/04 22:18:37 luckyduck Exp $ +# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-servers/axis/ChangeLog,v 1.6 2006/01/19 03:49:43 nichoj Exp $ + + 19 Jan 2006; Joshua Nichols <nichoj@gentoo.org> axis-1.2_rc2.ebuild: + Disabled jikes, because it makes the build fail. 04 May 2005; Jan Brinkmann <luckyduck@gentoo.org> axis-1.2_rc2.ebuild: stable on amd64 and x86 diff --git a/www-servers/axis/Manifest b/www-servers/axis/Manifest index 81038e453d2b..a94739859dab 100644 --- a/www-servers/axis/Manifest +++ b/www-servers/axis/Manifest @@ -1,15 +1,5 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 4991332c05474b9fd9f9a54b65268e36 axis-1.2_rc2.ebuild 2119 MD5 916fd888e4601d5afff3176c5c58f14e ChangeLog 875 -MD5 aa938bc7f143d74b90cfa34d1ac729ad metadata.xml 746 -MD5 8c7cc290e3dabad081a6b8856d01cb66 files/digest-axis-1.2_rc2 68 +MD5 53c1c01ebb8893dc58f1e90b5f3c71d5 axis-1.2_rc2.ebuild 2018 MD5 46179f667d9c1eefb6b60ae7282c049e files/axis-1.2-gentoo.patch 2907 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.1 (GNU/Linux) - -iD8DBQFC1FnC/rLF9B432nYRApRcAJ9AZQaB2XsevtWkM6XqbS/r/LDBzACgiqg0 -nLjrABofHl+btYNwLaCT59I= -=vCMq ------END PGP SIGNATURE----- +MD5 8c7cc290e3dabad081a6b8856d01cb66 files/digest-axis-1.2_rc2 68 +MD5 aa938bc7f143d74b90cfa34d1ac729ad metadata.xml 746 diff --git a/www-servers/axis/axis-1.2_rc2.ebuild b/www-servers/axis/axis-1.2_rc2.ebuild index 9167849a3271..85c2306cb3fc 100644 --- a/www-servers/axis/axis-1.2_rc2.ebuild +++ b/www-servers/axis/axis-1.2_rc2.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/www-servers/axis/axis-1.2_rc2.ebuild,v 1.6 2005/07/13 00:00:52 axxo Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-servers/axis/axis-1.2_rc2.ebuild,v 1.7 2006/01/19 03:49:43 nichoj Exp $ inherit eutils java-pkg @@ -15,7 +15,7 @@ SRC_URI="mirror://apache/ws/${PN}/${MY_PV}/${SRCFILE}" LICENSE="Apache-1.1" SLOT="1" KEYWORDS="x86 amd64" -IUSE="debug doc jikes" +IUSE="debug doc" RDEPEND=">=virtual/jre-1.4 =dev-java/servletapi-2.4* @@ -33,8 +33,7 @@ RDEPEND=">=virtual/jre-1.4 dev-java/sun-javamail-bin" DEPEND=">=virtual/jdk-1.4 ${RDEPEND} - >=dev-java/ant-1.6 - jikes? ( >=dev-java/jikes-1.21 )" + >=dev-java/ant-1.6" S=${WORKDIR}/${MY_P} @@ -66,7 +65,6 @@ src_compile() { use doc && antflags="${antflags} javadocs" use debug && antflags="${antflags} -Ddebug=on" use !debug && antflags="${antflags} -Ddebug=off" - use jikes && antflags="${antflags} -Dbuild.compiler=jikes" ant ${antflags} || die "compilation problem" } |