mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 10:38:07 -07:00
dev-java/swing-layout: clean up old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user