* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-beaninfo/
@ 2016-02-13 13:09 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2016-02-13 13:09 UTC (permalink / raw
To: gentoo-commits
commit: 477fdf6bdfbb7e74a37e346025f62bdddfdb2525
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 12 21:01:13 2016 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Feb 13 13:09:32 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=477fdf6b
dev-java/swingx-beaninfo: New package, required by swingx-ws
Package-Manager: portage-2.2.27
dev-java/swingx-beaninfo/Manifest | 1 +
dev-java/swingx-beaninfo/metadata.xml | 8 ++++++
.../swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild | 32 ++++++++++++++++++++++
3 files changed, 41 insertions(+)
diff --git a/dev-java/swingx-beaninfo/Manifest b/dev-java/swingx-beaninfo/Manifest
new file mode 100644
index 0000000..b1e2f35
--- /dev/null
+++ b/dev-java/swingx-beaninfo/Manifest
@@ -0,0 +1 @@
+DIST swingx-beaninfo-1.6.4-sources.jar 185813 SHA256 81769ffd2f844d1dfb8e0e269a7bf4d748d9ff3cda807c114354e3c04cab1afe SHA512 9461a00404c8cd1aa7c473e060c855667fedd357688ca1be5e78d6d7f56e15ff5345cf593bc03c173172a42c190c5f76682c01d226f51472f9b1757fcca52ac9 WHIRLPOOL 869eb3b266e355024f3af87eca83edd13e78fdb553337e102d0fb131011a5a395719bf8a449ca0b04622f29f4663f2bfe8bc65772662a0d3b25eeb71c4b7f43f
diff --git a/dev-java/swingx-beaninfo/metadata.xml b/dev-java/swingx-beaninfo/metadata.xml
new file mode 100644
index 0000000..952a4b9
--- /dev/null
+++ b/dev-java/swingx-beaninfo/metadata.xml
@@ -0,0 +1,8 @@
+<?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>
+</pkgmetadata>
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 0000000..d592289
--- /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 .
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-beaninfo/
@ 2022-02-21 9:16 Miroslav Šulc
0 siblings, 0 replies; 3+ messages in thread
From: Miroslav Šulc @ 2022-02-21 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 19101965afe6c1be6f5252c5e94b15659163f1aa
Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 21 09:16:34 2022 +0000
Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Feb 21 09:16:43 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19101965
dev-java/swingx-beaninfo: eapi8, min java 1.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
.../swingx-beaninfo-1.6.4-r1.ebuild | 33 ++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild
new file mode 100644
index 000000000000..ce085b076923
--- /dev/null
+++ b/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4-r1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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.8:*
+ ${CDEPEND}"
+
+DEPEND=">=virtual/jdk-1.8:*
+ ${CDEPEND}"
+
+BDEPEND="
+ app-arch/unzip"
+
+JAVA_GENTOO_CLASSPATH="swingx-1.6"
+
+src_compile() {
+ java-pkg-simple_src_compile
+ java-pkg_addres ${PN}.jar .
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-beaninfo/
@ 2022-02-22 12:03 Florian Schmaus
0 siblings, 0 replies; 3+ messages in thread
From: Florian Schmaus @ 2022-02-22 12:03 UTC (permalink / raw
To: gentoo-commits
commit: b8f97c04b312e09f2a0ece192af63209139e9483
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Feb 22 11:18:08 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=b8f97c04
dev-java/swingx-beaninfo: Drop 1.6.4
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
.../swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild | 31 ----------------------
1 file changed, 31 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
deleted file mode 100644
index d16f79a73d8a..000000000000
--- a/dev-java/swingx-beaninfo/swingx-beaninfo-1.6.4.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# 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-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 .
-}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2022-02-22 12:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-22 12:03 [gentoo-commits] repo/gentoo:master commit in: dev-java/swingx-beaninfo/ Florian Schmaus
-- strict thread matches above, loose matches on Subject: below --
2022-02-21 9:16 Miroslav Šulc
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