summaryrefslogtreecommitdiff
path: root/dev-java/jide-oss
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/jide-oss')
-rw-r--r--dev-java/jide-oss/Manifest2
-rw-r--r--dev-java/jide-oss/jide-oss-3.6.12.ebuild30
-rw-r--r--dev-java/jide-oss/jide-oss-3.6.18.ebuild30
-rw-r--r--dev-java/jide-oss/metadata.xml13
4 files changed, 75 insertions, 0 deletions
diff --git a/dev-java/jide-oss/Manifest b/dev-java/jide-oss/Manifest
new file mode 100644
index 000000000000..291567b1309f
--- /dev/null
+++ b/dev-java/jide-oss/Manifest
@@ -0,0 +1,2 @@
+DIST jide-oss-3.6.12.tar.gz 4751908 BLAKE2B 731e2c2308e1a7d118a348e3f88258078e16b15f0b3c5bd2ab2ded72d75c4a4c2649e6928d9fbdd1ba7d7b99589a7c1090cb10798e678c44f830df26f0afedff SHA512 a2a60a2af653a1c20099fe81479aadfd252eed086c1009c20a17b561502748cca1cc4b016fe184a60dcb281fd5843c63ad876ca93062bb788e55b485d0e46124
+DIST jide-oss-3.6.18.tar.gz 4752506 BLAKE2B dae7fa89da88295ef5aee03e54778c971b44cc2fc6c017d2e9b24ff9454b9691c34849c9649435ac0a04b28f7fb1ac6b1c147e7fb632e2e30461cf388b3dee7f SHA512 c35f4e5b0462247bb8cc207e1f2120f6a861e796893ce6e7c55e06cab76da84402b3465d420f3fc8d09490f0eb98361d3609bb1675beb9fbf145be4c0bd5ea8c
diff --git a/dev-java/jide-oss/jide-oss-3.6.12.ebuild b/dev-java/jide-oss/jide-oss-3.6.12.ebuild
new file mode 100644
index 000000000000..5b2346e79eef
--- /dev/null
+++ b/dev-java/jide-oss/jide-oss-3.6.12.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="JIDE Common Layer (Professional Swing Components)"
+HOMEPAGE="https://github.com/jidesoft/jide-oss"
+SRC_URI="https://github.com/jidesoft/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2-with-exceptions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
+
+java_prepare() {
+ rm -rv libs/ src/com/jidesoft/plaf/aqua/ || die
+}
+
+src_install() {
+ java-pkg_newjar ${P}.jar ${PN}.jar
+ dodoc README.txt
+
+ use doc && java-pkg_dojavadoc javadoc
+ use source && java-pkg_dosrc src/*
+}
diff --git a/dev-java/jide-oss/jide-oss-3.6.18.ebuild b/dev-java/jide-oss/jide-oss-3.6.18.ebuild
new file mode 100644
index 000000000000..58d4d49dd0c3
--- /dev/null
+++ b/dev-java/jide-oss/jide-oss-3.6.18.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="JIDE Common Layer (Professional Swing Components)"
+HOMEPAGE="https://github.com/jidesoft/jide-oss"
+SRC_URI="https://github.com/jidesoft/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="GPL-2-with-exceptions"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+RDEPEND=">=virtual/jre-1.6"
+DEPEND=">=virtual/jdk-1.6"
+
+S="${WORKDIR}/${P}"
+
+src_prepare() {
+ default
+ rm -rv libs/ src/com/jidesoft/plaf/aqua/ test/ || die
+}
+
+src_install() {
+ java-pkg-simple_src_install
+ einstalldocs
+}
diff --git a/dev-java/jide-oss/metadata.xml b/dev-java/jide-oss/metadata.xml
new file mode 100644
index 000000000000..205b25f81fb1
--- /dev/null
+++ b/dev-java/jide-oss/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>java@gentoo.org</email>
+ <name>Java</name>
+ </maintainer>
+ <longdescription>This module was the foundation for all JIDE commercial products. It was delivered as jide-common.jar in all former releases. In April of 2007, JIDE Software open sourced the module under GPL+classpath exception, hoping more and more people will join the project and push it to the next level.</longdescription>
+ <upstream>
+ <remote-id type="github">jidesoft/jide-oss</remote-id>
+ </upstream>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>