summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-java/commons-betwixt/Manifest1
-rw-r--r--dev-java/commons-betwixt/commons-betwixt-0.8.ebuild54
-rw-r--r--dev-java/commons-betwixt/files/commons-betwixt-0.8-test-dtd.patch16
-rw-r--r--dev-java/commons-betwixt/metadata.xml21
-rw-r--r--profiles/package.mask4
5 files changed, 0 insertions, 96 deletions
diff --git a/dev-java/commons-betwixt/Manifest b/dev-java/commons-betwixt/Manifest
deleted file mode 100644
index f27203f465aa..000000000000
--- a/dev-java/commons-betwixt/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST commons-betwixt-0.8-src.tar.gz 359821 BLAKE2B 34540ee74b099494412dc631398f0b94f54d2096e3dbd0219a0acaa82ad4e3ae8bfa884704f7a468c6ed3c41745cadfbaf0020dca351fe04492ef2f3627be84b SHA512 9d82807b13b7c0dfedf2def35c80bd7467cafbec1a3a5a4e188d56ed4940c43238c12fd7f334ce0a3ff990c60af4cf94ba42adbcb7bbb21a2775ed7762fb0668
diff --git a/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild b/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild
deleted file mode 100644
index e854dc31be19..000000000000
--- a/dev-java/commons-betwixt/commons-betwixt-0.8.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=2
-JAVA_PKG_IUSE="doc test source"
-
-inherit java-pkg-2 eutils java-ant-2
-
-DESCRIPTION="Introspective Bean to XML mapper"
-
-LICENSE="Apache-2.0"
-SLOT="0.7"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-COMMON_DEP="
- dev-java/commons-collections:0
- >=dev-java/commons-logging-1.0.2:0
- dev-java/commons-beanutils:1.7
- >=dev-java/commons-digester-1.6:0"
-RDEPEND=">=virtual/jre-1.4
- ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
- ${COMMON_DEP}
- test? (
- dev-java/ant-junit:0
- >=dev-java/xerces-2.7:2
- )"
-
-S="${WORKDIR}/${P}-src/"
-
-JAVA_ANT_ENCODING="ISO-8859-1"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-JAVA_ANT_IGNORE_SYSTEM_CLASSES="true"
-EANT_GENTOO_CLASSPATH="commons-beanutils-1.7,commons-collections,commons-digester,commons-logging"
-EANT_BUILD_TARGET="init jar"
-
-java_prepare() {
- epatch "${FILESDIR}/${PN}-0.8-test-dtd.patch"
-}
-
-EANT_TEST_GENTOO_CLASSPATH="${EANT_GENTOO_CLASSPATH},xerces-2"
-
-src_test() {
- java-pkg-2_src_test
-}
-
-src_install() {
- java-pkg_newjar target/${PN}*.jar ${PN}.jar
-
- dodoc RELEASE-NOTES.txt README.txt || die
- use doc && java-pkg_dojavadoc dist/docs/api
- use source && java-pkg_dosrc src/java/*
-}
diff --git a/dev-java/commons-betwixt/files/commons-betwixt-0.8-test-dtd.patch b/dev-java/commons-betwixt/files/commons-betwixt-0.8-test-dtd.patch
deleted file mode 100644
index 221874bd4995..000000000000
--- a/dev-java/commons-betwixt/files/commons-betwixt-0.8-test-dtd.patch
+++ /dev/null
@@ -1,16 +0,0 @@
---- commons-betwixt-0.8-src/src/test/org/apache/commons/betwixt/rss-example.xml 2006-12-21 23:14:19.000000000 +0100
-+++ commons-betwixt-0.8-src/src/test/org/apache/commons/betwixt/rss-example.xml.new 2010-01-11 21:48:59.000000000 +0100
-@@ -15,10 +15,12 @@
- See the License for the specific language governing permissions and
- limitations under the License.
- -->
-+
-+<!--
- <!DOCTYPE rss PUBLIC
- "-//Netscape Communications//DTD RSS 0.91//EN"
- "http://my.netscape.com/publish/formats/rss-0.91.dtd">
--
-+-->
- <rss version="0.91">
-
- <channel>
diff --git a/dev-java/commons-betwixt/metadata.xml b/dev-java/commons-betwixt/metadata.xml
deleted file mode 100644
index cc177a3f7e6a..000000000000
--- a/dev-java/commons-betwixt/metadata.xml
+++ /dev/null
@@ -1,21 +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>
- The Betwixt library provides an XML introspection mechanism for mapping
- beans to XML in a flexible way. It is implemented using an XMLIntrospector
- and XMLBeanInfo classes which are similar to the standard Introspector and
- BeanInfo from the Java Beans specification.
-
- Betwixt provides a way of turning beans into XML as well as automatically
- generating digester rules in a way that can be customized on a per type
- manner in the same way that the BeanInfo mechanism can be used to customize
- the default introspection on a java object.
-</longdescription>
-
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 3651951696ff..ee204f5648ac 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -498,10 +498,6 @@ games-server/cyphesis
# Not buildable (#627102, #630850). Removal in a month.
dev-games/crystalspace
-# Pacho Ramos <pacho@gentoo.org> (17 Mar 2018)
-# Dead for years, nothing needs it (#627464). Removal in a month.
-dev-java/commons-betwixt
-
# Georgy Yakovlev <ya@sysdump.net> (13 Mar 2018)
# 1.x version is no longer maintained by upstream
# 2.x is in the tree and is better in almost every way