From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C185E1382C5 for ; Wed, 18 Apr 2018 20:07:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 023FEE07A5; Wed, 18 Apr 2018 20:07:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0BB0E07A5 for ; Wed, 18 Apr 2018 20:07:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4065335C5A for ; Wed, 18 Apr 2018 20:07:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 25B09291 for ; Wed, 18 Apr 2018 20:07:21 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1524082025.9ce26cb4f2598fca6db8ce6157b5e85820a92aa2.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-java/commons-betwixt/files/, dev-java/commons-betwixt/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-betwixt/Manifest dev-java/commons-betwixt/commons-betwixt-0.8.ebuild dev-java/commons-betwixt/files/commons-betwixt-0.8-test-dtd.patch dev-java/commons-betwixt/metadata.xml profiles/package.mask X-VCS-Directories: dev-java/commons-betwixt/files/ dev-java/commons-betwixt/ profiles/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 9ce26cb4f2598fca6db8ce6157b5e85820a92aa2 X-VCS-Branch: master Date: Wed, 18 Apr 2018 20:07:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c5efb2b4-decb-4f12-9020-6aa360fb7b48 X-Archives-Hash: 8caa789cb7d54ce1bd3b26ce6ee330cc commit: 9ce26cb4f2598fca6db8ce6157b5e85820a92aa2 Author: David Seifert gentoo org> AuthorDate: Wed Apr 18 20:06:07 2018 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Apr 18 20:07:05 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9ce26cb4 dev-java/commons-betwixt: Remove from tree Closes: https://bugs.gentoo.org/627464 dev-java/commons-betwixt/Manifest | 1 - .../commons-betwixt/commons-betwixt-0.8.ebuild | 54 ---------------------- .../files/commons-betwixt-0.8-test-dtd.patch | 16 ------- dev-java/commons-betwixt/metadata.xml | 21 --------- profiles/package.mask | 4 -- 5 files changed, 96 deletions(-) diff --git a/dev-java/commons-betwixt/Manifest b/dev-java/commons-betwixt/Manifest deleted file mode 100644 index f27203f465a..00000000000 --- 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 e854dc31be1..00000000000 --- 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 221874bd499..00000000000 --- 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. - --> -+ -+ - - - diff --git a/dev-java/commons-betwixt/metadata.xml b/dev-java/commons-betwixt/metadata.xml deleted file mode 100644 index cc177a3f7e6..00000000000 --- a/dev-java/commons-betwixt/metadata.xml +++ /dev/null @@ -1,21 +0,0 @@ - - - - - java@gentoo.org - Java - - - - 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. - - - diff --git a/profiles/package.mask b/profiles/package.mask index 3651951696f..ee204f5648a 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 (17 Mar 2018) -# Dead for years, nothing needs it (#627464). Removal in a month. -dev-java/commons-betwixt - # Georgy Yakovlev (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