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

2023-09-23 Thread Sam James
commit: 306ebb435ea3d8b87de971b2df2c37b14762c22f
Author: Sam James  gentoo  org>
AuthorDate: Sat Sep 23 09:51:40 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Sep 23 09:51:40 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=306ebb43

dev-java/rat: simplify DESCRIPTION

No need for '${PN} is a...'

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

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

diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild
index 2d6facdeddae..01b5ca958c2a 100644
--- a/dev-java/rat/rat-0.13.ebuild
+++ b/dev-java/rat/rat-0.13.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
 inherit java-pkg-2
 
-DESCRIPTION="Apache Rat is a release audit tool, focused on licenses"
+DESCRIPTION="Release audit tool, focused on licenses"
 HOMEPAGE="https://creadur.apache.org/rat/";
 
 LICENSE="Apache-2.0"



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

2021-06-08 Thread Miroslav Šulc
commit: cebac6ad28c182aaa751c04b1f140e2ec2a9c226
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Tue Jun  8 08:15:59 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Tue Jun  8 08:15:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cebac6ad

dev-java/rat: removed obsolete 0.11

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

 dev-java/rat/Manifest|  2 --
 dev-java/rat/rat-0.11.ebuild | 54 
 2 files changed, 56 deletions(-)

diff --git a/dev-java/rat/Manifest b/dev-java/rat/Manifest
deleted file mode 100644
index c98d97b26b9..000
--- a/dev-java/rat/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST apache-rat-core-0.11-sources.jar 124710 BLAKE2B 
354755c1e9be4952f3313ae948bd0ef034d0b5ca653f646af33f78b3ec0db4b137b44fa9d30352b82c25c94b0f097a2f533697aee5307b91df710ed7977ecdf0
 SHA512 
1f75e6830bffa7b1a2410aa421a548a4c78db6686c8f940471e38d1bb455201cbfd797be3bb5da027966ee39bb93e7c7b393e3d7ff330866235fafffe1ee6991
-DIST apache-rat-tasks-0.11-sources.jar 17602 BLAKE2B 
c960c73e708db5888bea6c12b19958ce7549d54fe2df644ebfc46d86b6724aaf2307a99e58cb1e8530ff1ff1ada57d9bdf26b00a3e902da516652125492e0ba3
 SHA512 
54430fd7f8c227fe9fa14bbd44adc1222e8b7de0bbc5a5b861f4df773f5db0fdaf80b6ab327e17cdf57af54447d13f3431e8cdf86728af6f8a84e85c89376565

diff --git a/dev-java/rat/rat-0.11.ebuild b/dev-java/rat/rat-0.11.ebuild
deleted file mode 100644
index c5275947926..000
--- a/dev-java/rat/rat-0.11.ebuild
+++ /dev/null
@@ -1,54 +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
-
-MY_PN="apache-${PN}"
-
-DESCRIPTION="Apache Rat is a release audit tool, focused on licenses."
-HOMEPAGE="https://creadur.apache.org/rat/";
-
-SRC_URI="
-   
https://repo1.maven.org/maven2/org/apache/${PN}/${MY_PN}-core/${PV}/${MY_PN}-core-${PV}-sources.jar
-   
https://repo1.maven.org/maven2/org/apache/${PN}/${MY_PN}-tasks/${PV}/${MY_PN}-tasks-${PV}-sources.jar";
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-CDEPEND="
-   dev-java/ant-core:0
-   dev-java/commons-io:1
-   dev-java/commons-cli:1
-   dev-java/commons-lang:2.1
-   dev-java/commons-compress:0
-   dev-java/commons-collections:0
-"
-
-RDEPEND="
-   ${CDEPEND}
-   >=virtual/jre-1.6"
-
-DEPEND="
-   ${CDEPEND}
-   app-arch/unzip
-   >=virtual/jdk-1.6"
-
-JAVA_GENTOO_CLASSPATH="
-   ant-core
-   commons-io-1
-   commons-cli-1
-   commons-compress
-   commons-lang-2.1
-   commons-collections
-"
-
-src_install() {
-   java-pkg-simple_src_install
-   java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
-}



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

2021-06-07 Thread Sam James
commit: 2979f4b4a4d419c4b925bc3c985ce63d1770ac0f
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:14:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:14:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2979f4b4

