dev-java/swing-layout: clean up old.
authorPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Mar 2017 20:41:36 +0000 (22:41 +0200)
committerPatrice Clement <monsieurp@gentoo.org>
Sun, 26 Mar 2017 21:53:25 +0000 (23:53 +0200)
Package-Manager: Portage-2.3.3, Repoman-2.3.1

dev-java/swing-layout/swing-layout-1.0.4.ebuild [deleted file]

diff --git a/dev-java/swing-layout/swing-layout-1.0.4.ebuild b/dev-java/swing-layout/swing-layout-1.0.4.ebuild
deleted file mode 100644 (file)
index f3fb747..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Professional cross platform layouts with Swing"
-HOMEPAGE="https://swing-layout.dev.java.net/"
-SRC_URI="https://swing-layout.dev.java.net/files/documents/2752/144673/${P}-src.zip"
-
-LICENSE="LGPL-2.1"
-SLOT="1"
-KEYWORDS="amd64 x86 ~x86-fbsd"
-IUSE="doc source"
-
-DEPEND=">=virtual/jdk-1.4
-               app-arch/unzip"
-RDEPEND=">=virtual/jre-1.4"
-
-EANT_FILTER_COMPILER=jikes
-
-src_install(){
-       java-pkg_dojar dist/swing-layout.jar
-       dodoc releaseNotes.txt || die
-       use doc && java-pkg_dojavadoc dist/javadoc
-       use source && java-pkg_dosrc src/java/org
-}