commit:     d826361b9a507f81742627af593f8a89fb2924b3
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Mon May 17 11:44:27 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May 17 21:09:25 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d826361b

dev-java/ical4j: Remove last-rited pkg

Closes: https://bugs.gentoo.org/786129
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-java/ical4j/Manifest                    |  1 -
 dev-java/ical4j/files/1.0.5-build.xml.patch | 80 -----------------------------
 dev-java/ical4j/ical4j-1.0.5.ebuild         | 57 --------------------
 dev-java/ical4j/metadata.xml                | 24 ---------
 profiles/package.mask                       |  5 --
 5 files changed, 167 deletions(-)

diff --git a/dev-java/ical4j/Manifest b/dev-java/ical4j/Manifest
deleted file mode 100644
index 00dfbfda3ce..00000000000
--- a/dev-java/ical4j/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST ical4j-1.0.5-src.tar.bz2 9307268 BLAKE2B 
f72cb77a73e1b1740f52accf5296630ba4e2ef9d4610a384a400ea50e84f245c2d320e05b2702e963ef3d7097e073687343fe2e924eca5e64b80a8f2dc1adcdf
 SHA512 
1c2c1eb6207094fd12036d4eb93afaef820c19c7bce99611ddb9115cd62ece76972b7280364b49643147e4456ef4afca4df23ce4413e0288804183f33c2cc286

diff --git a/dev-java/ical4j/files/1.0.5-build.xml.patch 
b/dev-java/ical4j/files/1.0.5-build.xml.patch
deleted file mode 100644
index 7e68876616d..00000000000
--- a/dev-java/ical4j/files/1.0.5-build.xml.patch
+++ /dev/null
@@ -1,80 +0,0 @@
-diff --git a/ical4j-1.0.5/build.xml b/ical4j-1.0.5/build.xml
-index 512738c..be5aac9 100644
---- a/ical4j-1.0.5/build.xml
-+++ b/ical4j-1.0.5/build.xml
-@@ -14,7 +14,7 @@
-       <property file="build.properties" />
- 
-       <!-- Project paths -->
--      <property name="source.dir" location="source" />
-+      <property name="source.dir" location="src" />
-       <property name="test.source.dir" location="test" />
-       <property name="output.dir" location="bin" />
-       <property name="package.dir" location="build" />
-@@ -99,7 +99,7 @@
-               <echo message="Compiling source from classpath: 
${project.classpath}" />
-               <mkdir dir="${output.dir}" />
- 
--              <copy file="${source.dir}/net/fortuna/ical4j/model/tz.alias" 
todir="${output.dir}/net/fortuna/ical4j/model" />
-+              <copy 
file="src/main/resources/net/fortuna/ical4j/model/tz.alias" 
todir="${output.dir}/net/fortuna/ical4j/model" />
- 
-               <javac source="1.4" target="1.4" srcdir="${source.dir}" 
destdir="${output.dir}" debug="true" debuglevel="lines,source,vars" 
deprecation="true" classpathref="project.classpath" />
-       </target>
-@@ -123,7 +123,7 @@
-                       <attribute name="Class-Path" 
value="commons-logging.jar,commons-codec.jar,commons-lang.jar" />
-               </manifest>
-               <jar basedir="${output.dir}" compress="true" 
jarfile="${package.dir}/${package.file}" manifest="etc/manifest.mf">
--                      <zipfileset dir="etc/zoneinfo" prefix="zoneinfo" 
excludes="zones.h,zones.tab" />
-+                      <zipfileset dir="/usr/share/zoneinfo" prefix="zoneinfo" 
excludes="zones.h,zones.tab" />
-               </jar>
-       </target>
- 
-@@ -187,10 +187,8 @@
-                       <instr instrpathref="coverage.classpath" 
destdir="${out.instr.dir}" metadatafile="${coverage.dir}/metadata.emma" 
merge="true" />
-               </emma>
- 
--              <junit printsummary="withOutAndErr" showoutput="yes" fork="yes">
--                      <!--
--            <classpath path="${project.classpath}"/>
--            -->
-+    <junit printSummary="yes" haltonerror="true" haltonfailure="true" 
fork="true" dir=".">
-+
-                       <classpath>
-                               <pathelement location="${out.instr.dir}" />
-                               <path refid="coverage.classpath" />
-@@ -198,22 +196,19 @@
-                       </classpath>
-                       <jvmarg 
value="-Demma.coverage.out.file=${coverage.dir}/coverage.emma" />
-                       <jvmarg value="-Demma.coverage.out.merge=false" />
--                      <test name="net.fortuna.ical4j.AllTests" />
--                      <!--
--            <batchtest>
--                <fileset dir="${test.source.dir}">
--                    <include name="**/*Test.java"/>
--                </fileset>
--            </batchtest>
--            -->
--
--                      <!--
--            <test name="net.fortuna.ical4j.data.CalendarOutputterTest"/>
--            <test name="net.fortuna.ical4j.model.component.VTimeZoneTest"/>
--            <test name="net.fortuna.ical4j.model.component.VEventTest"/>
--            <test name="net.fortuna.ical4j.data.CalendarBuilderTest"/>
--            -->
--              </junit>
-+
-+
-+      <sysproperty key="basedir" value="."/>
-+      <formatter type="xml"/>
-+      <formatter type="plain" usefile="false"/>
-+
-+      <batchtest>
-+        <fileset dir="${test.source.dir}">
-+          <include name="**/*Test.java"/>
-+          <exclude name="**/*Abstract*Test.java"/>
-+        </fileset>
-+      </batchtest>
-+    </junit>
- 
-               <emma enabled="${emma.enabled}">
-                       <report sourcepath="${src.dir}">

