diff options
author | Vlastimil Babka <caster@gentoo.org> | 2010-04-05 22:49:32 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2010-04-05 22:49:32 +0000 |
commit | bed3f93c1514152295af250ae25f38cb4b8dae58 (patch) | |
tree | 9db1cb10a9c4e2d5cf928d7f43db941e3d403bf9 /dev-java/castor | |
parent | Remove old. (diff) | |
download | gentoo-2-bed3f93c1514152295af250ae25f38cb4b8dae58.tar.gz gentoo-2-bed3f93c1514152295af250ae25f38cb4b8dae58.tar.bz2 gentoo-2-bed3f93c1514152295af250ae25f38cb4b8dae58.zip |
Remove old.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-java/castor')
-rw-r--r-- | dev-java/castor/ChangeLog | 8 | ||||
-rw-r--r-- | dev-java/castor/castor-0.9.9.1-r5.ebuild | 67 |
2 files changed, 6 insertions, 69 deletions
diff --git a/dev-java/castor/ChangeLog b/dev-java/castor/ChangeLog index 73d7b563ee24..1007ab9d1969 100644 --- a/dev-java/castor/ChangeLog +++ b/dev-java/castor/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/castor -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.55 2009/12/09 22:36:24 maekke Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/ChangeLog,v 1.56 2010/04/05 22:49:32 caster Exp $ + + 05 Apr 2010; Vlastimil Babka <caster@gentoo.org> + -castor-0.9.9.1-r5.ebuild: + Remove old. 09 Dec 2009; Markus Meier <maekke@gentoo.org> castor-0.9.9.1-r6.ebuild: amd64/x86 stable, bug #296210 diff --git a/dev-java/castor/castor-0.9.9.1-r5.ebuild b/dev-java/castor/castor-0.9.9.1-r5.ebuild deleted file mode 100644 index e526cc2264fc..000000000000 --- a/dev-java/castor/castor-0.9.9.1-r5.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/castor/castor-0.9.9.1-r5.ebuild,v 1.2 2008/10/08 20:22:05 maekke Exp $ - -EAPI=1 -JAVA_PKG_IUSE="doc examples source" - -inherit eutils java-pkg-2 java-ant-2 - -DESCRIPTION="Data binding framework for Java" -SRC_URI="http://dist.codehaus.org/${PN}/${PV}/${P}-src.tgz" -HOMEPAGE="http://www.castor.org" -LICENSE="Exolab" -KEYWORDS="amd64 x86" -SLOT="0.9" -IUSE="" - -COMMON_DEP=" - >=dev-java/commons-logging-1.0.4 - dev-java/jakarta-oro:2.0 - dev-java/jakarta-regexp:1.3 - dev-java/ldapsdk:4.1 - dev-java/xerces:1.3 - dev-java/cglib:2 - java-virtuals/transaction-api" -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -# Does not like Java 1.6's JDBC API -DEPEND="|| ( - =virtual/jdk-1.5* - =virtual/jdk-1.4* - ) - ${COMMON_DEP}" - -src_unpack() { - unpack ${A} - - cd "${S}" - # TODO this should be filed upstream - epatch "${FILESDIR}/0.9.5.3-jikes.patch" - - cd "${S}/lib" - rm -v *.jar || die - #FIXME: uses these bundled classes - rm -v tests/*.jar || die - java-pkg_jar-from --build-only ant-core ant.jar - #Only used by examples and tests and we aren't building them - #java-pkg_jar-from adaptx-0.9 - java-pkg_jar-from commons-logging - java-pkg_jar-from cglib-2 - java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar - java-pkg_jar-from jakarta-regexp-1.3 jakarta-regexp.jar regexp.jar - java-pkg_jar-from xerces-1.3 - java-pkg_jar-from ldapsdk-4.1 ldapjdk.jar - java-pkg_jar-from transaction-api -} - -EANT_BUILD_XML="src/build.xml" - -src_install() { - java-pkg_newjar dist/${P}.jar - java-pkg_newjar dist/${P}-xml.jar ${PN}-xml.jar - - use doc && java-pkg_dojavadoc build/doc/javadoc - use examples && java-pkg_doexamples src/examples - use source && java-pkg_dosrc src/main/org -} |