mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
dev-java/commons-beanutils: Drop 1.9.2
Closes: https://bugs.gentoo.org/788109 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Closes: https://github.com/gentoo/gentoo/pull/24020 Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
This commit is contained in:
committed by
Miroslav Šulc
parent
258e64c7f5
commit
bccfb1c6e5
@@ -1,2 +1 @@
|
||||
DIST commons-beanutils-1.9.2-src.tar.gz 396910 BLAKE2B 1324c49605c9640aa3eee5c016a43bbb45b1984dd49eeab8f9b7a4ef1c5284ff8869228dda51719c2e6b3576517fdd02018a4f36654efc7f92d3fb7432008d05 SHA512 cf43aace33eb91368f86445874b16d977e827451f1355bb00e9b33bf0707855b5d757b0d58ad617f3a7f86f9065e7c900907dd604ba4de5ae61473d40cb758a9
|
||||
DIST commons-beanutils-1.9.4-src.tar.gz 412606 BLAKE2B 213a2ad4d976ed4c55c9a73c0970a656e2f03efcba886369c8be164e04618937ad636ce7ffa6aa7b981e9595b24e4cbacc2bc632268bbfede8172091ef6eb4ff SHA512 6f3d30d02b9a66cf20509bd868c6e2dadb44bb27da1e6b9af7275675e0f3826845a5d4005509dd1eb77a5b2937820c4770a3753daaab072785dcdab0caa69e73
|
||||
|
||||
@@ -1,64 +0,0 @@
|
||||
# Copyright 1999-2021 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
JAVA_PKG_IUSE="doc source test"
|
||||
|
||||
inherit java-pkg-2 java-ant-2
|
||||
|
||||
DESCRIPTION="Provides easy-to-use wrappers around Reflection and Introspection APIs"
|
||||
HOMEPAGE="http://commons.apache.org/beanutils/"
|
||||
SRC_URI="mirror://apache/commons/beanutils/source/${P}-src.tar.gz"
|
||||
|
||||
LICENSE="Apache-2.0"
|
||||
SLOT="1.7"
|
||||
KEYWORDS="amd64 ppc64 x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
IUSE=""
|
||||
|
||||
CDEPEND="dev-java/commons-collections:0
|
||||
dev-java/commons-logging:0"
|
||||
|
||||
RDEPEND=">=virtual/jre-1.6
|
||||
${CDEPEND}"
|
||||
|
||||
DEPEND=">=virtual/jdk-1.6
|
||||
test? (
|
||||
dev-java/ant-junit:0
|
||||
dev-java/junit:0
|
||||
)
|
||||
${CDEPEND}"
|
||||
|
||||
S="${WORKDIR}/${P}-src"
|
||||
|
||||
# Buggy tests.
|
||||
JAVA_RM_FILES=(
|
||||
src/test/java/org/apache/commons/beanutils/IndexedPropertyTestCase.java
|
||||
src/test/java/org/apache/commons/beanutils/BeanMapTestCase.java
|
||||
src/test/java/org/apache/commons/beanutils/bugs/Jira422TestCase.java
|
||||
src/test/java/org/apache/commons/beanutils/BeanificationTestCase.java
|
||||
src/test/java/org/apache/commons/beanutils/DefaultIntrospectionContextTestCase.java
|
||||
)
|
||||
|
||||
EANT_GENTOO_CLASSPATH="commons-logging,commons-collections"
|
||||
|
||||
java_prepare() {
|
||||
JAVA_ANT_CLASSPATH_TAGS="javac java" java-ant_rewrite-classpath
|
||||
}
|
||||
|
||||
src_test() {
|
||||
EANT_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},junit"
|
||||
ANT_TASKS="ant-junit" eant \
|
||||
-Dcommons-collections.jar=$(java-pkg_getjar commons-collections commons-collections.jar) \
|
||||
-Dcommons-collections-testframework.jar=$(java-pkg_getjar commons-collections commons-collections-testframework.jar) \
|
||||
-Dcommons-logging.jar=$(java-pkg_getjar commons-logging commons-logging.jar) \
|
||||
test
|
||||
}
|
||||
|
||||
src_install() {
|
||||
java-pkg_newjar dist/${P}.jar
|
||||
|
||||
dodoc RELEASE-NOTES.txt
|
||||
|
||||
use doc && java-pkg_dojavadoc dist/docs/api
|
||||
use source && java-pkg_dosrc src/main/java/org
|
||||
}
|
||||
Reference in New Issue
Block a user