summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2015-06-13 23:42:38 +0000
committerPatrice Clement <monsieurp@gentoo.org>2015-06-13 23:42:38 +0000
commitd472230a0fbaf6599565c8659095f31143e5fd13 (patch)
tree91d9c6b83c2f12d3bd66006ba05069967efc0bcf /dev-java
parentDrop old. (diff)
downloadgentoo-2-d472230a0fbaf6599565c8659095f31143e5fd13.tar.gz
gentoo-2-d472230a0fbaf6599565c8659095f31143e5fd13.tar.bz2
gentoo-2-d472230a0fbaf6599565c8659095f31143e5fd13.zip
Drop old.
Signed-off-by: Patrice Clement <monsieurp@gentoo.org> (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 93491BB8)
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/spin/ChangeLog5
-rw-r--r--dev-java/spin/spin-1.5.ebuild47
2 files changed, 4 insertions, 48 deletions
diff --git a/dev-java/spin/ChangeLog b/dev-java/spin/ChangeLog
index 8905360d7a59..1a76aac252a0 100644
--- a/dev-java/spin/ChangeLog
+++ b/dev-java/spin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-java/spin
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.23 2015/06/13 11:37:35 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/ChangeLog,v 1.24 2015/06/13 23:42:38 monsieurp Exp $
+
+ 13 Jun 2015; Patrice Clement <monsieurp@gentoo.org> -spin-1.5.ebuild:
+ Drop old.
13 Jun 2015; Agostino Sarubbo <ago@gentoo.org> spin-1.5-r1.ebuild:
Stable for x86, wrt bug #551524
diff --git a/dev-java/spin/spin-1.5.ebuild b/dev-java/spin/spin-1.5.ebuild
deleted file mode 100644
index 67ca5fe5eeb4..000000000000
--- a/dev-java/spin/spin-1.5.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-java/spin/spin-1.5.ebuild,v 1.9 2014/08/10 20:24:10 slyfox Exp $
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Transparent threading solution for non-freezing Swing applications"
-HOMEPAGE="http://spin.sourceforge.net"
-SRC_URI="mirror://sourceforge/${PN}/${P}-all.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86"
-
-COMMON_DEP="=dev-java/cglib-2.1*"
-DEPEND=">=virtual/jdk-1.4
- app-arch/unzip
- ${COMMON_DEP}"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- cp "${FILESDIR}/${PV}-build.xml" build.xml || die
- cp "${FILESDIR}/${PV}-maven-build.properties" maven-build.properties || die
- rm -v lib/*.jar || die
- java-pkg_filter-compiler jikes
-}
-
-EANT_GENTOO_CLASSPATH="cglib-2.1"
-
-# Needs X
-RESTRICT="test"
-
-src_test() {
- ANT_TASKS="ant-junit" eant test
-}
-
-src_install() {
- java-pkg_newjar target/${P}.jar
-
- use doc && java-pkg_dojavadoc target/site/apidocs
- use source && java-pkg_dosrc src/main/java/*
-}