[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2024-01-14 Thread Miroslav Šulc
commit: a214db1372d6812a08e5ca575f9df4d64cf4a735
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Sun Jan 14 16:51:40 2024 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Sun Jan 14 19:31:39 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a214db13

dev-java/libg: drop 2.1.0-r2

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/libg/Manifest |  1 -
 dev-java/libg/libg-2.1.0-r2.ebuild | 48 --
 2 files changed, 49 deletions(-)

diff --git a/dev-java/libg/Manifest b/dev-java/libg/Manifest
index 8f4c666567aa..a890570b45c8 100644
--- a/dev-java/libg/Manifest
+++ b/dev-java/libg/Manifest
@@ -1,2 +1 @@
 DIST aQute.bnd-7.0.0.tar.gz 172496438 BLAKE2B 
a2e443b0e4a2eb278a8e1df86456fea22ffb8147adc00c9f300cbd32b226218bb64ccca3da3bcd0d79b07567a7b4cf4456b96224d6abf59486fa08ca6170d0ba
 SHA512 
11d34a7d1a9b2fb2e8c112d414a06c281ccde9a7b06c62043e19d83e85ea64fdf022dd4493a14dd2dcf6adee392a1e9bf1ab05a6d690a328f29d7019045bca8c
-DIST bndlib-2.1.0.tar.gz 123217291 BLAKE2B 
ab8e6876b13db538746f77aa1fe7800e5a3b5e539e1980da78f69c64344f4964bf0a21f2329f7684b055d0de39a10c8df36e030922e9933b29fccb9a35aa669a
 SHA512 
6965143ced45c15fc2316716de32e80506cc411d52309b24313fff37e0713a45ad200d5b3701f0d47a131a3163ec266ed8acb4544884cd1c59c9716c7a2b285e

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
deleted file mode 100644
index 426364b8ed10..
--- a/dev-java/libg/libg-2.1.0-r2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Lots of small utilities for bndlib, a swiss army knife for OSGi"
-HOMEPAGE="https://bnd.bndtools.org/";
-SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> 
bndlib-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
-# its own turn again depends on aQute.libg again; we can temporarily assume 
that
-# if bndlib tests pass that libg is sufficiently tested, in the future we 
should
-# look whether it is feasible to combine the packages or otherwise temporarily
-# build biz.aquite.bndlib and biz.aqute.junit in this package.
-RESTRICT="test"
-
-DEPEND=">=virtual/jdk-1.8:*"
-RDEPEND=">=virtual/jre-1.8:*"
-
-S="${WORKDIR}/bnd-${PV}.REL/aQute.${PN}"
-
-EANT_BUILD_TARGET="build"
-
-src_prepare() {
-   default
-   # Move the correct build.xml into place, needed for testing.
-   cp ../cnf/build.xml . || die "Failed to move build file into the right 
place."
-
-   # Remove bundled jar files.
-   find . -name '*.jar' -delete
-
-   # Remove test files
-   if ! use test ; then
-   find src/test -name '*.java' -delete || die "Failed to remove 
test files."
-   fi
-}
-
-src_install() {
-   java-pkg_newjar generated/aQute.${PN}.jar
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2024-01-12 Thread Arthur Zamarin
commit: c93b3e01baa421273c23fa1ba0f587a3645ec456
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan 12 08:17:38 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan 12 08:17:38 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c93b3e01

dev-java/libg: Stabilize 7.0.0 x86, #921013

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 46f66f982d2d..7acbb7965c60 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2024-01-11 Thread Florian Schmaus
commit: cb4b1aca722089cf89ca0987b75f2bc36bb81608
Author: Matoro Mahri  matoro  tk>
AuthorDate: Thu Jan 11 18:57:33 2024 +
Commit: Florian Schmaus  gentoo  org>
CommitDate: Thu Jan 11 19:48:58 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb4b1aca

dev-java/libg: Keyword 7.0.0 x86, #918926

Signed-off-by: Matoro Mahri  matoro.tk>
Signed-off-by: Florian Schmaus  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 43fc0259b2e4..46f66f982d2d 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64 ~x86"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-12-29 Thread Sam James
commit: 61bc809078480de220402a8e10a67481ff7e93d9
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 22:42:35 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 22:42:35 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61bc8090

dev-java/libg: Stabilize 7.0.0 arm64, #920853

Signed-off-by: Sam James  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index c7b0afc83615..43fc0259b2e4 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64"
+KEYWORDS="amd64 ~arm arm64 ppc64"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-12-29 Thread Sam James
commit: 7d3406e478b69b2ed6786617898aa6b1eb914ee2
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 22:42:32 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 22:42:32 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d3406e4

dev-java/libg: Stabilize 7.0.0 ppc64, #920853

Signed-off-by: Sam James  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 467e46106de3..c7b0afc83615 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ppc64"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-12-29 Thread Sam James
commit: 5ccee98eee42549718426263b29fb1d18163097a
Author: Sam James  gentoo  org>
AuthorDate: Fri Dec 29 21:40:36 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Dec 29 21:40:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ccee98e

dev-java/libg: Stabilize 7.0.0 amd64, #920853

Signed-off-by: Sam James  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 1ccd68bfea36..467e46106de3 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-11-29 Thread Arthur Zamarin
commit: e5e448209c00e6dc1bc1576de0760e12fb71d147
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 13:17:36 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 13:17:36 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5e44820

dev-java/libg: Keyword 7.0.0 arm, #918851

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 02e676592983..21d7e22cd82e 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64"
+KEYWORDS="~amd64 ~arm ~arm64"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-11-29 Thread Arthur Zamarin
commit: 7ea62d9e4bdae38a55f21e98a336b4005ed73ff1
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Nov 29 13:17:34 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Nov 29 13:17:34 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ea62d9e

dev-java/libg: Keyword 7.0.0 arm64, #918851

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/libg/libg-7.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
index 296b5c55c69c..02e676592983 100644
--- a/dev-java/libg/libg-7.0.0.ebuild
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -15,7 +15,7 @@ S="${WORKDIR}/bnd-${PV}"
 
 LICENSE="Apache-2.0 EPL-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm64"
 # aQute.bnd.test.jupiter does not exist
 # org.assertj.core.api.junit.jupiter does not exist
 RESTRICT="test" #839681



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2023-11-29 Thread Miroslav Šulc
commit: 713e9308c37b65707b17064e92df68710ea53237
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu May 25 13:23:28 2023 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Wed Nov 29 09:23:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=713e9308

dev-java/libg: add 7.0.0

Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: 
https://github.com/gentoo/gentoo/pull/28334/commits/3a53f4a59d02b08bf33d2e4025cf80f372c47197
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/libg/Manifest  |  1 +
 dev-java/libg/libg-7.0.0.ebuild | 51 +
 dev-java/libg/metadata.xml  | 13 +--
 3 files changed, 58 insertions(+), 7 deletions(-)

diff --git a/dev-java/libg/Manifest b/dev-java/libg/Manifest
index 068af0665527..8f4c666567aa 100644
--- a/dev-java/libg/Manifest
+++ b/dev-java/libg/Manifest
@@ -1 +1,2 @@
+DIST aQute.bnd-7.0.0.tar.gz 172496438 BLAKE2B 
a2e443b0e4a2eb278a8e1df86456fea22ffb8147adc00c9f300cbd32b226218bb64ccca3da3bcd0d79b07567a7b4cf4456b96224d6abf59486fa08ca6170d0ba
 SHA512 
11d34a7d1a9b2fb2e8c112d414a06c281ccde9a7b06c62043e19d83e85ea64fdf022dd4493a14dd2dcf6adee392a1e9bf1ab05a6d690a328f29d7019045bca8c
 DIST bndlib-2.1.0.tar.gz 123217291 BLAKE2B 
ab8e6876b13db538746f77aa1fe7800e5a3b5e539e1980da78f69c64344f4964bf0a21f2329f7684b055d0de39a10c8df36e030922e9933b29fccb9a35aa669a
 SHA512 
6965143ced45c15fc2316716de32e80506cc411d52309b24313fff37e0713a45ad200d5b3701f0d47a131a3163ec266ed8acb4544884cd1c59c9716c7a2b285e

diff --git a/dev-java/libg/libg-7.0.0.ebuild b/dev-java/libg/libg-7.0.0.ebuild
new file mode 100644
index ..296b5c55c69c
--- /dev/null
+++ b/dev-java/libg/libg-7.0.0.ebuild
@@ -0,0 +1,51 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="biz.aQute.bnd:aQute.libg:${PV}"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A library to be statically linked. Contains many small utilities"
+HOMEPAGE="https://bnd.bndtools.org/";
+SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.tar.gz -> 
aQute.bnd-${PV}.tar.gz"
+S="${WORKDIR}/bnd-${PV}"
+
+LICENSE="Apache-2.0 EPL-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+# aQute.bnd.test.jupiter does not exist
+# org.assertj.core.api.junit.jupiter does not exist
+RESTRICT="test" #839681
+
+CP_DEPEND="
+   dev-java/slf4j-api:0
+"
+
+# compile error with jdk:21, restricting to jdk:17
+# aQute.libg/src/aQute/lib/collections/SortedList.java:31: error: types 
List and SortedSet are incompatible;
+# public class SortedList implements SortedSet, List {
+#^
+#   both define reversed(), but with unrelated return types
+#   where T is a type-variable:
+# T extends Object declared in class SortedList
+DEPEND="${CP_DEPEND}
+   ~dev-java/bnd-annotation-${PV}:0
+   dev-java/osgi-cmpn:8
+   virtual/jdk:17
+"
+
+# aQute.libg/src/aQute/libg/uri/URIUtil.java:161:
+# error: switch expressions are not supported in -source 11
+RDEPEND="${CP_DEPEND}
+   >=virtual/jre-17:*
+"
+
+JAVA_AUTOMATIC_MODULE_NAME="aQute.libg"
+JAVA_CLASSPATH_EXTRA="
+   bnd-annotation
+   osgi-cmpn-8
+"
+JAVA_SRC_DIR="aQute.libg/src"

diff --git a/dev-java/libg/metadata.xml b/dev-java/libg/metadata.xml
index 94feb65b0b18..cb6317e530db 100644
--- a/dev-java/libg/metadata.xml
+++ b/dev-java/libg/metadata.xml
@@ -1,11 +1,10 @@
 
 https://www.gentoo.org/dtd/metadata.dtd";>
 
-  
-j...@gentoo.org
-Java
-  
-  
-bndtools/bnd
-  
+   
+   j...@gentoo.org
+   
+   
+   bndtools/bnd
+   
 



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2022-02-08 Thread Sam James
commit: d55ca7eac8e33de5ee38e999a96542ae8a1532e5
Author: Sam James  gentoo  org>
AuthorDate: Wed Feb  9 01:24:09 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Feb  9 01:24:09 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d55ca7ea

dev-java/libg: Stabilize 2.1.0-r2 arm64, #832896

Signed-off-by: Sam James  gentoo.org>

 dev-java/libg/libg-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
index b5305fd26da6..426364b8ed10 100644
--- a/dev-java/libg/libg-2.1.0-r2.ebuild
+++ b/dev-java/libg/libg-2.1.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
 # its own turn again depends on aQute.libg again; we can temporarily assume 
that



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2022-01-07 Thread Arthur Zamarin
commit: 7f558d0efd775b1632a3dd3ace37fbf1bdc0a7a5
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan  7 20:41:54 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan  7 20:41:54 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f558d0e

dev-java/libg: Keyword 2.1.0-r2 arm64, #830680

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/libg/libg-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
index 8292ad2fa605..b5305fd26da6 100644
--- a/dev-java/libg/libg-2.1.0-r2.ebuild
+++ b/dev-java/libg/libg-2.1.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
 # its own turn again depends on aQute.libg again; we can temporarily assume 
that



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2022-01-07 Thread Arthur Zamarin
commit: 6de5a0c01b6a3c0c58c4ca472a77c8ce8c0b4cfb
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Jan  7 20:38:08 2022 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Jan  7 20:40:46 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6de5a0c0

dev-java/libg: Keyword 2.1.0-r2 arm, #830680

Signed-off-by: Arthur Zamarin  gentoo.org>

 dev-java/libg/libg-2.1.0-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
index 2093ba30d738..8292ad2fa605 100644
--- a/dev-java/libg/libg-2.1.0-r2.ebuild
+++ b/dev-java/libg/libg-2.1.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ~arm ppc64 x86"
 
 # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
 # its own turn again depends on aQute.libg again; we can temporarily assume 
that



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2021-11-26 Thread Sam James
commit: d25cb0eed0cffdb72b9344e2ec882aa75b3f47cc
Author: Sam James  gentoo  org>
AuthorDate: Fri Nov 26 08:44:23 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Nov 26 08:44:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d25cb0ee

dev-java/libg: Stabilize 2.1.0-r2 ppc64, #809560

Signed-off-by: Sam James  gentoo.org>

 dev-java/libg/libg-2.1.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
index 4ac55d9243ba..2093ba30d738 100644
--- a/dev-java/libg/libg-2.1.0-r2.ebuild
+++ b/dev-java/libg/libg-2.1.0-r2.ebuild
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
 # its own turn again depends on aQute.libg again; we can temporarily assume 
that



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2021-04-30 Thread Miroslav Šulc
commit: f7636b962a8723843e7ca5dd25a381eab83b60b9
Author: Volkmar W. Pogatzki  pogatzki  net>
AuthorDate: Thu Apr 29 09:08:05 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 30 13:58:47 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7636b96

dev-java/libg: min java 1.8

Package-Manager: Portage-3.0.18, Repoman-3.0.2
Signed-off-by: Volkmar W. Pogatzki  pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/20588
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/libg/libg-2.1.0-r2.ebuild | 48 ++
 1 file changed, 48 insertions(+)

diff --git a/dev-java/libg/libg-2.1.0-r2.ebuild 
b/dev-java/libg/libg-2.1.0-r2.ebuild
new file mode 100644
index 000..4ac55d9243b
--- /dev/null
+++ b/dev-java/libg/libg-2.1.0-r2.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+JAVA_PKG_IUSE="test"
+
+inherit java-pkg-2 java-ant-2
+
+DESCRIPTION="Lots of small utilities for bndlib, a swiss army knife for OSGi"
+HOMEPAGE="https://bnd.bndtools.org/";
+SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> 
bndlib-${PV}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="amd64 ~ppc64 x86"
+
+# Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
+# its own turn again depends on aQute.libg again; we can temporarily assume 
that
+# if bndlib tests pass that libg is sufficiently tested, in the future we 
should
+# look whether it is feasible to combine the packages or otherwise temporarily
+# build biz.aquite.bndlib and biz.aqute.junit in this package.
+RESTRICT="test"
+
+DEPEND=">=virtual/jdk-1.8:*"
+RDEPEND=">=virtual/jre-1.8:*"
+
+S="${WORKDIR}/bnd-${PV}.REL/aQute.${PN}"
+
+EANT_BUILD_TARGET="build"
+
+src_prepare() {
+   default
+   # Move the correct build.xml into place, needed for testing.
+   cp ../cnf/build.xml . || die "Failed to move build file into the right 
place."
+
+   # Remove bundled jar files.
+   find . -name '*.jar' -delete
+
+   # Remove test files
+   if ! use test ; then
+   find src/test -name '*.java' -delete || die "Failed to remove 
test files."
+   fi
+}
+
+src_install() {
+   java-pkg_newjar generated/aQute.${PN}.jar
+}



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2021-04-30 Thread Miroslav Šulc
commit: 981daaafc1b4a9b249184ac223791e3a31a58401
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Fri Apr 30 13:59:27 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Fri Apr 30 13:59:27 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=981daaaf

dev-java/libg: dropped obsolete 2.1.0-r1

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc  gentoo.org>

 dev-java/libg/libg-2.1.0-r1.ebuild | 47 --
 1 file changed, 47 deletions(-)

diff --git a/dev-java/libg/libg-2.1.0-r1.ebuild 
b/dev-java/libg/libg-2.1.0-r1.ebuild
deleted file mode 100644
index 8b7b14cea8d..000
--- a/dev-java/libg/libg-2.1.0-r1.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="test"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="Lots of small utilities for bndlib, a swiss army knife for OSGi"
-HOMEPAGE="http://www.aqute.biz/Bnd/Bnd";
-SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> 
bndlib-${PV}.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
-
-# Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
-# its own turn again depends on aQute.libg again; we can temporarily assume 
that
-# if bndlib tests pass that libg is sufficiently tested, in the future we 
should
-# look whether it is feasible to combine the packages or otherwise temporarily
-# build biz.aquite.bndlib and biz.aqute.junit in this package.
-RESTRICT="test"
-
-DEPEND=">=virtual/jdk-1.5"
-RDEPEND=">=virtual/jre-1.5"
-
-S="${WORKDIR}/bnd-${PV}.REL/aQute.${PN}"
-
-EANT_BUILD_TARGET="build"
-
-java_prepare() {
-   # Move the correct build.xml into place, needed for testing.
-   cp ../cnf/build.xml . || die "Failed to move build file into the right 
place."
-
-   # Remove bundled jar files.
-   find . -name '*.jar' -delete
-
-   # Remove test files
-   if ! use test ; then
-   find src/test -name '*.java' -delete || die "Failed to remove 
test files."
-   fi
-}
-
-src_install() {
-   java-pkg_newjar generated/aQute.${PN}.jar
-}



[gentoo-commits] repo/gentoo:master commit in: dev-java/libg/

2020-07-12 Thread Sergei Trofimovich
commit: 1f73ac6db1dd99b9b02c593925eadfb3ddda3f74
Author: Sergei Trofimovich  gentoo  org>
AuthorDate: Sun Jul 12 12:33:16 2020 +
Commit: Sergei Trofimovich  gentoo  org>
CommitDate: Sun Jul 12 12:33:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f73ac6d

dev-java/libg: keyworded 2.1.0-r1 for ppc64

keyworded wrt bug #720116

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich  gentoo.org>

 dev-java/libg/libg-2.1.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/libg/libg-2.1.0-r1.ebuild 
b/dev-java/libg/libg-2.1.0-r1.ebuild
index 0595fc1a9fc..8b7b14cea8d 100644
--- a/dev-java/libg/libg-2.1.0-r1.ebuild
+++ b/dev-java/libg/libg-2.1.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
@@ -13,7 +13,7 @@ 
SRC_URI="https://github.com/bndtools/bnd/archive/${PV}.REL.tar.gz -> bndlib-${PV
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 # Tests depend on biz.aQute.junit, which depends on biz.aQute.bndlib, which on
 # its own turn again depends on aQute.libg again; we can temporarily assume 
that