public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2015-11-12  9:35 Patrice Clement
  0 siblings, 0 replies; 11+ messages in thread
From: Patrice Clement @ 2015-11-12  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     096c6cd0dadf693c636d68727db44e262dfea043
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 09:29:57 2015 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 09:33:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=096c6cd0

dev-java/osgi-compendium: Update SRC_URI and HOMEPAGE URLs. Lift fetch restrictions. Fixes bug 565498.

Package-Manager: portage-2.2.20.1
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 .../osgi-compendium/osgi-compendium-4.3.1.ebuild   | 27 +++++++++-------------
 1 file changed, 11 insertions(+), 16 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
index 96cb627..4207c29 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
@@ -9,38 +9,33 @@ JAVA_PKG_IUSE="doc source"
 inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
-HOMEPAGE="http://www.osgi.org/Specifications/HomePage"
-SRC_URI="http://www.osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
+HOMEPAGE="http://wiki.osgi.org/wiki/Release_4.3"
+SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
 KEYWORDS="amd64 x86"
 
-RESTRICT="bindist fetch"
-
-COMMON_DEPEND="dev-java/glassfish-persistence:0
+CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0
 	dev-java/osgi-foundation:0
 	dev-java/tomcat-servlet-api:3.0"
 
-DEPEND="${COMMON_DEPEND}
+DEPEND="${CDEPEND}
 	>=virtual/jdk-1.5
 	app-arch/unzip"
 
-RDEPEND="${COMMON_DEPEND}
+RDEPEND="${CDEPEND}
 	>=virtual/jre-1.5"
 
 JAVA_SRC_DIR="OSGI-OPT/src"
 
