diff options
author | Volkmar W. Pogatzki <gentoo@pogatzki.net> | 2022-03-11 06:58:58 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2022-03-12 12:48:19 +0100 |
commit | 60328fa4f2de2332a6e3487262f7cbe60144cc25 (patch) | |
tree | 36d05dbc6f04efea076538efce9981050a8dc9f0 /dev-java/jchart2d | |
parent | profiles: last-rite sys-apps/rtl-entropy (diff) | |
download | gentoo-60328fa4f2de2332a6e3487262f7cbe60144cc25.tar.gz gentoo-60328fa4f2de2332a6e3487262f7cbe60144cc25.tar.bz2 gentoo-60328fa4f2de2332a6e3487262f7cbe60144cc25.zip |
dev-java/jchart2d: Drop 3.2.2
Closes: https://bugs.gentoo.org/833413
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24480
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/jchart2d')
-rw-r--r-- | dev-java/jchart2d/jchart2d-3.2.2.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/dev-java/jchart2d/jchart2d-3.2.2.ebuild b/dev-java/jchart2d/jchart2d-3.2.2.ebuild deleted file mode 100644 index 4e3f1e632d16..000000000000 --- a/dev-java/jchart2d/jchart2d-3.2.2.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -JAVA_PKG_IUSE="doc source" - -inherit java-pkg-2 java-pkg-simple - -DESCRIPTION="A minimalistic realtime charting library for Java" -HOMEPAGE="http://jchart2d.sourceforge.net" -SRC_URI="mirror://sourceforge/${PN}/${PN}/sources/${PN}-eclipse-project-${PV}.zip" -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -RESTRICT="test" # Even the headless tests need a display!? - -CDEPEND="dev-java/jide-oss:0 - dev-java/xmlgraphics-commons:2" - -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" - -DEPEND=">=virtual/jdk-1.6 - ${CDEPEND} - app-arch/unzip" - -JAVA_GENTOO_CLASSPATH="jide-oss,xmlgraphics-commons-2" -JAVA_SRC_DIR="src" - -S="${WORKDIR}/${PN}" - -java_prepare() { - rm -rv ext/* || die - - # Ant tries and fails to build these outdated bug - # demonstrations. Did Ant's globbing behaviour change? - rm -v src/*.java || die -} |