* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-02-13 13:09 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2016-02-13 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 572751ef5d7b5f7d75b1e5669c9fc87c46d0a5b6
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 21:24:53 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:09:34 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=572751ef
dev-java/swingx-ws: New package, required by bt747
BT747 actually maintains its own incompatible fork, which I have
included here in the bt747 SLOT. I would have put this in a separate
package but the original project is long dead so that variant will
safely remain at 1.0 forever.
Package-Manager: portage-2.2.27
dev-java/swingx-ws/Manifest | 2 +
dev-java/swingx-ws/metadata.xml | 9 ++++
dev-java/swingx-ws/swingx-ws-1.0.ebuild | 50 ++++++++++++++++++
dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild | 63 +++++++++++++++++++++++
4 files changed, 124 insertions(+)
diff --git a/dev-java/swingx-ws/Manifest b/dev-java/swingx-ws/Manifest
new file mode 100644
index 0000000..9595533
--- /dev/null
+++ b/dev-java/swingx-ws/Manifest
@@ -0,0 +1,2 @@
+DIST swingx-ws-1.0-sources.jar 281598 SHA256 b90e5915f959e25ba5789fb8e48821b1f6c7e8a10d0eb28dac264465de37db13 SHA512 722f8642e3a7c7825dd44cf01eca624b1d8a6bbfa829dbd7be326b53bf9d5467f48293489bbac6466ba9e74d991caaa6c9d56f0b7a08d205133926413517ca28 WHIRLPOOL ca2b512f5ec376f774df46d7b67f9ef01bce93cb0e41057cefe374e35d2558c1a7d9ed6bc5d5de0b205e5b2732490f200d562cb59a30876659abf8579a671157
+DIST swingx-ws-2011_05_15-src.zip 7010679 SHA256 30783793463d43a2b8303324059b0783466bef5bd889a8af4797b8aa39e65cf2 SHA512 1929bcd5d615e336fbf77f5c0406a15f0b8aae1ea2167106b8efe2708bf365b39a2313d2a22b5f77ca9559b161db5c50dc18d0cc4cebfcf7a0e4e0c978d4d5da WHIRLPOOL 96551039365386a70137d35a252299479a38389c38d26fc9dbf1e57035d40b96bbaa59c14c7f23f4a9b56f828fe10eb48c76cb886f6ab35c4d0a2cf2d2287ee1
diff --git a/dev-java/swingx-ws/metadata.xml b/dev-java/swingx-ws/metadata.xml
new file mode 100644
index 0000000..0855976
--- /dev/null
+++ b/dev-java/swingx-ws/metadata.xml
@@ -0,0 +1,9 @@
+<?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>Set of utilities and widgets to simplify interaction of Swing based GUIs with the web applications of any kind.</longdescription>
+</pkgmetadata>
diff --git a/dev-java/swingx-ws/swingx-ws-1.0.ebuild b/dev-java/swingx-ws/swingx-ws-1.0.ebuild
new file mode 100644
index 0000000..b984467
--- /dev/null
+++ b/dev-java/swingx-ws/swingx-ws-1.0.ebuild
@@ -0,0 +1,50 @@
+# 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="Utilities and widgets to integrate Swing GUIs with web applications"
+HOMEPAGE="https://java.net/projects/swingx-ws/"
+SRC_URI="http://central.maven.org/maven2/org/swinglabs/${PN}/${PV}/${P}-sources.jar"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/commons-httpclient:3
+ dev-java/jdom:1.0
+ dev-java/json:0
+ dev-java/jtidy:0
+ dev-java/rome:0
+ dev-java/swingx:1.6
+ dev-java/swingx-beaninfo:0
+ dev-java/xerces:2
+ dev-java/xml-commons-external:1.4"
+
+RDEPEND=">=virtual/jre-1.6
+ ${CDEPEND}"
+
+DEPEND=">=virtual/jdk-1.6
+ ${CDEPEND}
+ app-arch/unzip"
+
+JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
+
+java_prepare() {
+ # Fixes for newer swingx-beaninfo.
+ sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" org/jdesktop/swingx/*.java || die
+ find -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
+
+ # GraphicsUtilities moved in later SwingX versions.
+ sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
+ org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
+}
+
+src_compile() {
+ java-pkg-simple_src_compile
+ java-pkg_addres ${PN}.jar .
+}
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
new file mode 100644
index 0000000..238b617
--- /dev/null
+++ b/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_P="${PN}-2011_05_15-src"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
+HOMEPAGE="https://java.net/projects/swingx-ws/"
+SRC_URI="mirror://sourceforge/${PN}/Development/${MY_P}.zip"
+LICENSE="LGPL-2.1"
+SLOT="bt747"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="dev-java/commons-httpclient:3
+ dev-java/jdom:1.0
+ dev-java/json:0
+ dev-java/jtidy:0
+ dev-java/rome:0
+ dev-java/swing-layout:1
+ dev-java/swingx:1.6
+ dev-java/swingx-beaninfo:0
+ dev-java/xerces:2
+ dev-java/xml-commons-external:1.4"
+
+RDEPEND=">=virtual/jre-1.6
+ ${CDEPEND}"
+
+DEPEND=">=virtual/jdk-1.6
+ ${CDEPEND}
+ app-arch/unzip"
+
+S="${WORKDIR}/${MY_P}/src"
+JAVA_SRC_DIR="beaninfo java"
+JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swing-layout-1,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
+
+java_prepare() {
+ java-pkg_clean "${WORKDIR}"
+
+ # SwingWorker has been built-in since Java 6.
+ find java -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingworker\.:javax.swing.:g" {} + || die
+
+ # Fixes for newer swingx-beaninfo.
+ sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" beaninfo/org/jdesktop/swingx/*.java || die
+ find beaninfo -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
+
+ # GraphicsUtilities moved in later SwingX versions.
+ sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
+ java/org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
+}
+
+src_compile() {
+ java-pkg-simple_src_compile
+
+ local DIR
+ for DIR in ${JAVA_SRC_DIR}; do
+ java-pkg_addres ${PN}.jar ${DIR}
+ done
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-02-14 11:57 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2016-02-14 11:57 UTC (permalink / raw
To: gentoo-commits
commit: 495fec32c6c2c67054c6a364773b75f1b91ec227
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 11:56:55 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 11:56:55 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=495fec32
dev-java/swingx-ws: Fix incorrect SRC_URI, closes bug #574684
Package-Manager: portage-2.2.27
dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
index 238b617..a855e21 100644
--- a/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
+++ b/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
@@ -11,7 +11,7 @@ inherit java-pkg-2 java-pkg-simple
DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
HOMEPAGE="https://java.net/projects/swingx-ws/"
-SRC_URI="mirror://sourceforge/${PN}/Development/${MY_P}.zip"
+SRC_URI="mirror://sourceforge/bt747/Development/${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="bt747"
KEYWORDS="~amd64 ~x86"
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-10-09 9:36 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-10-09 9:36 UTC (permalink / raw
To: gentoo-commits
commit: abd306bad06b6844a3b28a1215882d03b75f3357
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:29:04 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:35:49 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abd306ba
dev-java/swingx-ws: clean up old.
Package-Manager: portage-2.3.0
dev-java/swingx-ws/Manifest | 1 -
dev-java/swingx-ws/swingx-ws-1.0.ebuild | 50 ------------------
dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild | 63 -----------------------
3 files changed, 114 deletions(-)
diff --git a/dev-java/swingx-ws/Manifest b/dev-java/swingx-ws/Manifest
index 9595533..6a41265 100644
--- a/dev-java/swingx-ws/Manifest
+++ b/dev-java/swingx-ws/Manifest
@@ -1,2 +1 @@
-DIST swingx-ws-1.0-sources.jar 281598 SHA256 b90e5915f959e25ba5789fb8e48821b1f6c7e8a10d0eb28dac264465de37db13 SHA512 722f8642e3a7c7825dd44cf01eca624b1d8a6bbfa829dbd7be326b53bf9d5467f48293489bbac6466ba9e74d991caaa6c9d56f0b7a08d205133926413517ca28 WHIRLPOOL ca2b512f5ec376f774df46d7b67f9ef01bce93cb0e41057cefe374e35d2558c1a7d9ed6bc5d5de0b205e5b2732490f200d562cb59a30876659abf8579a671157
DIST swingx-ws-2011_05_15-src.zip 7010679 SHA256 30783793463d43a2b8303324059b0783466bef5bd889a8af4797b8aa39e65cf2 SHA512 1929bcd5d615e336fbf77f5c0406a15f0b8aae1ea2167106b8efe2708bf365b39a2313d2a22b5f77ca9559b161db5c50dc18d0cc4cebfcf7a0e4e0c978d4d5da WHIRLPOOL 96551039365386a70137d35a252299479a38389c38d26fc9dbf1e57035d40b96bbaa59c14c7f23f4a9b56f828fe10eb48c76cb886f6ab35c4d0a2cf2d2287ee1
diff --git a/dev-java/swingx-ws/swingx-ws-1.0.ebuild b/dev-java/swingx-ws/swingx-ws-1.0.ebuild
deleted file mode 100644
index b984467..00000000
--- a/dev-java/swingx-ws/swingx-ws-1.0.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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="Utilities and widgets to integrate Swing GUIs with web applications"
-HOMEPAGE="https://java.net/projects/swingx-ws/"
-SRC_URI="http://central.maven.org/maven2/org/swinglabs/${PN}/${PV}/${P}-sources.jar"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-java/commons-httpclient:3
- dev-java/jdom:1.0
- dev-java/json:0
- dev-java/jtidy:0
- dev-java/rome:0
- dev-java/swingx:1.6
- dev-java/swingx-beaninfo:0
- dev-java/xerces:2
- dev-java/xml-commons-external:1.4"
-
-RDEPEND=">=virtual/jre-1.6
- ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${CDEPEND}
- app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
-
-java_prepare() {
- # Fixes for newer swingx-beaninfo.
- sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" org/jdesktop/swingx/*.java || die
- find -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
-
- # GraphicsUtilities moved in later SwingX versions.
- sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
- org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
-}
-
-src_compile() {
- java-pkg-simple_src_compile
- java-pkg_addres ${PN}.jar .
-}
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
deleted file mode 100644
index a855e21..00000000
--- a/dev-java/swingx-ws/swingx-ws-1.0_p20110515.ebuild
+++ /dev/null
@@ -1,63 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-
-MY_P="${PN}-2011_05_15-src"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
-HOMEPAGE="https://java.net/projects/swingx-ws/"
-SRC_URI="mirror://sourceforge/bt747/Development/${MY_P}.zip"
-LICENSE="LGPL-2.1"
-SLOT="bt747"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-java/commons-httpclient:3
- dev-java/jdom:1.0
- dev-java/json:0
- dev-java/jtidy:0
- dev-java/rome:0
- dev-java/swing-layout:1
- dev-java/swingx:1.6
- dev-java/swingx-beaninfo:0
- dev-java/xerces:2
- dev-java/xml-commons-external:1.4"
-
-RDEPEND=">=virtual/jre-1.6
- ${CDEPEND}"
-
-DEPEND=">=virtual/jdk-1.6
- ${CDEPEND}
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}/src"
-JAVA_SRC_DIR="beaninfo java"
-JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swing-layout-1,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
-
-java_prepare() {
- java-pkg_clean "${WORKDIR}"
-
- # SwingWorker has been built-in since Java 6.
- find java -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingworker\.:javax.swing.:g" {} + || die
-
- # Fixes for newer swingx-beaninfo.
- sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" beaninfo/org/jdesktop/swingx/*.java || die
- find beaninfo -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
-
- # GraphicsUtilities moved in later SwingX versions.
- sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
- java/org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
-}
-
-src_compile() {
- java-pkg-simple_src_compile
-
- local DIR
- for DIR in ${JAVA_SRC_DIR}; do
- java-pkg_addres ${PN}.jar ${DIR}
- done
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-10-09 9:36 Patrice Clement
0 siblings, 0 replies; 9+ messages in thread
From: Patrice Clement @ 2016-10-09 9:36 UTC (permalink / raw
To: gentoo-commits
commit: 7ad0e0642dbf8be6ff209ba2f26e2aeba38e07d7
Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 9 08:28:34 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Oct 9 09:35:45 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ad0e064
dev-java/swingx-ws: bump jdom dependency from 1.0 to 0.
Package-Manager: portage-2.3.0
.../swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild | 65 ++++++++++++++++++++++
1 file changed, 65 insertions(+)
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
new file mode 100644
index 00000000..8eeda25
--- /dev/null
+++ b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
@@ -0,0 +1,65 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+
+MY_P="${PN}-2011_05_15-src"
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
+HOMEPAGE="https://java.net/projects/swingx-ws/"
+SRC_URI="mirror://sourceforge/bt747/Development/${MY_P}.zip"
+LICENSE="LGPL-2.1"
+SLOT="bt747"
+KEYWORDS="~amd64 ~x86"
+
+CDEPEND="
+ dev-java/jdom:0
+ dev-java/json:0
+ dev-java/rome:0
+ dev-java/jtidy:0
+ dev-java/xerces:2
+ dev-java/swingx:1.6
+ dev-java/swing-layout:1
+ dev-java/swingx-beaninfo:0
+ dev-java/commons-httpclient:3
+ dev-java/xml-commons-external:1.4"
+
+RDEPEND="
+ ${CDEPEND}
+ >=virtual/jre-1.6"
+
+DEPEND="
+ ${CDEPEND}
+ >=virtual/jdk-1.6"
+
+S="${WORKDIR}/${MY_P}/src"
+JAVA_SRC_DIR="beaninfo java"
+JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swing-layout-1,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
+
+java_prepare() {
+ java-pkg_clean "${WORKDIR}"
+
+ # SwingWorker has been built-in since Java 6.
+ find java -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingworker\.:javax.swing.:g" {} + || die
+
+ # Fixes for newer swingx-beaninfo.
+ sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" beaninfo/org/jdesktop/swingx/*.java || die
+ find beaninfo -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
+
+ # GraphicsUtilities moved in later SwingX versions.
+ sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
+ java/org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
+}
+
+src_compile() {
+ java-pkg-simple_src_compile
+
+ local DIR
+ for DIR in ${JAVA_SRC_DIR}; do
+ java-pkg_addres ${PN}.jar ${DIR}
+ done
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-10-30 20:29 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2016-10-30 20:29 UTC (permalink / raw
To: gentoo-commits
commit: 8b1651322a9283d4bab26f575f18ae6e961e0fee
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 17:28:12 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:29:29 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b165132
dev-java/swingx-ws: Restore 0 SLOT that monsieurp erroneously deleted
Package-Manager: portage-2.3.2
dev-java/swingx-ws/Manifest | 1 +
dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild | 55 ++++++++++++++++++++++++++++++
2 files changed, 56 insertions(+)
diff --git a/dev-java/swingx-ws/Manifest b/dev-java/swingx-ws/Manifest
index 6a41265..9595533 100644
--- a/dev-java/swingx-ws/Manifest
+++ b/dev-java/swingx-ws/Manifest
@@ -1 +1,2 @@
+DIST swingx-ws-1.0-sources.jar 281598 SHA256 b90e5915f959e25ba5789fb8e48821b1f6c7e8a10d0eb28dac264465de37db13 SHA512 722f8642e3a7c7825dd44cf01eca624b1d8a6bbfa829dbd7be326b53bf9d5467f48293489bbac6466ba9e74d991caaa6c9d56f0b7a08d205133926413517ca28 WHIRLPOOL ca2b512f5ec376f774df46d7b67f9ef01bce93cb0e41057cefe374e35d2558c1a7d9ed6bc5d5de0b205e5b2732490f200d562cb59a30876659abf8579a671157
DIST swingx-ws-2011_05_15-src.zip 7010679 SHA256 30783793463d43a2b8303324059b0783466bef5bd889a8af4797b8aa39e65cf2 SHA512 1929bcd5d615e336fbf77f5c0406a15f0b8aae1ea2167106b8efe2708bf365b39a2313d2a22b5f77ca9559b161db5c50dc18d0cc4cebfcf7a0e4e0c978d4d5da WHIRLPOOL 96551039365386a70137d35a252299479a38389c38d26fc9dbf1e57035d40b96bbaa59c14c7f23f4a9b56f828fe10eb48c76cb886f6ab35c4d0a2cf2d2287ee1
diff --git a/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild b/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
new file mode 100644
index 00000000..b187832
--- /dev/null
+++ b/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
+HOMEPAGE="https://java.net/projects/swingx-ws/"
+SRC_URI="http://central.maven.org/maven2/org/swinglabs/${PN}/${PV}/${P}-sources.jar"
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+CP_DEPEND="
+ dev-java/commons-httpclient:3
+ dev-java/jdom:0
+ dev-java/json:0
+ dev-java/jtidy:0
+ dev-java/rome:0
+ dev-java/swingx:1.6
+ dev-java/swingx-beaninfo:0
+ dev-java/xerces:2
+ dev-java/xml-commons-external:1.4"
+
+RDEPEND="
+ ${CP_DEPEND}
+ >=virtual/jre-1.6"
+
+DEPEND="
+ ${CP_DEPEND}
+ >=virtual/jdk-1.6
+ app-arch/unzip"
+
+src_prepare() {
+ default
+
+ # Fixes for newer swingx-beaninfo.
+ sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" org/jdesktop/swingx/*.java || die
+ find -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
+
+ # GraphicsUtilities moved in later SwingX versions.
+ sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
+ org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
+
+ java-pkg-2_src_prepare
+}
+
+src_compile() {
+ java-pkg-simple_src_compile
+ java-pkg_addres ${PN}.jar .
+}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2016-10-30 20:29 James Le Cuirot
0 siblings, 0 replies; 9+ messages in thread
From: James Le Cuirot @ 2016-10-30 20:29 UTC (permalink / raw
To: gentoo-commits
commit: ca13ddfdbd29d3927a9f65f2052be25bbd95fe02
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 30 17:18:26 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Oct 30 20:29:27 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca13ddfd
dev-java/swingx-ws: Fix jdom dependency (bug #597890), EAPI bump
Package-Manager: portage-2.3.2
dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild | 17 ++++++++++-------
1 file changed, 10 insertions(+), 7 deletions(-)
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
index 8eeda25..784dd52 100644
--- a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
+++ b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI="5"
+EAPI=6
MY_P="${PN}-2011_05_15-src"
JAVA_PKG_IUSE="doc source"
@@ -16,7 +16,7 @@ LICENSE="LGPL-2.1"
SLOT="bt747"
KEYWORDS="~amd64 ~x86"
-CDEPEND="
+CP_DEPEND="
dev-java/jdom:0
dev-java/json:0
dev-java/rome:0
@@ -29,18 +29,19 @@ CDEPEND="
dev-java/xml-commons-external:1.4"
RDEPEND="
- ${CDEPEND}
+ ${CP_DEPEND}
>=virtual/jre-1.6"
DEPEND="
- ${CDEPEND}
- >=virtual/jdk-1.6"
+ ${CP_DEPEND}
+ >=virtual/jdk-1.6
+ app-arch/unzip"
S="${WORKDIR}/${MY_P}/src"
JAVA_SRC_DIR="beaninfo java"
-JAVA_GENTOO_CLASSPATH="commons-httpclient-3,jdom-1.0,json,jtidy,rome,swing-layout-1,swingx-1.6,swingx-beaninfo,xerces-2,xml-commons-external-1.4"
-java_prepare() {
+src_prepare() {
+ default
java-pkg_clean "${WORKDIR}"
# SwingWorker has been built-in since Java 6.
@@ -53,6 +54,8 @@ java_prepare() {
# GraphicsUtilities moved in later SwingX versions.
sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
java/org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
+
+ java-pkg-2_src_prepare
}
src_compile() {
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2021-12-07 7:50 Miroslav Šulc
0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2021-12-07 7:50 UTC (permalink / raw
To: gentoo-commits
commit: add88c1ae5d14059d3243281b307d4a9adbaaba5
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sun Dec 5 07:51:37 2021 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Tue Dec 7 07:50:08 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=add88c1a
dev-java/swingx-ws: Drop 1.0-r1
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/23191
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
dev-java/swingx-ws/Manifest | 1 -
dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild | 54 ------------------------------
2 files changed, 55 deletions(-)
diff --git a/dev-java/swingx-ws/Manifest b/dev-java/swingx-ws/Manifest
index 581fb7142f3c..8a9741d2abe4 100644
--- a/dev-java/swingx-ws/Manifest
+++ b/dev-java/swingx-ws/Manifest
@@ -1,2 +1 @@
-DIST swingx-ws-1.0-sources.jar 281598 BLAKE2B bf978c90d302183818a9da0bc2151b03bc4284d83bac9064a9dfc4db1a1bc95f28e835c45e6aa57a6b47a407926d01273c8ec0ea3bfa22052608c0106ca52a53 SHA512 722f8642e3a7c7825dd44cf01eca624b1d8a6bbfa829dbd7be326b53bf9d5467f48293489bbac6466ba9e74d991caaa6c9d56f0b7a08d205133926413517ca28
DIST swingx-ws-2011_05_15-src.zip 7010679 BLAKE2B 529507f3a7f48d38eb755001b2d442d040adf884a31a49c00f57fc638855e96b195a50813196fdb7318860b0a547eb8220fdd2d05ed613c2cd7d83cb8b7dd7fd SHA512 1929bcd5d615e336fbf77f5c0406a15f0b8aae1ea2167106b8efe2708bf365b39a2313d2a22b5f77ca9559b161db5c50dc18d0cc4cebfcf7a0e4e0c978d4d5da
diff --git a/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild b/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
deleted file mode 100644
index bb050ca9a791..000000000000
--- a/dev-java/swingx-ws/swingx-ws-1.0-r1.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 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="Utilities and widgets to integrate Swing GUIs with web applications"
-HOMEPAGE="https://java.net/projects/swingx-ws/"
-SRC_URI="http://central.maven.org/maven2/org/swinglabs/${PN}/${PV}/${P}-sources.jar"
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CP_DEPEND="
- dev-java/commons-httpclient:3
- dev-java/jdom:0
- dev-java/json:0
- dev-java/jtidy:0
- dev-java/rome:0
- dev-java/swingx:1.6
- dev-java/swingx-beaninfo:0
- dev-java/xerces:2
- dev-java/xml-commons-external:1.4"
-
-RDEPEND="
- ${CP_DEPEND}
- >=virtual/jre-1.6"
-
-DEPEND="
- ${CP_DEPEND}
- >=virtual/jdk-1.6
- app-arch/unzip"
-
-src_prepare() {
- default
-
- # Fixes for newer swingx-beaninfo.
- sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" org/jdesktop/swingx/*.java || die
- find -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
-
- # GraphicsUtilities moved in later SwingX versions.
- sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
- org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
-
- java-pkg-2_src_prepare
-}
-
-src_compile() {
- java-pkg-simple_src_compile
- java-pkg_addres ${PN}.jar .
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2022-02-22 12:03 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-02-22 12:03 UTC (permalink / raw
To: gentoo-commits
commit: 62100555f163f7eed7bc3c0b6ff4b0e9ac5960d3
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Feb 22 11:20:33 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 12:03:28 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=62100555
dev-java/swingx-ws: Drop 1.0_p20110515-r1
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/24313
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild | 67 ----------------------
1 file changed, 67 deletions(-)
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
deleted file mode 100644
index 2f0f79d05170..000000000000
--- a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r1.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-MY_P="${PN}-2011_05_15-src"
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Utilities and widgets to integrate Swing GUIs with web applications"
-HOMEPAGE="https://java.net/projects/swingx-ws/"
-SRC_URI="mirror://sourceforge/bt747/Development/${MY_P}.zip"
-LICENSE="LGPL-2.1"
-SLOT="bt747"
-KEYWORDS="~amd64 ~x86"
-
-CP_DEPEND="
- dev-java/jdom:0
- dev-java/json:0
- dev-java/rome:0
- dev-java/jtidy:0
- dev-java/xerces:2
- dev-java/swingx:1.6
- dev-java/swing-layout:1
- dev-java/swingx-beaninfo:0
- dev-java/commons-httpclient:3
- dev-java/xml-commons-external:1.4"
-
-RDEPEND="
- ${CP_DEPEND}
- >=virtual/jre-1.6"
-
-DEPEND="
- ${CP_DEPEND}
- >=virtual/jdk-1.6
- app-arch/unzip"
-
-S="${WORKDIR}/${MY_P}/src"
-JAVA_SRC_DIR=( "beaninfo" "java" )
-
-src_prepare() {
- default
- java-pkg_clean "${WORKDIR}"
-
- # SwingWorker has been built-in since Java 6.
- find java -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingworker\.:javax.swing.:g" {} + || die
-
- # Fixes for newer swingx-beaninfo.
- sed -i "s:BeanInfoSupport:org.jdesktop.beans.\0:g" beaninfo/org/jdesktop/swingx/*.java || die
- find beaninfo -name "*.java" -exec sed -i -r "s:org\.jdesktop\.swingx\.(editors|BeanInfoSupport|EnumerationValue):org.jdesktop.beans.\1:g" {} + || die
-
- # GraphicsUtilities moved in later SwingX versions.
- sed -i "s:org\.jdesktop\.swingx\.graphics\.GraphicsUtilities:org.jdesktop.swingx.util.GraphicsUtilities:g" \
- java/org/jdesktop/swingx/mapviewer/AbstractTileFactory.java || die
-
- java-pkg-2_src_prepare
-}
-
-src_compile() {
- java-pkg-simple_src_compile
-
- local DIR
- for DIR in "${JAVA_SRC_DIR[@]}"; do
- java-pkg_addres ${PN}.jar ${DIR}
- done
-}
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/
@ 2024-07-29 15:15 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2024-07-29 15:15 UTC (permalink / raw
To: gentoo-commits
commit: 4b7cc11632bbde874e898bb0e3f48caa3d2f7ea9
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Mon Jul 29 09:38:20 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jul 29 15:14:55 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7cc116
dev-java/swingx-ws: unkeyword 1.0_p20110515-r2 for ~x86
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/swingx-ws/swingx-ws-1.0_p20110515-r2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r2.ebuild b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r2.ebuild
index 3900e1d0a5c4..fb902a0a9f6b 100644
--- a/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r2.ebuild
+++ b/dev-java/swingx-ws/swingx-ws-1.0_p20110515-r2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://java.net/projects/swingx-ws/"
SRC_URI="https://downloads.sourceforge.net/bt747/Development/${MY_P}.zip"
LICENSE="LGPL-2.1"
SLOT="bt747"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64"
CP_DEPEND="
dev-java/jakarta-xml-soap-api:1
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2024-07-29 15:15 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-10-09 9:36 [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-ws/ Patrice Clement
-- strict thread matches above, loose matches on Subject: below --
2024-07-29 15:15 Arthur Zamarin
2022-02-22 12:03 Florian Schmaus
2021-12-07 7:50 Miroslav Šulc
2016-10-30 20:29 James Le Cuirot
2016-10-30 20:29 James Le Cuirot
2016-10-09 9:36 Patrice Clement
2016-02-14 11:57 James Le Cuirot
2016-02-13 13:09 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox