public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Miroslav Šulc" <fordfrog@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/
Date: Wed, 29 Mar 2023 05:29:03 +0000 (UTC)	[thread overview]
Message-ID: <1680067736.590cd9d583a33dce96f8d1ed93a4d1a6bc2d4c1b.fordfrog@gentoo> (raw)

commit:     590cd9d583a33dce96f8d1ed93a4d1a6bc2d4c1b
Author:     Volkmar W. Pogatzki <gentoo <AT> pogatzki <DOT> net>
AuthorDate: Tue Mar 28 15:42:20 2023 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Wed Mar 29 05:28:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=590cd9d5

dev-java/reflections: drop 0.9.12-r4

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

 dev-java/reflections/reflections-0.9.12-r4.ebuild | 94 -----------------------
 1 file changed, 94 deletions(-)

diff --git a/dev-java/reflections/reflections-0.9.12-r4.ebuild b/dev-java/reflections/reflections-0.9.12-r4.ebuild
deleted file mode 100644
index 22b2726b14d6..000000000000
--- a/dev-java/reflections/reflections-0.9.12-r4.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-# Skeleton command:
-# java-ebuilder --generate-ebuild --workdir . --pom pom.xml --download-uri https://github.com/ronmamo/reflections/archive/0.9.12.tar.gz --slot 0 --keywords "~amd64 ~arm ~arm64 ~ppc64 ~x86" --ebuild reflections-0.9.12.ebuild
-
-EAPI=8
-
-JAVA_PKG_IUSE="doc source test"
-MAVEN_ID="org.reflections:reflections:0.9.12"
-JAVA_TESTING_FRAMEWORKS="junit-4"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Reflections - a Java runtime metadata analysis"
-HOMEPAGE="https://github.com/ronmamo/reflections"
-SRC_URI="https://github.com/ronmamo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="WTFPL-2 BSD-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm arm64 ppc64 x86"
-
-# Common dependencies
-# POM: pom.xml
-# com.google.code.gson:gson:2.8.6 -> >=dev-java/gson-2.8.8:2.6
-# org.dom4j:dom4j:2.1.1 -> >=dev-java/dom4j-2.1.3:1
-# org.javassist:javassist:3.26.0-GA -> !!!suitable-mavenVersion-not-found!!!
-# org.slf4j:slf4j-api:1.7.30 -> >=dev-java/slf4j-api-1.7.30:0
-# org.slf4j:slf4j-simple:1.7.24 -> >=dev-java/slf4j-simple-1.7.30:0
-
-CP_DEPEND="
-	dev-java/dom4j:1
-	dev-java/gson:2.6
-	dev-java/javassist:3
-	dev-java/slf4j-api:0
-	dev-java/slf4j-simple:0
-"
-
-# Compile dependencies
-# POM: pom.xml
-# javax.servlet:servlet-api:2.5 -> java-virtuals/servlet-api:2.5
-# POM: pom.xml
-# test? junit:junit:4.13 -> >=dev-java/junit-4.13.2:4
-
-DEPEND="
-	dev-java/tomcat-servlet-api:2.5
-	>=virtual/jdk-1.8:*
-	${CP_DEPEND}
-"
-
-RDEPEND="
-	>=virtual/jre-1.8:*
-	${CP_DEPEND}"
-
-S="${WORKDIR}/${P}"
-
-JAVA_CLASSPATH_EXTRA="tomcat-servlet-api-2.5"
-JAVA_SRC_DIR=( "src/main/java" )
-
-JAVA_TEST_GENTOO_CLASSPATH="junit-4"
-JAVA_TEST_SRC_DIR=( "src/test/java" )
-JAVA_TEST_RESOURCE_DIRS=( "src/test/resources" )
-JAVA_TEST_EXCLUDES=(
-	# Upstream does not run this test
-	"org.reflections.TestModel"
-	# 1) testMethodParameterNames(org.reflections.ReflectionsCollectTest)
-	# org.reflections.ReflectionsException: Scanner MethodParameterNamesScanner was not configured
-	#         at org.reflections.Store.get(Store.java:39)
-	#         at org.reflections.Store.get(Store.java:61)
-	#         at org.reflections.Store.get(Store.java:46)
-	#         at org.reflections.Reflections.getMethodParamNames(Reflections.java:579)
-	#         at org.reflections.ReflectionsTest.testMethodParameterNames(ReflectionsTest.java:239)
-	org.reflections.ReflectionsCollectTest
-	# 2) testMethodParameterNames(org.reflections.ReflectionsParallelTest)
-	# org.reflections.ReflectionsException: Scanner MethodParameterNamesScanner was not configured
-	#         at org.reflections.Store.get(Store.java:39)
-	#         at org.reflections.Store.get(Store.java:61)
-	#         at org.reflections.Store.get(Store.java:46)
-	#         at org.reflections.Reflections.getMethodParamNames(Reflections.java:579)
-	#         at org.reflections.ReflectionsTest.testMethodParameterNames(ReflectionsTest.java:239)
-	org.reflections.ReflectionsParallelTest
-	# 3) testMethodParameterNames(org.reflections.ReflectionsTest)
-	# org.reflections.ReflectionsException: Scanner MethodParameterNamesScanner was not configured
-	#         at org.reflections.Store.get(Store.java:39)
-	#         at org.reflections.Store.get(Store.java:61)
-	#         at org.reflections.Store.get(Store.java:46)
-	#         at org.reflections.Reflections.getMethodParamNames(Reflections.java:579)
-	#         at org.reflections.ReflectionsTest.testMethodParameterNames(ReflectionsTest.java:239)
-	org.reflections.ReflectionsTest
-	#
-	# https://github.com/ronmamo/reflections/issues/277#issuecomment-927152981
-	# scanner was not configured exception - this is a known issue in 0.9.12, a simple workaround is to
-	# check if the getStore() contains index for the scanner before querying. next version 0.10 fixes this.
-)


             reply	other threads:[~2023-03-29  5:29 UTC|newest]

