summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Wijsman <tomwij@gentoo.org>2014-03-08 16:45:43 +0000
committerTom Wijsman <tomwij@gentoo.org>2014-03-08 16:45:43 +0000
commita3d2b36bb0e8bf2388ecda05b58a272ea15ecd05 (patch)
treeed551cd1cccd915c36355d8886738594594ad811 /dev-java/jcommon
parentRemove old. (diff)
downloadgentoo-2-a3d2b36bb0e8bf2388ecda05b58a272ea15ecd05.tar.gz
gentoo-2-a3d2b36bb0e8bf2388ecda05b58a272ea15ecd05.tar.bz2
gentoo-2-a3d2b36bb0e8bf2388ecda05b58a272ea15ecd05.zip
Remove old.
(Portage version: HEAD/cvs/Linux x86_64, signed Manifest commit with key 6D34E57D)
Diffstat (limited to 'dev-java/jcommon')
-rw-r--r--dev-java/jcommon/ChangeLog9
-rw-r--r--dev-java/jcommon/jcommon-1.0.12.ebuild55
-rw-r--r--dev-java/jcommon/jcommon-1.0.13.ebuild49
3 files changed, 6 insertions, 107 deletions
diff --git a/dev-java/jcommon/ChangeLog b/dev-java/jcommon/ChangeLog
index ee9a8aa9b9bf..abcb14ab3716 100644
--- a/dev-java/jcommon/ChangeLog
+++ b/dev-java/jcommon/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-java/jcommon
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommon/ChangeLog,v 1.31 2013/03/10 12:36:26 sera Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-java/jcommon/ChangeLog,v 1.32 2014/03/08 16:45:43 tomwij Exp $
+
+ 08 Mar 2014; Tom Wijsman <TomWij@gentoo.org> -jcommon-1.0.12.ebuild,
+ -jcommon-1.0.13.ebuild:
+ Remove old.
*jcommon-1.0.18 (10 Mar 2013)
@@ -135,4 +139,3 @@
30 Jul 2004; Thomas Matthijs <axxo@gentoo.org> +metadata.xml,
+jcommon-0.9.4.ebuild:
initial import, depend of jfreechart
-
diff --git a/dev-java/jcommon/jcommon-1.0.12.ebuild b/dev-java/jcommon/jcommon-1.0.12.ebuild
deleted file mode 100644
index 20fe946a9482..000000000000
--- a/dev-java/jcommon/jcommon-1.0.12.ebuild
+++ /dev/null
@@ -1,55 +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/jcommon/jcommon-1.0.12.ebuild,v 1.5 2008/01/10 23:04:33 caster Exp $
-
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-DESCRIPTION="JCommon is a collection of useful classes used by JFreeChart, JFreeReport and other projects."
-HOMEPAGE="http://www.jfree.org/jcommon"
-MY_P=${PN}-$(replace_version_separator 3 -)
-SRC_URI="mirror://sourceforge/jfreechart/${MY_P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="1.0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-DEPEND=">=virtual/jdk-1.4
- test? ( =dev-java/junit-3.8* )"
-RDEPEND=">=virtual/jdk-1.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -v *.jar "${S}"/lib/*.jar || die
-}
-
-src_compile() {
- if ! use debug; then
- antflags="-Dbuild.debug=false -Dbuild.optimize=true"
- fi
- eant -f ant/build.xml compile $(use_doc) $antflags
-}
-
-# Needs X11
-RESTRICT="test"
-
-src_test() {
- cd lib/ || die
- java-pkg_jar-from junit
- cd ..
- eant -f ant/build.xml compile-junit-tests
- java -cp "./lib/jcommon-${PV}-junit.jar:$(java-pkg_getjars junit)" \
- junit.textui.TestRunner \
- -Djava.awt.headless=true \
- org.jfree.junit.JCommonTestSuite || die "Tests failed"
-}
-
-src_install() {
- java-pkg_newjar ${P}.jar ${PN}.jar
- dodoc README.txt || die
- use doc && java-pkg_dojavadoc javadoc
- use source && java-pkg_dosrc source/com source/org
-}
diff --git a/dev-java/jcommon/jcommon-1.0.13.ebuild b/dev-java/jcommon/jcommon-1.0.13.ebuild
deleted file mode 100644
index 061df5d0bd11..000000000000
--- a/dev-java/jcommon/jcommon-1.0.13.ebuild
+++ /dev/null
@@ -1,49 +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/jcommon/jcommon-1.0.13.ebuild,v 1.3 2008/10/25 17:10:51 nixnut Exp $
-
-EAPI=1
-JAVA_PKG_IUSE="doc source test"
-
-inherit java-pkg-2 java-ant-2 versionator
-
-DESCRIPTION="JCommon is a collection of useful classes used by JFreeChart, JFreeReport and other projects."
-HOMEPAGE="http://www.jfree.org/jcommon"
-MY_P=${PN}-$(replace_version_separator 3 -)
-SRC_URI="mirror://sourceforge/jfreechart/${MY_P}.tar.gz"
-LICENSE="LGPL-2"
-SLOT="1.0"
-KEYWORDS="amd64 ppc x86"
-IUSE="debug"
-DEPEND=">=virtual/jdk-1.4
- test? ( dev-java/junit:0 )"
-RDEPEND=">=virtual/jdk-1.4"
-
-S=${WORKDIR}/${MY_P}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- rm -v *.jar "${S}"/lib/*.jar || die
-}
-
-src_compile() {
- if ! use debug; then
- antflags="-Dbuild.debug=false -Dbuild.optimize=true"
- fi
- eant -f ant/build.xml compile $(use_doc) $antflags
-}
-
-src_test() {
- java-pkg_jar-from --into lib junit
- eant -f ant/build.xml compile-junit-tests
- ejunit -cp "./lib/jcommon-${PV}-junit.jar:$(java-pkg_getjars junit)" \
- org.jfree.junit.JCommonTestSuite
-}
-
-src_install() {
- java-pkg_newjar ${P}.jar ${PN}.jar
- dodoc README.txt || die
- use doc && java-pkg_dojavadoc javadoc
- use source && java-pkg_dosrc source/com source/org
-}