diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2014-06-17 10:49:38 +0000 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2014-06-17 10:49:38 +0000 |
commit | 0b05deaf10fddb04b85c914b920ea55046707036 (patch) | |
tree | 46939a513be46df90724314374394443775d50db /dev-java/exolabcore | |
parent | NM: Cleanup superseeded ebuilds. (diff) | |
download | gentoo-2-0b05deaf10fddb04b85c914b920ea55046707036.tar.gz gentoo-2-0b05deaf10fddb04b85c914b920ea55046707036.tar.bz2 gentoo-2-0b05deaf10fddb04b85c914b920ea55046707036.zip |
NM: Cleanup superseeded ebuilds.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-java/exolabcore')
-rw-r--r-- | dev-java/exolabcore/ChangeLog | 9 | ||||
-rw-r--r-- | dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild | 78 |
2 files changed, 6 insertions, 81 deletions
diff --git a/dev-java/exolabcore/ChangeLog b/dev-java/exolabcore/ChangeLog index a97a0f5ab185..5bce82b92ae6 100644 --- a/dev-java/exolabcore/ChangeLog +++ b/dev-java/exolabcore/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-java/exolabcore -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.18 2008/12/21 10:47:49 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-java/exolabcore/ChangeLog,v 1.19 2014/06/17 10:49:38 mrueg Exp $ + + 17 Jun 2014; Manuel Rüger <mrueg@gentoo.org> + -exolabcore-0.3.7_p20050205-r1.ebuild: + NM: Cleanup superseeded ebuilds. 21 Dec 2008; Markus Meier <maekke@gentoo.org> exolabcore-0.3.7_p20050205-r2.ebuild: @@ -82,4 +86,3 @@ 06 Feb 2005; Jan Brinkmann <luckyduck@gentoo.org> +metadata.xml, +exolabcore-0.3.7_p20050205.ebuild: Initial import, direct dependency of openjms. see #63286 - diff --git a/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild b/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild deleted file mode 100644 index 712a82d8aa31..000000000000 --- a/dev-java/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild +++ /dev/null @@ -1,78 +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/exolabcore/exolabcore-0.3.7_p20050205-r1.ebuild,v 1.5 2008/01/10 22:29:32 caster Exp $ - -inherit eutils java-pkg-2 java-ant-2 - -MY_DATE="${PV##*_p}" -MY_PV="${PV%%_p*}" -MY_P="${PN}-${MY_DATE}" - -DESCRIPTION="Exolab Build Tools" -HOMEPAGE="http://openjms.cvs.sourceforge.net/openjms/exolabcore/" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" - -LICENSE="Exolab" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="doc source test" - -COMMON_DEP=" - dev-java/cdegroot-db - dev-java/commons-logging - =dev-java/jakarta-oro-2.0*" - -RDEPEND=">=virtual/jre-1.4 - ${COMMON_DEP}" -DEPEND=">=virtual/jdk-1.4 - ${COMMON_DEP} - dev-java/exolabtools - test? ( - dev-java/commons-cli - dev-java/log4j - =dev-java/junit-3.8* - ) - source? ( app-arch/zip )" - -S="${WORKDIR}/${MY_P}" - -src_unpack() { - unpack ${A} - - cd "${S}/src" - epatch "${FILESDIR}/${P}-buildfile.patch" - epatch "${FILESDIR}/0.3.7_p20050205-r1-tests-junit.patch" - - cd "${S}/lib" - java-pkg_jar-from --build-only exolabtools - java-pkg_jar-from cdegroot-db-1 - java-pkg_jar-from commons-logging - java-pkg_jar-from jakarta-oro-2.0 jakarta-oro.jar oro.jar -} - -src_compile() { - cd "${S}/src" - java-pkg-2_src_compile -} - -src_test() { - cd "${S}/lib" - java-pkg_jar-from junit - java-pkg_jar-from commons-cli-1 - java-pkg_jar-from log4j - - cd "${S}/src" - eant tests - cd .. - local deps - deps="junit,commons-cli-1,log4j,cdegroot-db-1,commons-logging,jakarta-oro-2.0" - java -cp "build/classes:build/tests:$(java-config -p ${deps})" \ - org.exolab.core.test.CoreTestSuite -execute || die "Tests failed" -} - -src_install() { - java-pkg_newjar dist/${PN}-${MY_PV}.jar ${PN}.jar - - use doc && java-pkg_dojavadoc build/doc/javadoc - use source && java-pkg_dosrc src/main/* -} |