diff options
author | Jakov Smolic <jakov.smolic@sartura.hr> | 2021-05-17 12:42:46 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-05-17 21:09:20 +0000 |
commit | 6548c91f9b6a5fd21a85eec1e1e6fea3834fdb77 (patch) | |
tree | d8cb9c6b53446ccacd339ad19012141e916b0ed9 /dev-java | |
parent | dev-java/classmate: Remove last-rited pkg (diff) | |
download | gentoo-6548c91f9b6a5fd21a85eec1e1e6fea3834fdb77.tar.gz gentoo-6548c91f9b6a5fd21a85eec1e1e6fea3834fdb77.tar.bz2 gentoo-6548c91f9b6a5fd21a85eec1e1e6fea3834fdb77.zip |
dev-java/commons-configuration: Remove last-rited pkg
Closes: https://bugs.gentoo.org/190308
Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-java')
4 files changed, 0 insertions, 100 deletions
diff --git a/dev-java/commons-configuration/Manifest b/dev-java/commons-configuration/Manifest deleted file mode 100644 index 7cf3c7f21a03..000000000000 --- a/dev-java/commons-configuration/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST commons-configuration-1.6-src.tar.gz 559621 BLAKE2B ce6ca821c03b4948796c46fe796684dbcc8eafbc6004e2abace573f8fa316f638056c03684d10d29c0f3126554bc8cf2c9195228044a2db7203f847d2b71b22e SHA512 5d82b844cf39162976820d030d05afeeec1151aa33bf4353f9ca844e552c55ea26daa1b74158baa31d0677e311e9dd83a1d9721c8d5f4e23d21068c4ca2eeb01 diff --git a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild b/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild deleted file mode 100644 index 4402e78cf004..000000000000 --- a/dev-java/commons-configuration/commons-configuration-1.6-r2.ebuild +++ /dev/null @@ -1,67 +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" - -inherit epatch java-pkg-2 java-ant-2 - -DESCRIPTION="Generic interface for reading configuration data from a variety of sources" -HOMEPAGE="http://commons.apache.org/configuration/" -SRC_URI="mirror://apache/commons/configuration/source/${P}-src.tar.gz" - -# it needs functionality from ant-core, although not providing an ant task -# the functionality is apparently needed only for 1.4 jdk -# but I don't feel like adding virtual for this -CDEPEND=" - >=dev-java/commons-beanutils-1.7.0:1.7 - >=dev-java/commons-codec-1.3:0 - >=dev-java/commons-collections-3.1:0 - >=dev-java/commons-digester-1.8:0 - >=dev-java/commons-jxpath-1.2:0 - >=dev-java/commons-lang-2.4:2.1 - >=dev-java/commons-logging-1.1.1:0 - java-virtuals/servlet-api:3.0 - dev-java/ant-core:0" - -DEPEND=">=virtual/jdk-1.6 - ${CDEPEND}" -RDEPEND=">=virtual/jre-1.6 - ${CDEPEND}" -LICENSE="Apache-2.0" -SLOT="0" - -KEYWORDS="amd64 ppc64 x86" -IUSE="" - -S="${WORKDIR}/${P}-src" - -JAVA_ANT_REWRITE_CLASSPATH="yes" - -java_prepare() { - # Tweak build classpath and don't automatically run tests - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -EANT_GENTOO_CLASSPATH=" - commons-beanutils-1.7 - commons-codec - commons-collections - commons-digester - commons-jxpath - commons-lang-2.1 - commons-logging - servlet-api-3.0 - ant-core" - -# Would need mockobjects with j2ee support which we don't have -# Check overlay for ebuild with test support -RESTRICT="test" - -src_install() { - java-pkg_newjar target/${P}.jar - dodoc RELEASE-NOTES.txt - use doc && java-pkg_dohtml -r dist/docs/api - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-configuration/files/commons-configuration-1.6-gentoo.patch b/dev-java/commons-configuration/files/commons-configuration-1.6-gentoo.patch deleted file mode 100644 index 0cfa8f6511e7..000000000000 --- a/dev-java/commons-configuration/files/commons-configuration-1.6-gentoo.patch +++ /dev/null @@ -1,19 +0,0 @@ ---- build.xml.orig 2006-10-13 00:00:17.000000000 +0200 -+++ build.xml 2006-10-13 00:02:37.000000000 +0200 -@@ -97,13 +97,13 @@ - </copy>
- </target>
-
-- <target name="jar" description="o Create the jar" depends="compile,test">
-+ <target name="jar" description="o Create the jar" depends="compile">
- <mkdir dir="${classesdir}/META-INF"/>
- <copy file="LICENSE.txt" todir="${metadir}"/>
- <copy file="NOTICE.txt" todir="${metadir}"/>
-- <copy file="${conf.home}/manifest.mf" todir="${defaulttargetdir}" filtering="on"/>
-+ <copy file="${conf.home}/MANIFEST.MF" todir="${defaulttargetdir}" filtering="on"/>
- <jar jarfile="${defaulttargetdir}/${final.name}.jar" basedir="${classesdir}"
-- manifest="${defaulttargetdir}/manifest.mf" excludes="**/package.html">
-+ manifest="${defaulttargetdir}/MANIFEST.MF" excludes="**/package.html">
- </jar>
- </target>
- <target name="clean" description="o Clean up the generated directories">
diff --git a/dev-java/commons-configuration/metadata.xml b/dev-java/commons-configuration/metadata.xml deleted file mode 100644 index a4125a7186f5..000000000000 --- a/dev-java/commons-configuration/metadata.xml +++ /dev/null @@ -1,13 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>java@gentoo.org</email> - <name>Java</name> - </maintainer> - <longdescription> - Commons Configuration provides a generic configuration interface - which enables an application to read configuration data from - a variety of sources. - </longdescription> -</pkgmetadata> |