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 9AFA113835B for ; Mon, 17 May 2021 21:10:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC7FDE0825; Mon, 17 May 2021 21:10:29 +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 BFEE6E082B for ; Mon, 17 May 2021 21:10:29 +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 7F9A4340FEC for ; Mon, 17 May 2021 21:10:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1033792 for ; Mon, 17 May 2021 21:10:22 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1621285762.2d9118e83e6c4c47e569ba129ff7eb9c9ce19fa6.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/commons-jelly/files/, profiles/, dev-java/commons-jelly/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/commons-jelly/Manifest dev-java/commons-jelly/commons-jelly-1.0-r8.ebuild dev-java/commons-jelly/files/commons-jelly-1.0-gentoo.patch dev-java/commons-jelly/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-java/commons-jelly/files/ dev-java/commons-jelly/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2d9118e83e6c4c47e569ba129ff7eb9c9ce19fa6 X-VCS-Branch: master Date: Mon, 17 May 2021 21:10:22 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4c26ff76-df58-4368-a762-8dc771668e0f X-Archives-Hash: f2a646e9a16cb94297b8bfa7869cb72b commit: 2d9118e83e6c4c47e569ba129ff7eb9c9ce19fa6 Author: Jakov Smolic sartura hr> AuthorDate: Mon May 17 11:43:28 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon May 17 21:09:22 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d9118e8 dev-java/commons-jelly: Remove last-rited pkg Closes: https://bugs.gentoo.org/783165 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: Sam James gentoo.org> dev-java/commons-jelly/Manifest | 1 - dev-java/commons-jelly/commons-jelly-1.0-r8.ebuild | 63 ---------------------- .../files/commons-jelly-1.0-gentoo.patch | 59 -------------------- dev-java/commons-jelly/metadata.xml | 8 --- profiles/package.mask | 1 - 5 files changed, 132 deletions(-) diff --git a/dev-java/commons-jelly/Manifest b/dev-java/commons-jelly/Manifest deleted file mode 100644 index 2664e8ef855..00000000000 --- a/dev-java/commons-jelly/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST commons-jelly-1.0-src.tar.gz 174769 BLAKE2B 2dc43eef28c76252976616f0509aacbfed31ec0b99916730d86d084ec54bacc4f49000d04a953002717670d17a4ae2ae7249d57b327258414c3515dbb8abde7f SHA512 a72ae2dc8eea3fc19838f386dca38807a16326a3a93f483219212844f8ec033088b7721c78a4370f78a06cbee0c685144a2b16f171d54134822d06f653bcef35 diff --git a/dev-java/commons-jelly/commons-jelly-1.0-r8.ebuild b/dev-java/commons-jelly/commons-jelly-1.0-r8.ebuild deleted file mode 100644 index 6cdda5bfc12..00000000000 --- a/dev-java/commons-jelly/commons-jelly-1.0-r8.ebuild +++ /dev/null @@ -1,63 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# 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 - -MY_P="${P}-src" -DESCRIPTION="A Java and XML based scripting and processing engine" -HOMEPAGE="http://commons.apache.org/jelly/" -SRC_URI="mirror://apache/jakarta/commons/jelly/source/${MY_P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="1" -KEYWORDS="~amd64 ~x86" -IUSE="" - -CDEPEND=" - dev-java/dom4j:1 - dev-java/junit:0 - dev-java/jaxen:1.1 - dev-java/commons-cli:1 - dev-java/commons-lang:0 - dev-java/commons-jexl:1.0 - dev-java/commons-logging:0 - dev-java/commons-discovery:0 - dev-java/commons-collections:0 - dev-java/commons-beanutils:1.7 - dev-java/tomcat-jstl-spec:0 - java-virtuals/servlet-api:3.0" -RDEPEND="${CDEPEND} - >=virtual/jre-1.6" -DEPEND="${CDEPEND} - >=virtual/jdk-1.6 - test? ( dev-java/ant-junit:0 )" - -S=${WORKDIR}/${MY_P} - -java_prepare() { - # disables dependency fetching, and remove tests as a dependency of jar - epatch "${FILESDIR}/${P}-gentoo.patch" -} - -JAVA_ANT_REWRITE_CLASSPATH="yes" - -EANT_EXTRA_ARGS="-Dlibdir=." -EANT_GENTOO_CLASSPATH=" - commons-beanutils-1.7,commons-cli-1,commons-collections,commons-discovery - commons-jexl-1.0,commons-lang,commons-logging,dom4j-1,tomcat-jstl-spec - jaxen-1.1,junit,servlet-api-3.0" - -src_test() { - java-pkg-2_src_test -} - -src_install() { - java-pkg_newjar target/${P}.jar ${PN}.jar - dodoc NOTICE.txt README.txt RELEASE-NOTES.txt - use doc && java-pkg_dojavadoc dist/docs/api - use source && java-pkg_dosrc src/java/* -} diff --git a/dev-java/commons-jelly/files/commons-jelly-1.0-gentoo.patch b/dev-java/commons-jelly/files/commons-jelly-1.0-gentoo.patch deleted file mode 100644 index 8fafca81ea7..00000000000 --- a/dev-java/commons-jelly/files/commons-jelly-1.0-gentoo.patch +++ /dev/null @@ -1,59 +0,0 @@ -diff -ru commons-jelly-1.0-src/build.xml commons-jelly-1.0-src-patched/build.xml ---- commons-jelly-1.0-src/build.xml 2005-06-16 10:39:44.000000000 -0400 -+++ commons-jelly-1.0-src-patched/build.xml 2005-09-04 19:39:19.000000000 -0400 -@@ -37,6 +37,8 @@ - - - -+ -+ - - - -@@ -92,7 +95,7 @@ - - - -- -+ - - - -@@ -120,10 +123,12 @@ - - - -- -+ -+ - - - -+ - - - -@@ -213,7 +218,7 @@ - - - -- -+ - - - -@@ -432,4 +437,4 @@ - - - -- -\ No newline at end of file -+ diff --git a/dev-java/commons-jelly/metadata.xml b/dev-java/commons-jelly/metadata.xml deleted file mode 100644 index 2444066aa02..00000000000 --- a/dev-java/commons-jelly/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - java@gentoo.org - Java - - diff --git a/profiles/package.mask b/profiles/package.mask index 5510328b4e5..bcbddb8a04f 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -675,7 +675,6 @@ dev-util/findbugs # Miroslav Ć ulc (2021-04-18) # obsolete deps, not used by any package # removal in 30 days -dev-java/commons-jelly dev-java/ezmorph dev-java/ical4j