diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 15:44:34 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-03-29 15:44:34 +0000 |
commit | 586002b25d71830eee7adba34aa48813e54a164e (patch) | |
tree | 3789fc61b69b84246f684fef0fb1e1388477f50d /dev-java/exolabcore | |
parent | moved from dev-java/oro to dev-java/jakarta-oro dependency. see #71337. intro... (diff) | |
download | gentoo-2-586002b25d71830eee7adba34aa48813e54a164e.tar.gz gentoo-2-586002b25d71830eee7adba34aa48813e54a164e.tar.bz2 gentoo-2-586002b25d71830eee7adba34aa48813e54a164e.zip |
moved from dev-java/oro to dev-java/jakarta-oro dependency. see #71337. introduced support for the source useflag
(Portage version: 2.0.51.19)
Diffstat (limited to 'dev-java/exolabcore')
-rw-r--r-- | dev-java/exolabcore/ChangeLog | 7 | ||||
-rw-r--r-- | dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-java/exolabcore/ChangeLog b/dev-java/exolabcore/ChangeLog index 1be89abf0314..d32afe2fb723 100644 --- a/dev-java/exolabcore/ChangeLog +++ b/dev-java/exolabcore/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-java/exolabcore # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.2 2005/03/23 17:55:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.3 2005/03/29 15:44:34 luckyduck Exp $ + + 29 Mar 2005; Jan Brinkmann <luckyduck@gentoo.org> + exolabcore-0.3.7_p20050205.ebuild: + moved from dev-java/oro to dev-java/jakarta-oro dependency. see #71337. + introduced support for the source useflag. 23 Mar 2005; Gustavo Zacarias <gustavoz@gentoo.org> exolabcore-0.3.7_p20050205.ebuild: diff --git a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild index ae5d7d623584..f3c3ca61b70c 100644 --- a/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild +++ b/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.2 2005/03/23 17:55:50 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/exolabcore-0.3.7_p20050205.ebuild,v 1.3 2005/03/29 15:44:34 luckyduck Exp $ inherit eutils java-pkg @@ -17,14 +17,15 @@ IUSE="doc jikes" DEPEND=">=virtual/jdk-1.4 dev-java/ant-core - jikes? ( dev-java/jikes )" + jikes? ( dev-java/jikes ) + source? ( app-arch/zip )" RDEPEND=">=virtual/jre-1.4 dev-java/cdegroot-db dev-java/commons-cli dev-java/commons-logging dev-java/exolabtools dev-java/log4j - dev-java/oro + =dev-java/jakarta-oro-2.0* =dev-java/xerces-1.3*" S=${WORKDIR}/${MY_P} @@ -41,7 +42,7 @@ src_unpack() { java-pkg_jar-from commons-logging java-pkg_jar-from exolabtools java-pkg_jar-from log4j - java-pkg_jar-from oro + java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar java-pkg_jar-from xerces-1.3 } @@ -59,4 +60,5 @@ src_install() { java-pkg_dojar ${PN}.jar use doc && java-pkg_dohtml -r build/doc/* + use source && java-pkg_dosrc src/main/* } |