dev-java/rat: Stabilize 0.13 x86, #794703

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

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

diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild
index 4dff0b91d58..ad082bb240b 100644
--- a/dev-java/rat/rat-0.13.ebuild
+++ b/dev-java/rat/rat-0.13.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://creadur.apache.org/rat/";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
 
 RDEPEND="
~dev-java/apache-rat-core-${PV}:0



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

2021-06-07 Thread Sam James
commit: 538335a914fee7657dd11ef51e4b5044c91854ec
Author: Sam James  gentoo  org>
AuthorDate: Mon Jun  7 16:13:21 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jun  7 16:13:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538335a9

dev-java/rat: Stabilize 0.13 amd64, #794703

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

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

diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild
index be441fd30aa..4dff0b91d58 100644
--- a/dev-java/rat/rat-0.13.ebuild
+++ b/dev-java/rat/rat-0.13.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://creadur.apache.org/rat/";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 RDEPEND="
~dev-java/apache-rat-core-${PV}:0



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

2021-05-07 Thread Thomas Deutschmann
commit: 1432edc4e1f148f1521b21273679565a29fcff04
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sat May  8 02:07:54 2021 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sat May  8 02:07:54 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1432edc4

dev-java/rat: x86 keyworded (bug #784101)

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Thomas Deutschmann  gentoo.org>

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

diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild
index ece22ac8b66..be441fd30aa 100644
--- a/dev-java/rat/rat-0.13.ebuild
+++ b/dev-java/rat/rat-0.13.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://creadur.apache.org/rat/";
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
 
 RDEPEND="
~dev-java/apache-rat-core-${PV}:0



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

2021-04-19 Thread Miroslav Šulc
commit: 18778345b809fd106fb1abf794a213a2e2a58309
Author: Miroslav Šulc  gentoo  org>
AuthorDate: Mon Apr 19 10:57:16 2021 +
Commit: Miroslav Šulc  gentoo  org>
CommitDate: Mon Apr 19 10:57:38 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=18778345

dev-java/rat: bump to 0.13

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

 dev-java/rat/rat-0.13.ebuild | 29 +
 1 file changed, 29 insertions(+)

diff --git a/dev-java/rat/rat-0.13.ebuild b/dev-java/rat/rat-0.13.ebuild
new file mode 100644
index 000..ece22ac8b66
--- /dev/null
+++ b/dev-java/rat/rat-0.13.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit java-pkg-2
+
+DESCRIPTION="Apache Rat is a release audit tool, focused on licenses."
+HOMEPAGE="https://creadur.apache.org/rat/";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64"
+
+RDEPEND="
+   ~dev-java/apache-rat-core-${PV}:0
+   ~dev-java/apache-rat-tasks-${PV}:0
+   >=virtual/jre-1.8:*
+"
+
+S="${WORKDIR}"
+
+src_compile() { :; }
+
+src_install() {
+   default
+   java-pkg_register-dependency apache-rat-core,apache-rat-tasks
+   java-pkg_dolauncher "apache-${PN}" --jar $(java-pkg_getjar 
apache-rat-core apache-rat-core.jar) --main org.apache.rat.Report
+}



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

2016-02-19 Thread Patrice Clement
commit: ca8b9bac6d2a730308bf32d0ed12c5a2ddb13aa3
Author: Patrice Clement  gentoo  org>
AuthorDate: Sat Feb 20 01:11:23 2016 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Sat Feb 20 01:12:20 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca8b9bac

dev-java/rat: Stable for amd64+x86.

Package-Manager: portage-2.2.26

 dev-java/rat/rat-0.11.ebuild | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/dev-java/rat/rat-0.11.ebuild b/dev-java/rat/rat-0.11.ebuild
index aa139df..372e8de 100644
--- a/dev-java/rat/rat-0.11.ebuild
+++ b/dev-java/rat/rat-0.11.ebuild
@@ -1,8 +1,9 @@
-# Copyright 1999-2015 Gentoo Foundation
+# 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
@@ -18,7 +19,7 @@ SRC_URI="
 
 LICENSE="Apache-2.0"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 CDEPEND="
@@ -49,6 +50,6 @@ JAVA_GENTOO_CLASSPATH="
 "
 
 src_install() {
-   java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
java-pkg-simple_src_install
+   java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
 }



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

2015-11-11 Thread Patrice Clement
commit: cc0ccf346c7efd8f7e06e747722519c1812be25b
Author: Patrice Clement  gentoo  org>
AuthorDate: Wed Nov 11 22:53:23 2015 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Wed Nov 11 22:54:33 2015 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc0ccf34

dev-java/rat: Initial import.

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

 dev-java/rat/Manifest|  2 ++
 dev-java/rat/metadata.xml|  5 
 dev-java/rat/rat-0.11.ebuild | 54 
 3 files changed, 61 insertions(+)

diff --git a/dev-java/rat/Manifest b/dev-java/rat/Manifest
new file mode 100644
index 000..ffbe0f2
--- /dev/null
+++ b/dev-java/rat/Manifest
@@ -0,0 +1,2 @@
+DIST apache-rat-core-0.11-sources.jar 124710 SHA256 
22fbef361d39b2cb8f36d830afe15d5592bd0ac6fda29b6bbb1314b7bfb5b35d SHA512 
1f75e6830bffa7b1a2410aa421a548a4c78db6686c8f940471e38d1bb455201cbfd797be3bb5da027966ee39bb93e7c7b393e3d7ff330866235fafffe1ee6991
 WHIRLPOOL 
047d337a69eb135c8aeaadf051c1979d257d1442455a56e87b889e3a413c1b5e47c7a4e8053ec9b871b1e98c15eac81ae3cc038b36ba1a7cca530a63a0ec3ee7
+DIST apache-rat-tasks-0.11-sources.jar 17602 SHA256 
c2bc9b978eb3cb6fde38165d2eedd4e70a84edbb70df8521e04cb07662aace0f SHA512 
54430fd7f8c227fe9fa14bbd44adc1222e8b7de0bbc5a5b861f4df773f5db0fdaf80b6ab327e17cdf57af54447d13f3431e8cdf86728af6f8a84e85c89376565
 WHIRLPOOL 
55d01e4426c50cadc5db7031eb709cd9669baaf1121de4433458faaa86c882c81e4313c9611c115c86854bfd922449eca33027da031316e8e1fa0867ca946249

diff --git a/dev-java/rat/metadata.xml b/dev-java/rat/metadata.xml
new file mode 100644
index 000..250f2d1
--- /dev/null
+++ b/dev-java/rat/metadata.xml
@@ -0,0 +1,5 @@
+
+http://www.gentoo.org/dtd/metadata.dtd";>
+
+  java
+

diff --git a/dev-java/rat/rat-0.11.ebuild b/dev-java/rat/rat-0.11.ebuild
new file mode 100644
index 000..aa139df
--- /dev/null
+++ b/dev-java/rat/rat-0.11.ebuild
@@ -0,0 +1,54 @@
+# Copyright 1999-2015 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
+
+MY_PN="apache-${PN}"
+
+DESCRIPTION="Apache Rat is a release audit tool, focused on licenses."
+HOMEPAGE="https://creadur.apache.org/rat/";
+
+SRC_URI="
+   
https://repo1.maven.org/maven2/org/apache/${PN}/${MY_PN}-core/${PV}/${MY_PN}-core-${PV}-sources.jar
+   
https://repo1.maven.org/maven2/org/apache/${PN}/${MY_PN}-tasks/${PV}/${MY_PN}-tasks-${PV}-sources.jar";
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+CDEPEND="
+   dev-java/ant-core:0
+   dev-java/commons-io:1
+   dev-java/commons-cli:1
+   dev-java/commons-lang:2.1
+   dev-java/commons-compress:0
+   dev-java/commons-collections:0
+"
+
+RDEPEND="
+   ${CDEPEND}
+   >=virtual/jre-1.6"
+
+DEPEND="
+   ${CDEPEND}
+   app-arch/unzip
+   >=virtual/jdk-1.6"
+
+JAVA_GENTOO_CLASSPATH="
+   ant-core
+   commons-io-1
+   commons-cli-1
+   commons-compress
+   commons-lang-2.1
+   commons-collections
+"
+
+src_install() {
+   java-pkg_dolauncher "${MY_PN}" --main org.apache.rat.Report
+   java-pkg-simple_src_install
+}