diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 16:58:50 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-06-27 16:58:50 +0000 |
commit | 243b5cedeb3dfd8ce4263e14443f3d1668f58d36 (patch) | |
tree | 2a942505e0f007275e7986e0c6229dde757c5ec4 /dev-java | |
parent | Clean up (diff) | |
download | historical-243b5cedeb3dfd8ce4263e14443f3d1668f58d36.tar.gz historical-243b5cedeb3dfd8ce4263e14443f3d1668f58d36.tar.bz2 historical-243b5cedeb3dfd8ce4263e14443f3d1668f58d36.zip |
Comsetic fixes
Diffstat (limited to 'dev-java')
-rw-r--r-- | dev-java/axion/ChangeLog | 5 | ||||
-rw-r--r-- | dev-java/axion/axion-1.0_rc2.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-java/axion/ChangeLog b/dev-java/axion/ChangeLog index 5bfac9463398..51461a5f1f3f 100644 --- a/dev-java/axion/ChangeLog +++ b/dev-java/axion/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-java/axion # Copyright 2000-2004 Gentoo Foundation; Distributed unde the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/axion/ChangeLog,v 1.3 2004/06/24 22:17:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/axion/ChangeLog,v 1.4 2004/06/27 16:58:50 zx Exp $ + + 27 Jun 2004; Chris Aniszczyk <zx@gentoo.org> axion-1.0_rc2.ebuild: + Marking stable on x86 *axion-1.0_rc2 (01 Apr 2004) diff --git a/dev-java/axion/axion-1.0_rc2.ebuild b/dev-java/axion/axion-1.0_rc2.ebuild index 18a01c83e712..769fdf3e9369 100644 --- a/dev-java/axion/axion-1.0_rc2.ebuild +++ b/dev-java/axion/axion-1.0_rc2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/axion/axion-1.0_rc2.ebuild,v 1.4 2004/06/24 22:17:42 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/axion/axion-1.0_rc2.ebuild,v 1.5 2004/06/27 16:58:50 zx Exp $ inherit java-pkg @@ -9,8 +9,8 @@ HOMEPAGE="http://axion.tigris.org/" SRC_URI="http://axion.tigris.org/releases/1.0M2/axion-1.0-M2-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86" -IUSE="doc" +KEYWORDS="x86" +IUSE="doc jikes junit" RDEPEND=">=dev-java/commons-collections-2.1 =dev-java/commons-primitives-1.0* =dev-java/commons-codec-1.2* |