dev-java/swing-layout: clean up old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
Patrice Clement
2017-03-26 22:41:36 +02:00
parent 94b28862cf
commit a40fb077c2

View File

@@ -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
}