diff --git a/dev-java/ical4j/ical4j-1.0.5.ebuild 
b/dev-java/ical4j/ical4j-1.0.5.ebuild
deleted file mode 100644
index e82a71816b0..00000000000
--- a/dev-java/ical4j/ical4j-1.0.5.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-JAVA_PKG_IUSE="doc examples source"
-
-inherit java-pkg-2 java-ant-2
-
-DESCRIPTION="a Java library for handling iCalendar data streams"
-HOMEPAGE="http://ical4j.sourceforge.net/";
-MY_PV=${PV/_/-}
-MY_P=${PN}-${MY_PV}
-SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 x86"
-
-COMMON_DEP="
-       dev-java/commons-logging:0
-       dev-java/commons-codec:0
-       dev-java/commons-lang:2.1
-       dev-java/backport-util-concurrent:0"
-
-RDEPEND=">=virtual/jre-1.4
-       ${COMMON_DEP}"
-DEPEND=">=virtual/jdk-1.4
-       dev-java/emma:0
-       ${COMMON_DEP}"
-
-S=${WORKDIR}/${MY_P}
-
-java_prepare() {
-       epatch "${FILESDIR}"/${PV}-build.xml.patch
-       rm -v lib/*.jar || die "rm jar failed"
-       #mkdir bin || die "mkdir bin failed"
-       java-pkg_filter-compiler jikes
-}
-
-EANT_ANT_TASKS="emma"
-JAVA_ANT_REWRITE_CLASSPATH="true"
-EANT_BUILD_TARGET="package"
-EANT_GENTOO_CLASSPATH="commons-logging,commons-codec,commons-lang-2.1,backport-util-concurrent"
-EANT_EXTRA_ARGS="-Demma.dir=/usr/share/emma/lib/ -Dsource.dir=src/main/java"
-
-RESTRICT="test"
-# two tests fail with maven, they work in HEAD
-
-src_install() {
-       java-pkg_dojar build/*.jar
-       dodoc README AUTHORS CHANGELOG etc/FAQ \
-               etc/TODO etc/standard_deviations.txt
-       use doc && java-pkg_dojavadoc docs/api
-       use source && java-pkg_dosrc src/main/java/net
-       use examples && java-pkg_doexamples etc/samples
-}

diff --git a/dev-java/ical4j/metadata.xml b/dev-java/ical4j/metadata.xml
deleted file mode 100644
index 4299d5f0c29..00000000000
--- a/dev-java/ical4j/metadata.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <maintainer type="project">
-               <email>j...@gentoo.org</email>
-               <name>Java</name>
-       </maintainer>
-       <longdescription lang="en">
-               iCal4j is a Java library used to read and write iCalendar data 
streams
-               as defined in RFC2445. The iCalendar standard provides a common 
data
-               format used to store information about calendar-specific data 
such as
-               events, appointments, to-do lists, etc. All of the popular 
calendaring
-               tools, such as Lotus Notes, Outlook and Apple's iCal also 
support the
-               iCalendar standard.
-
-               Providing both a parser and an object model, iCal4j allows you 
to either
-               modify existing iCalendar data or create new data models. 
Validation is
-               also provided to ensure the data maintains a state consistent 
with the
-               specification.
-       </longdescription>
-       <upstream>
-               <remote-id type="sourceforge">ical4j</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index e9e515ec76d..e7d00266ef1 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -672,11 +672,6 @@ dev-java/tapestry
 # see: https://github.com/findbugsproject/findbugs
 dev-util/findbugs
 
-# Miroslav Ć ulc <fordf...@gentoo.org> (2021-04-18)
-# obsolete deps, not used by any package
-# removal in 30 days
-dev-java/ical4j
-
 # Volkmar W. Pogatzki <gen...@pogatzki.net> (2021-04-18)
 # dev-java/xerces-2.12.1 depends on masked >=virtual/{jdk,jre}-11
 # https://bugs.gentoo.org/782697

Reply via email to