summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2016-01-29 22:56:55 +0000
committerJames Le Cuirot <chewi@gentoo.org>2016-01-29 22:57:31 +0000
commitdd3656cd98dfa29a1b6c806bb52fc5e203831836 (patch)
tree8acfef55f2180c053a2abe0fa3869101b0978e2b
parenteutils.eclass: e{cvs,svn,git}_clean: make empty arg testing more correct (diff)
downloadgentoo-dd3656cd.tar.gz
gentoo-dd3656cd.tar.bz2
gentoo-dd3656cd.zip
dev-java/piccolo2d: Remove old
This drops the only stable version but it doesn't build at all now (was sun.dc part of the JDK before?) and it currently has no revdeps. The new version should probably have been put in a different SLOT but that doesn't matter now that the old version is going. Package-Manager: portage-2.2.27
-rw-r--r--dev-java/piccolo2d/Manifest1
-rw-r--r--dev-java/piccolo2d/piccolo2d-1.2.1-r2.ebuild53
2 files changed, 0 insertions, 54 deletions
diff --git a/dev-java/piccolo2d/Manifest b/dev-java/piccolo2d/Manifest
index 2b8a3c2f962d..e055113adb6e 100644
--- a/dev-java/piccolo2d/Manifest
+++ b/dev-java/piccolo2d/Manifest
@@ -1,2 +1 @@
-DIST Piccolo2D.Java-1.2.1.zip 1886765 SHA256 3ba041d458226f8f54170cd82b76d2868a943f3b6d18c602ffacb8887598a621 SHA512 00e8119148abfe2b399ca252eda97c0199bdc03584e08b34438b16cf3c27bb103eb04c6afe9bf4c07832fe2a95147f53a4a536abe81a2f3116c332678f2dd919 WHIRLPOOL d4da92c931c65a26b5f5925c9557aa4a7af4c0cc009a9a49b01853b74e3a63bbde110e30d2464a2bb39fbce6058a73a0a76d1d7778370abe122ef06baaeb98ac
DIST piccolo2d-3.0.zip 786064 SHA256 acfc9a8b6baf12a22d1307a0fd0dfa8abb160bd1aef7cade63158d65ba939b33 SHA512 c57d0e86ea36e662027559c63c8e300629361849d4526d9271ea1ed3c8d55296ab1fab846c7a475c5d831fc6330052fa897ba8d3f89a196bca752a7ae802aa2a WHIRLPOOL 547ee6e23986f0cee9c5c65819c6da910a1e6931f5961d8e417476b0c62346fbb647b498fd63db28bdfe92248cd3e9f3b856f18741690486ff1ff1d552f4d628
diff --git a/dev-java/piccolo2d/piccolo2d-1.2.1-r2.ebuild b/dev-java/piccolo2d/piccolo2d-1.2.1-r2.ebuild
deleted file mode 100644
index 87ce59c343a7..000000000000
--- a/dev-java/piccolo2d/piccolo2d-1.2.1-r2.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=2
-JAVA_PKG_IUSE="doc examples source"
-
-inherit eutils java-pkg-2 java-ant-2
-
-MY_PN="piccolo"
-DESCRIPTION="A Structured 2D Graphics Framework"
-HOMEPAGE="http://piccolo2d.info/community.html"
-SRC_URI="https://piccolo2d.googlecode.com/files/Piccolo2D.Java-${PV}.zip"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEPS="
- dev-java/swt:3.5
- java-virtuals/jdk-with-com-sun
- "
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEPS}"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEPS}"
-
-S="${WORKDIR}/${MY_PN}-${PV}"
-
-# Needs X11
-RESTRICT="test"
-
-java_prepare() {
- find -name '*.jar' -print -delete
- epatch "${FILESDIR}/1.2.1-font-api.patch"
-}
-
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_GENTOO_CLASSPATH="swt-3.5,jdk-with-com-sun"
-EANT_BUILD_TARGET="${MY_PN} extras"
-EANT_GENTOO_CLASSPATH_EXTRA="build/${MY_PN}.jar:build/${MY_PN}x.jar"
-EANT_DOC_TARGET="api"
-EANT_TEST_TARGET="runtests"
-
-src_install() {
- java-pkg_dojar build/*.jar
- dodoc Readme.txt ReleaseNotes.txt || die
- use doc && java-pkg_dojavadoc doc/api
- use source && java-pkg_dosrc extras/edu src/edu
- use examples && java-pkg_doexamples examples
-}