-JAVA_GENTOO_CLASSPATH="glassfish-persistence,osgi-core-api,osgi-foundation,tomcat-servlet-api-3.0"
-
-pkg_nofetch() {
-	einfo "Please download osgi.cmpn-${PV}.jar from"
-	einfo "  http://www.osgi.org/Download/Release4V43"
-	einfo "which you can find listed as"
-	einfo "  OSGi Service Platform Release 4 Version 4.3 Compendium Companion Code"
-	einfo "after accepting the license."
-}
+JAVA_GENTOO_CLASSPATH="
+	osgi-core-api
+	osgi-foundation
+	glassfish-persistence
+	tomcat-servlet-api-3.0
+"
 
 java_prepare() {
 	rm -r org || die


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2020-07-12 12:34 Sergei Trofimovich
  0 siblings, 0 replies; 11+ messages in thread
From: Sergei Trofimovich @ 2020-07-12 12:34 UTC (permalink / raw
  To: gentoo-commits

commit:     d9d34a8c92058e7cf8f776f673094be26697ecb4
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 12 12:33:35 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jul 12 12:33:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9d34a8c

dev-java/osgi-compendium: keyworded 4.3.1 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 <slyfox <AT> gentoo.org>

 dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
index 29c598b6ed4..058539ddac1 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1.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://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 x86"
+KEYWORDS="amd64 ~ppc64 x86"
 
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2021-05-01 17:54 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2021-05-01 17:54 UTC (permalink / raw
  To: gentoo-commits

commit:     04fd34cac63463f99f4fbede1fdb7ebf1bbf9667
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 17:54:00 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May  1 17:54:00 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04fd34ca

dev-java/osgi-compendium: eapi7 + java 1.8 + newer servlet api

Closes: https://bugs.gentoo.org/786759
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 ...dium-4.3.1.ebuild => osgi-compendium-4.3.1-r1.ebuild} | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild
similarity index 79%
rename from dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
rename to dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild
index 058539ddac1..8dcb4b18f10 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
+EAPI=7
 
 JAVA_PKG_IUSE="doc source"
 
@@ -18,14 +18,15 @@ KEYWORDS="amd64 ~ppc64 x86"
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0
 	dev-java/osgi-foundation:0
-	dev-java/tomcat-servlet-api:3.0"
+	dev-java/tomcat-servlet-api:4.0"
 
 DEPEND="${CDEPEND}
-	>=virtual/jdk-1.5
-	app-arch/unzip"
+	>=virtual/jdk-1.8:*"
 
 RDEPEND="${CDEPEND}
-	>=virtual/jre-1.5"
+	>=virtual/jre-1.8:*"
+
+BDEPEND="app-arch/unzip"
 
 JAVA_SRC_DIR="OSGI-OPT/src"
 
@@ -36,6 +37,7 @@ JAVA_GENTOO_CLASSPATH="
 	tomcat-servlet-api-3.0
 "
 
-java_prepare() {
+src_prepare() {
+	default
 	rm -r org || die
 }


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2021-05-01 18:21 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2021-05-01 18:21 UTC (permalink / raw
  To: gentoo-commits

commit:     2e041249104ffea7f023d36160d1dcedd78e7d54
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sat May  1 18:21:11 2021 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat May  1 18:21:21 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2e041249

dev-java/osgi-compendium: fixed tomcat-servlet-api slot

Closes: https://bugs.gentoo.org/787491
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 ...{osgi-compendium-4.3.1-r1.ebuild => osgi-compendium-4.3.1-r2.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
similarity index 97%
rename from dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild
rename to dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
index 8dcb4b18f10..f2cd70ced9b 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r1.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
@@ -34,7 +34,7 @@ JAVA_GENTOO_CLASSPATH="
 	osgi-core-api
 	osgi-foundation
 	glassfish-persistence
-	tomcat-servlet-api-3.0
+	tomcat-servlet-api-4.0
 "
 
 src_prepare() {


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2021-11-26  8:44 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2021-11-26  8:44 UTC (permalink / raw
  To: gentoo-commits

commit:     97b8ab1b7ff8c3ee3febb1e0471f7816551ac4a6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 26 08:44:28 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 26 08:44:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97b8ab1b

dev-java/osgi-compendium: Stabilize 4.3.1-r2 ppc64, #809560

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
index f2cd70ced9b0..27f307819b4b 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~ppc64 x86"
+KEYWORDS="amd64 ppc64 x86"
 
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2022-01-07 20:40 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-01-07 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2b1a8ba6a20e125da533e69460cf3117aa42e396
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  7 20:38:09 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  7 20:40:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b1a8ba6

dev-java/osgi-compendium: Keyword 4.3.1-r2 arm, #830680

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
index 27f307819b4b..50794d4e4976 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-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://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
+KEYWORDS="amd64 ~arm ppc64 x86"
 
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2022-01-07 20:42 Arthur Zamarin
  0 siblings, 0 replies; 11+ messages in thread
From: Arthur Zamarin @ 2022-01-07 20:42 UTC (permalink / raw
  To: gentoo-commits

commit:     a72bdda619cb124f1c8c575baffd5296d1a10c68
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan  7 20:41:56 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan  7 20:41:56 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a72bdda6

dev-java/osgi-compendium: Keyword 4.3.1-r2 arm64, #830680

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
index 50794d4e4976..63e95eae4bce 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
 
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2022-02-09  1:25 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-02-09  1:25 UTC (permalink / raw
  To: gentoo-commits

commit:     764bbef35d5bc1e1806a9302d2981d754b3bb10a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  9 01:24:16 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Feb  9 01:24:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=764bbef3

dev-java/osgi-compendium: Stabilize 4.3.1-r2 arm64, #832896

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
index 63e95eae4bce..609e01017aa2 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0 OSGi-Specification-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 CDEPEND="dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2022-06-19  5:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-06-19  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     565b25decd52f93cec3282234417e37bc61d834d
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jun 18 13:41:41 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 05:56:42 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=565b25de

dev-java/osgi-compendium: License, HOMPAGE, SRC_URI

Closes: https://bugs.gentoo.org/852851
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../osgi-compendium-4.3.1-r3.ebuild                | 38 ++++++++++++++++++++++
 1 file changed, 38 insertions(+)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
new file mode 100644
index 000000000000..9f45cf7b18ff
--- /dev/null
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
@@ -0,0 +1,38 @@
+# 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="OSGi Service Platform Compendium API (Companion Code)"
+HOMEPAGE="https://docs.osgi.org"
+#	SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
+SRC_URI="https://docs.osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+
+CP_DEPEND="
+	dev-java/glassfish-persistence:0
+	dev-java/osgi-core-api:0
+	dev-java/osgi-foundation:0
+	dev-java/tomcat-servlet-api:4.0"
+
+DEPEND="${CP_DEPEND}
+	>=virtual/jdk-1.8:*"
+
+RDEPEND="${CP_DEPEND}
+	>=virtual/jre-1.8:*"
+
+BDEPEND="app-arch/unzip"
+
+JAVA_SRC_DIR="OSGI-OPT/src"
+
+src_prepare() {
+	default
+	rm -r org || die
+}


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2022-06-19  5:58 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-06-19  5:58 UTC (permalink / raw
  To: gentoo-commits

commit:     107254c9d94f2f2bd9999de2094cd623c06c9b32
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Sat Jun 18 13:42:49 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 19 05:56:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=107254c9

dev-java/osgi-compendium: drop 4.3.1-r2

Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Closes: https://github.com/gentoo/gentoo/pull/25958
Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../osgi-compendium-4.3.1-r2.ebuild                | 43 ----------------------
 .../osgi-compendium-4.3.1-r3.ebuild                |  3 +-
 2 files changed, 1 insertion(+), 45 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
deleted file mode 100644
index 609e01017aa2..000000000000
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r2.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
-HOMEPAGE="http://wiki.osgi.org/wiki/Release_4.3"
-SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
-
-LICENSE="Apache-2.0 OSGi-Specification-2.0"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-CDEPEND="dev-java/glassfish-persistence:0
-	dev-java/osgi-core-api:0
-	dev-java/osgi-foundation:0
-	dev-java/tomcat-servlet-api:4.0"
-
-DEPEND="${CDEPEND}
-	>=virtual/jdk-1.8:*"
-
-RDEPEND="${CDEPEND}
-	>=virtual/jre-1.8:*"
-
-BDEPEND="app-arch/unzip"
-
-JAVA_SRC_DIR="OSGI-OPT/src"
-
-JAVA_GENTOO_CLASSPATH="
-	osgi-core-api
-	osgi-foundation
-	glassfish-persistence
-	tomcat-servlet-api-4.0
-"
-
-src_prepare() {
-	default
-	rm -r org || die
-}

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
index 9f45cf7b18ff..42efea848da4 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
@@ -9,12 +9,11 @@ inherit java-pkg-2 java-pkg-simple
 
 DESCRIPTION="OSGi Service Platform Compendium API (Companion Code)"
 HOMEPAGE="https://docs.osgi.org"
-#	SRC_URI="https://osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 SRC_URI="https://docs.osgi.org/download/r4v43/osgi.cmpn-${PV}.jar"
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
 
 CP_DEPEND="
 	dev-java/glassfish-persistence:0


^ permalink raw reply related	[flat|nested] 11+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/
@ 2023-02-25  6:47 Miroslav Šulc
  0 siblings, 0 replies; 11+ messages in thread
From: Miroslav Šulc @ 2023-02-25  6:47 UTC (permalink / raw
  To: gentoo-commits

commit:     ed03527c6d8904330da05a151bbc458bcd889fe3
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Fri Feb 24 16:22:55 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Feb 25 06:47:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed03527c

dev-java/osgi-compendium: use jakarta-servlet-api instead of tomcat-servlet-api

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

 ...sgi-compendium-4.3.1-r3.ebuild => osgi-compendium-4.3.1-r4.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r4.ebuild
similarity index 90%
rename from dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
rename to dev-java/osgi-compendium/osgi-compendium-4.3.1-r4.ebuild
index 42efea848da4..0ca616b9fb7c 100644
--- a/dev-java/osgi-compendium/osgi-compendium-4.3.1-r3.ebuild
+++ b/dev-java/osgi-compendium/osgi-compendium-4.3.1-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -19,7 +19,7 @@ CP_DEPEND="
 	dev-java/glassfish-persistence:0
 	dev-java/osgi-core-api:0
 	dev-java/osgi-foundation:0
-	dev-java/tomcat-servlet-api:4.0"
+	dev-java/jakarta-servlet-api:4"
 
 DEPEND="${CP_DEPEND}
 	>=virtual/jdk-1.8:*"


^ permalink raw reply related	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2023-02-25  6:47 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-01 17:54 [gentoo-commits] repo/gentoo:master commit in: dev-java/osgi-compendium/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2023-02-25  6:47 Miroslav Šulc
2022-06-19  5:58 Sam James
2022-06-19  5:58 Sam James
2022-02-09  1:25 Sam James
2022-01-07 20:42 Arthur Zamarin
2022-01-07 20:40 Arthur Zamarin
2021-11-26  8:44 Sam James
2021-05-01 18:21 Miroslav Šulc
2020-07-12 12:34 Sergei Trofimovich
2015-11-12  9:35 Patrice Clement

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox