* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2022-12-23 9:44 Florian Schmaus
0 siblings, 0 replies; 9+ messages in thread
From: Florian Schmaus @ 2022-12-23 9:44 UTC (permalink / raw
To: gentoo-commits
commit: 03b2dec1e1d10ae15a1235c3414dc1c2d83d5b01
Author: Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Wed Sep 21 12:03:17 2022 +0000
Commit: Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 09:38:17 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03b2dec1
dev-java/commons-junit4: new package, add 1.2.17
Signed-off-by: Volkmar W. Pogatzki <gentoo <AT> pogatzki.net>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>
dev-java/commons-junit4/Manifest | 1 +
.../commons-junit4/commons-junit4-1.2.17.ebuild | 39 ++++++++++++++++++++++
dev-java/commons-junit4/metadata.xml | 10 ++++++
3 files changed, 50 insertions(+)
diff --git a/dev-java/commons-junit4/Manifest b/dev-java/commons-junit4/Manifest
new file mode 100644
index 000000000000..081aa48e41a9
--- /dev/null
+++ b/dev-java/commons-junit4/Manifest
@@ -0,0 +1 @@
+DIST unkrig-commons1.2.17.tar.gz 2187066 BLAKE2B 29addd6ba41edf475ff878c15a40ee328682fc7d458fae4f745e20cd00afbaa99a8f202e0d285a81a45e47177944d8dcce2e30d6f3c74d2374b46f34c5813dff SHA512 dd8652bcffd62aa847e7c36358de8eecca66f731f06da504cbdcb29f55608e384db2e0d9a7847773423d82d7ae9f3bf75e07142c95ae0ec758f15e5a3020db99
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
new file mode 100644
index 000000000000..978b35a7b5f3
--- /dev/null
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+JAVA_PKG_IUSE="doc source test"
+MAVEN_ID="de.unkrig.commons:commons-junit4:1.2.17"
+JAVA_TESTING_FRAMEWORKS="junit-4"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="Assertions etc. for those who write tests with JUNIT 4"
+HOMEPAGE="https://unkrig.de/w/Commons.unkrig.de"
+SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-commons${PV}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64"
+
+CP_DEPEND="
+ ~dev-java/commons-nullanalysis-${PV}:0
+ dev-java/junit:4
+"
+
+DEPEND="
+ >=virtual/jdk-1.8:*
+ ${CP_DEPEND}
+"
+
+RDEPEND="
+ >=virtual/jre-1.8:*
+ ${CP_DEPEND}"
+
+S="${WORKDIR}/commons-${PV}/commons-junit4"
+
+JAVA_SRC_DIR="src/main/java"
+
+JAVA_TEST_GENTOO_CLASSPATH="junit-4"
+JAVA_TEST_SRC_DIR="src/test/java"
diff --git a/dev-java/commons-junit4/metadata.xml b/dev-java/commons-junit4/metadata.xml
new file mode 100644
index 000000000000..4fc465e4c3e9
--- /dev/null
+++ b/dev-java/commons-junit4/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>java@gentoo.org</email>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">aunkrig/commons</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2022-12-23 16:51 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-12-23 16:51 UTC (permalink / raw
To: gentoo-commits
commit: a2c7dfdc0244ebd10f894ee1b5ae0cb6317d92ad
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 16:51:38 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 16:51:38 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a2c7dfdc
dev-java/commons-junit4: Keyword 1.2.17 arm, #888077
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 978b35a7b5f3..f4f1264ea49e 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~arm"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2022-12-23 16:51 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-12-23 16:51 UTC (permalink / raw
To: gentoo-commits
commit: cd036ed7046958dfb3453be24e2846ab0914b57a
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 16:51:40 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 16:51:40 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd036ed7
dev-java/commons-junit4: Keyword 1.2.17 ppc64, #888077
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index f4f1264ea49e..9f084c6c9b69 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm"
+KEYWORDS="~amd64 ~arm ~ppc64"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2022-12-23 16:51 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-12-23 16:51 UTC (permalink / raw
To: gentoo-commits
commit: 16f7cae3c62ccabfb25c84e727e34775c1930391
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 16:51:42 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 16:51:42 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16f7cae3
dev-java/commons-junit4: Keyword 1.2.17 arm64, #888077
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 9f084c6c9b69..357310515ced 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2022-12-23 20:46 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2022-12-23 20:46 UTC (permalink / raw
To: gentoo-commits
commit: 1d3870055d5fdffece7decf48792851533072e82
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 23 20:45:21 2022 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 23 20:45:21 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d387005
dev-java/commons-junit4: Keyword 1.2.17 x86, #888077
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 357310515ced..7aeb1d27a497 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2023-01-23 17:48 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-01-23 17:48 UTC (permalink / raw
To: gentoo-commits
commit: 19ca2d5d110c5b5ab3fccdb6fc4404f78d9cc967
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 17:47:32 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 17:47:32 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ca2d5d
dev-java/commons-junit4: Stabilize 1.2.17 x86, #891809
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 7aeb1d27a497..bbf88b56cf65 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.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
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2023-01-23 17:48 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-01-23 17:48 UTC (permalink / raw
To: gentoo-commits
commit: da12230da848228c52bef8f53df8cc4c28e882fd
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 17:47:37 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 17:47:37 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da12230d
dev-java/commons-junit4: Stabilize 1.2.17 amd64, #891809
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index bbf88b56cf65..2c676d3b2c63 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2023-01-23 18:08 Sam James
0 siblings, 0 replies; 9+ messages in thread
From: Sam James @ 2023-01-23 18:08 UTC (permalink / raw
To: gentoo-commits
commit: 43d13e34348e27ac93b2d94407a05c1febd8c01b
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 18:08:26 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 18:08:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43d13e34
dev-java/commons-junit4: Stabilize 1.2.17 ppc64, #891809
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 2c676d3b2c63..5e1d211d54a7 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
+KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/
@ 2023-01-23 18:25 Arthur Zamarin
0 siblings, 0 replies; 9+ messages in thread
From: Arthur Zamarin @ 2023-01-23 18:25 UTC (permalink / raw
To: gentoo-commits
commit: 3c5ad34e1099ba2b5379c0c6e6b3b787dc8d7302
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 23 18:25:19 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 23 18:25:19 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5ad34e
dev-java/commons-junit4: Stabilize 1.2.17 arm64, #891809
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-java/commons-junit4/commons-junit4-1.2.17.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
index 5e1d211d54a7..d12acbb23c14 100644
--- a/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
+++ b/dev-java/commons-junit4/commons-junit4-1.2.17.ebuild
@@ -15,7 +15,7 @@ SRC_URI="https://github.com/aunkrig/commons/archive/V${PV}.tar.gz -> unkrig-comm
LICENSE="BSD"
SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ppc64 x86"
+KEYWORDS="amd64 ~arm arm64 ppc64 x86"
CP_DEPEND="
~dev-java/commons-nullanalysis-${PV}:0
^ permalink raw reply related [flat|nested] 9+ messages in thread
end of thread, other threads:[~2023-01-23 18:25 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-23 16:51 [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-junit4/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2023-01-23 18:25 Arthur Zamarin
2023-01-23 18:08 Sam James
2023-01-23 17:48 Sam James
2023-01-23 17:48 Sam James
2022-12-23 20:46 Arthur Zamarin
2022-12-23 16:51 Arthur Zamarin
2022-12-23 16:51 Arthur Zamarin
2022-12-23 9:44 Florian Schmaus
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox