diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-02-12 21:01:13 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-02-13 13:09:32 +0000 |
commit | 477fdf6bdfbb7e74a37e346025f62bdddfdb2525 (patch) | |
tree | a3deb456ab3bbd6606b50cdd1125a133ce1f01bc /dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild | |
parent | dev-java/jchart2d: New package, required by bt747 (diff) | |
download | gentoo-477fdf6bdfbb7e74a37e346025f62bdddfdb2525.tar.gz gentoo-477fdf6bdfbb7e74a37e346025f62bdddfdb2525.tar.bz2 gentoo-477fdf6bdfbb7e74a37e346025f62bdddfdb2525.zip |
dev-java/swingx-beaninfo: New package, required by swingx-ws
Package-Manager: portage-2.2.27
Diffstat (limited to 'dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild')
-rw-r--r-- | dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild new file mode 100644 index 000000000000..d59228928184 --- /dev/null +++ b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="SwingX Beaninfo" +HOMEPAGE="https://java.net/projects/swingx/" +SRC_URI="https://java.net/downloads/swingx/releases/${P}-sources.jar" +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +CDEPEND="dev-java/swingx:1.6" + +RDEPEND=">=virtual/jre-1.6 + ${CDEPEND}" + +DEPEND=">=virtual/jdk-1.6 + ${CDEPEND} + app-arch/unzip" + +JAVA_GENTOO_CLASSPATH="swingx-1.6" + +src_compile() { + java-pkg-simple_src_compile + java-pkg_addres ${PN}.jar . +} |