Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/ical4j/files/, dev-java/ical4j/, profiles/
Date: Mon, 17 May 2021 21:10:31
Message-Id: 1621285765.d826361b9a507f81742627af593f8a89fb2924b3.sam@gentoo
1 commit: d826361b9a507f81742627af593f8a89fb2924b3
2 Author: Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
3 AuthorDate: Mon May 17 11:44:27 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon May 17 21:09:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d826361b
7
8 dev-java/ical4j: Remove last-rited pkg
9
10 Closes: https://bugs.gentoo.org/786129
11 Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
12 Signed-off-by: Sam James <sam <AT> gentoo.org>
13
14 dev-java/ical4j/Manifest | 1 -
15 dev-java/ical4j/files/1.0.5-build.xml.patch | 80 -----------------------------
16 dev-java/ical4j/ical4j-1.0.5.ebuild | 57 --------------------
17 dev-java/ical4j/metadata.xml | 24 ---------
18 profiles/package.mask | 5 --
19 5 files changed, 167 deletions(-)
20
21 diff --git a/dev-java/ical4j/Manifest b/dev-java/ical4j/Manifest
22 deleted file mode 100644
23 index 00dfbfda3ce..00000000000
24 --- a/dev-java/ical4j/Manifest
25 +++ /dev/null
26 @@ -1 +0,0 @@
27 -DIST ical4j-1.0.5-src.tar.bz2 9307268 BLAKE2B f72cb77a73e1b1740f52accf5296630ba4e2ef9d4610a384a400ea50e84f245c2d320e05b2702e963ef3d7097e073687343fe2e924eca5e64b80a8f2dc1adcdf SHA512 1c2c1eb6207094fd12036d4eb93afaef820c19c7bce99611ddb9115cd62ece76972b7280364b49643147e4456ef4afca4df23ce4413e0288804183f33c2cc286
28
29 diff --git a/dev-java/ical4j/files/1.0.5-build.xml.patch b/dev-java/ical4j/files/1.0.5-build.xml.patch
30 deleted file mode 100644
31 index 7e68876616d..00000000000
32 --- a/dev-java/ical4j/files/1.0.5-build.xml.patch
33 +++ /dev/null
34 @@ -1,80 +0,0 @@
35 -diff --git a/ical4j-1.0.5/build.xml b/ical4j-1.0.5/build.xml
36 -index 512738c..be5aac9 100644
37 ---- a/ical4j-1.0.5/build.xml
38 -+++ b/ical4j-1.0.5/build.xml
39 -@@ -14,7 +14,7 @@
40 - <property file="build.properties" />
41 -
42 - <!-- Project paths -->
43 -- <property name="source.dir" location="source" />
44 -+ <property name="source.dir" location="src" />
45 - <property name="test.source.dir" location="test" />
46 - <property name="output.dir" location="bin" />
47 - <property name="package.dir" location="build" />
48 -@@ -99,7 +99,7 @@
49 - <echo message="Compiling source from classpath: ${project.classpath}" />
50 - <mkdir dir="${output.dir}" />
51 -
52 -- <copy file="${source.dir}/net/fortuna/ical4j/model/tz.alias" todir="${output.dir}/net/fortuna/ical4j/model" />
53 -+ <copy file="src/main/resources/net/fortuna/ical4j/model/tz.alias" todir="${output.dir}/net/fortuna/ical4j/model" />
54 -
55 - <javac source="1.4" target="1.4" srcdir="${source.dir}" destdir="${output.dir}" debug="true" debuglevel="lines,source,vars" deprecation="true" classpathref="project.classpath" />
56 - </target>
57 -@@ -123,7 +123,7 @@
58 - <attribute name="Class-Path" value="commons-logging.jar,commons-codec.jar,commons-lang.jar" />
59 - </manifest>
60 - <jar basedir="${output.dir}" compress="true" jarfile="${package.dir}/${package.file}" manifest="etc/manifest.mf">
61 -- <zipfileset dir="etc/zoneinfo" prefix="zoneinfo" excludes="zones.h,zones.tab" />
62 -+ <zipfileset dir="/usr/share/zoneinfo" prefix="zoneinfo" excludes="zones.h,zones.tab" />
63 - </jar>
64 - </target>
65 -
66 -@@ -187,10 +187,8 @@
67 - <instr instrpathref="coverage.classpath" destdir="${out.instr.dir}" metadatafile="${coverage.dir}/metadata.emma" merge="true" />
68 - </emma>
69 -
70 -- <junit printsummary="withOutAndErr" showoutput="yes" fork="yes">
71 -- <!--
72 -- <classpath path="${project.classpath}"/>
73 -- -->
74 -+ <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
75 -+
76 - <classpath>
77 - <pathelement location="${out.instr.dir}" />
78 - <path refid="coverage.classpath" />
79 -@@ -198,22 +196,19 @@
80 - </classpath>
81 - <jvmarg value="-Demma.coverage.out.file=${coverage.dir}/coverage.emma" />
82 - <jvmarg value="-Demma.coverage.out.merge=false" />
83 -- <test name="net.fortuna.ical4j.AllTests" />
84 -- <!--
85 -- <batchtest>
86 -- <fileset dir="${test.source.dir}">
87 -- <include name="**/*Test.java"/>
88 -- </fileset>
89 -- </batchtest>
90 -- -->
91 --
92 -- <!--
93 -- <test name="net.fortuna.ical4j.data.CalendarOutputterTest"/>
94 -- <test name="net.fortuna.ical4j.model.component.VTimeZoneTest"/>
95 -- <test name="net.fortuna.ical4j.model.component.VEventTest"/>
96 -- <test name="net.fortuna.ical4j.data.CalendarBuilderTest"/>
97 -- -->
98 -- </junit>
99 -+
100 -+
101 -+ <sysproperty key="basedir" value="."/>
102 -+ <formatter type="xml"/>
103 -+ <formatter type="plain" usefile="false"/>
104 -+
105 -+ <batchtest>
106 -+ <fileset dir="${test.source.dir}">
107 -+ <include name="**/*Test.java"/>
108 -+ <exclude name="**/*Abstract*Test.java"/>
109 -+ </fileset>
110 -+ </batchtest>
111 -+ </junit>
112 -
113 - <emma enabled="${emma.enabled}">
114 - <report sourcepath="${src.dir}">
115
116 diff --git a/dev-java/ical4j/ical4j-1.0.5.ebuild b/dev-java/ical4j/ical4j-1.0.5.ebuild
117 deleted file mode 100644
118 index e82a71816b0..00000000000
119 --- a/dev-java/ical4j/ical4j-1.0.5.ebuild
120 +++ /dev/null
121 @@ -1,57 +0,0 @@
122 -# Copyright 1999-2018 Gentoo Foundation
123 -# Distributed under the terms of the GNU General Public License v2
124 -
125 -EAPI="5"
126 -
127 -JAVA_PKG_IUSE="doc examples source"
128 -
129 -inherit java-pkg-2 java-ant-2
130 -
131 -DESCRIPTION="a Java library for handling iCalendar data streams"
132 -HOMEPAGE="http://ical4j.sourceforge.net/"
133 -MY_PV=${PV/_/-}
134 -MY_P=${PN}-${MY_PV}
135 -SRC_URI="mirror://sourceforge/${PN}/${MY_P}-src.tar.bz2"
136 -
137 -LICENSE="BSD"
138 -SLOT="0"
139 -KEYWORDS="amd64 x86"
140 -
141 -COMMON_DEP="
142 - dev-java/commons-logging:0
143 - dev-java/commons-codec:0
144 - dev-java/commons-lang:2.1
145 - dev-java/backport-util-concurrent:0"
146 -
147 -RDEPEND=">=virtual/jre-1.4
148 - ${COMMON_DEP}"
149 -DEPEND=">=virtual/jdk-1.4
150 - dev-java/emma:0
151 - ${COMMON_DEP}"
152 -
153 -S=${WORKDIR}/${MY_P}
154 -
155 -java_prepare() {
156 - epatch "${FILESDIR}"/${PV}-build.xml.patch
157 - rm -v lib/*.jar || die "rm jar failed"
158 - #mkdir bin || die "mkdir bin failed"
159 - java-pkg_filter-compiler jikes
160 -}
161 -
162 -EANT_ANT_TASKS="emma"
163 -JAVA_ANT_REWRITE_CLASSPATH="true"
164 -EANT_BUILD_TARGET="package"
165 -EANT_GENTOO_CLASSPATH="commons-logging,commons-codec,commons-lang-2.1,backport-util-concurrent"
166 -EANT_EXTRA_ARGS="-Demma.dir=/usr/share/emma/lib/ -Dsource.dir=src/main/java"
167 -
168 -RESTRICT="test"
169 -# two tests fail with maven, they work in HEAD
170 -
171 -src_install() {
172 - java-pkg_dojar build/*.jar
173 - dodoc README AUTHORS CHANGELOG etc/FAQ \
174 - etc/TODO etc/standard_deviations.txt
175 - use doc && java-pkg_dojavadoc docs/api
176 - use source && java-pkg_dosrc src/main/java/net
177 - use examples && java-pkg_doexamples etc/samples
178 -}
179
180 diff --git a/dev-java/ical4j/metadata.xml b/dev-java/ical4j/metadata.xml
181 deleted file mode 100644
182 index 4299d5f0c29..00000000000
183 --- a/dev-java/ical4j/metadata.xml
184 +++ /dev/null
185 @@ -1,24 +0,0 @@
186 -<?xml version="1.0" encoding="UTF-8"?>
187 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
188 -<pkgmetadata>
189 - <maintainer type="project">
190 - <email>java@g.o</email>
191 - <name>Java</name>
192 - </maintainer>
193 - <longdescription lang="en">
194 - iCal4j is a Java library used to read and write iCalendar data streams
195 - as defined in RFC2445. The iCalendar standard provides a common data
196 - format used to store information about calendar-specific data such as
197 - events, appointments, to-do lists, etc. All of the popular calendaring
198 - tools, such as Lotus Notes, Outlook and Apple's iCal also support the
199 - iCalendar standard.
200 -
201 - Providing both a parser and an object model, iCal4j allows you to either
202 - modify existing iCalendar data or create new data models. Validation is
203 - also provided to ensure the data maintains a state consistent with the
204 - specification.
205 - </longdescription>
206 - <upstream>
207 - <remote-id type="sourceforge">ical4j</remote-id>
208 - </upstream>
209 -</pkgmetadata>
210
211 diff --git a/profiles/package.mask b/profiles/package.mask
212 index e9e515ec76d..e7d00266ef1 100644
213 --- a/profiles/package.mask
214 +++ b/profiles/package.mask
215 @@ -672,11 +672,6 @@ dev-java/tapestry
216 # see: https://github.com/findbugsproject/findbugs
217 dev-util/findbugs
218
219 -# Miroslav Šulc <fordfrog@g.o> (2021-04-18)
220 -# obsolete deps, not used by any package
221 -# removal in 30 days
222 -dev-java/ical4j
223 -
224 # Volkmar W. Pogatzki <gentoo@××××××××.net> (2021-04-18)
225 # dev-java/xerces-2.12.1 depends on masked >=virtual/{jdk,jre}-11
226 # https://bugs.gentoo.org/782697