commit: a40fb077c2f83120848967aed4b8dabe5d1044b9 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org> AuthorDate: Sun Mar 26 20:41:36 2017 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Sun Mar 26 21:53:25 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a40fb077
dev-java/swing-layout: clean up old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-java/swing-layout/swing-layout-1.0.4.ebuild | 28 ------------------------- 1 file changed, 28 deletions(-) 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 index f3fb747cef9..00000000000 --- a/dev-java/swing-layout/swing-layout-1.0.4.ebuild +++ /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 -}