Thread overview: 36+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-29  5:29 Miroslav Šulc [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-03-28 15:37 [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/ Sam James
2023-03-28 15:37 Sam James
2023-03-28 15:37 Sam James
2023-03-28 15:37 Sam James
2023-02-27  6:59 Miroslav Šulc
2022-09-01  4:31 Miroslav Šulc
2022-08-31  6:27 Jakov Smolić
2022-08-31  6:22 Jakov Smolić
2022-08-31  6:22 Jakov Smolić
2022-08-31  6:19 Jakov Smolić
2022-08-01  8:35 Florian Schmaus
2022-07-28  9:10 Sam James
2022-06-29  9:19 Florian Schmaus
2022-06-17 11:22 Arthur Zamarin
2022-06-17 10:48 Arthur Zamarin
2022-06-11 23:28 Sam James
2022-06-11  7:36 Agostino Sarubbo
2022-06-10 20:20 Jakov Smolić
2022-05-11 17:16 Florian Schmaus
2022-05-11 17:16 Florian Schmaus
2022-05-09 19:13 Florian Schmaus
2022-04-20  8:03 Florian Schmaus
2022-04-20  8:03 Florian Schmaus
2022-02-11 20:05 Arthur Zamarin
2022-01-14 15:07 Arthur Zamarin
2022-01-08 13:08 Miroslav Šulc
2022-01-08 10:17 Arthur Zamarin
2022-01-08 10:17 Arthur Zamarin
2021-11-26  9:23 Sam James
2021-11-12  8:16 Agostino Sarubbo
2021-11-11 11:35 Agostino Sarubbo
2021-06-14  6:39 Sergei Trofimovich
2016-11-21 23:10 James Le Cuirot
2016-05-11 21:07 James Le Cuirot
2015-09-01 19:05 Tobias Klausmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1680067736.590cd9d583a33dce96f8d1ed93a4d1a6bc2d4c1b.fordfrog@gentoo \
    --to=fordfrog@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox