Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/jcs/files/, dev-java/jcs/
Date: Sat, 02 Mar 2019 07:43:54
Message-Id: 1551512569.102a8d4cd9b4bb016b204616a017a3e4e91eebaf.zlogene@gentoo
1 commit: 102a8d4cd9b4bb016b204616a017a3e4e91eebaf
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Sat Mar 2 07:42:49 2019 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 2 07:42:49 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=102a8d4c
7
8 dev-java/jcs: remove last-rited package
9
10 Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
11
12 dev-java/jcs/Manifest | 1 -
13 dev-java/jcs/files/jcs-2.0-build.xml | 306 -----------------------------------
14 dev-java/jcs/jcs-2.0.ebuild | 96 -----------
15 dev-java/jcs/metadata.xml | 11 --
16 4 files changed, 414 deletions(-)
17
18 diff --git a/dev-java/jcs/Manifest b/dev-java/jcs/Manifest
19 deleted file mode 100644
20 index cf5da0cf8d5..00000000000
21 --- a/dev-java/jcs/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST commons-jcs-dist-2.0-beta-1-src.tar.gz 825048 BLAKE2B e99ed509d790e600bed762358f1f52779daec1a1dc2b6245ed9a39660400be0cea8546f02e6478bfeefdd2476409efeeed012cba705eeb0f71a31668f242284a SHA512 56d68807de6d47debc893584a738bc797c2a150503ae460dc1444e9434b438926f6ad9fe8c1292250f6a0b2936210084cbd512083b5a8cc4f20e692b759a314f
25
26 diff --git a/dev-java/jcs/files/jcs-2.0-build.xml b/dev-java/jcs/files/jcs-2.0-build.xml
27 deleted file mode 100644
28 index 04c4dae8172..00000000000
29 --- a/dev-java/jcs/files/jcs-2.0-build.xml
30 +++ /dev/null
31 @@ -1,306 +0,0 @@
32 -<?xml version="1.0" encoding="UTF-8"?>
33 -
34 -<!-- ====================================================================== -->
35 -<!-- Ant build file (http://ant.apache.org/) for Ant 1.6.2 or above. -->
36 -<!-- ====================================================================== -->
37 -
38 -<!-- ====================================================================== -->
39 -<!-- ===================== - DO NOT EDIT THIS FILE! - ===================== -->
40 -<!-- ====================================================================== -->
41 -<!-- -->
42 -<!-- Any modifications will be overwritten. -->
43 -<!-- -->
44 -<!-- Generated by Maven Ant Plugin on 6/14/15 12:02 AM -->
45 -<!-- See: http://maven.apache.org/plugins/maven-ant-plugin/ -->
46 -<!-- -->
47 -<!-- ====================================================================== -->
48 -
49 -<project name="commons-jcs-core-from-maven" default="package" basedir=".">
50 -
51 - <!-- ====================================================================== -->
52 - <!-- Build environment properties -->
53 - <!-- ====================================================================== -->
54 -
55 - <property file="${user.home}/.m2/maven.properties"/>
56 - <property file="maven-build.properties"/>
57 -
58 - <property name="maven.build.finalName" value="commons-jcs-core-2.0-beta-1"/>
59 - <property name="maven.build.dir" value="target"/>
60 - <property name="maven.build.outputDir" value="${maven.build.dir}/classes"/>
61 - <property name="maven.build.srcDir.0" value="src/main/java"/>
62 - <property name="maven.build.resourceDir.0" value="src/main/resources"/>
63 - <property name="maven.build.testOutputDir" value="${maven.build.dir}/test-classes"/>
64 - <property name="maven.build.testDir.0" value="src/test/java"/>
65 - <property name="maven.build.testResourceDir.0" value="src/test/test-conf"/>
66 - <property name="maven.test.reports" value="${maven.build.dir}/test-reports"/>
67 - <property name="maven.reporting.outputDirectory" value="${maven.build.dir}/site"/>
68 -
69 - <property name="maven.repo.local" value="${user.home}/.m2/repository"/>
70 - <property name="maven.settings.offline" value="false"/>
71 - <property name="maven.settings.interactiveMode" value="true"/>
72 -
73 - <!-- ====================================================================== -->
74 - <!-- Defining classpaths -->
75 - <!-- ====================================================================== -->
76 -
77 - <path id="build.classpath">
78 - <pathelement location="${maven.repo.local}/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
79 - <pathelement location="${maven.repo.local}/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar"/>
80 - <pathelement location="${maven.repo.local}/commons-pool/commons-pool/1.6/commons-pool-1.6.jar"/>
81 - <pathelement location="${maven.repo.local}/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar"/>
82 - <pathelement location="${maven.repo.local}/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar"/>
83 - <pathelement location="${maven.repo.local}/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
84 - <pathelement location="${maven.repo.local}/commons-digester/commons-digester/1.8/commons-digester-1.8.jar"/>
85 - <pathelement location="${maven.repo.local}/commons-chain/commons-chain/1.1/commons-chain-1.1.jar"/>
86 - <pathelement location="${maven.repo.local}/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
87 - <pathelement location="${maven.repo.local}/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar"/>
88 - <pathelement location="${maven.repo.local}/dom4j/dom4j/1.1/dom4j-1.1.jar"/>
89 - <pathelement location="${maven.repo.local}/oro/oro/2.0.8/oro-2.0.8.jar"/>
90 - <pathelement location="${maven.repo.local}/sslext/sslext/1.2-0/sslext-1.2-0.jar"/>
91 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar"/>
92 - <pathelement location="${maven.repo.local}/antlr/antlr/2.7.2/antlr-2.7.2.jar"/>
93 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar"/>
94 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar"/>
95 - <pathelement location="${maven.repo.local}/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.jar"/>
96 - <pathelement location="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"/>
97 - <pathelement location="${maven.repo.local}/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"/>
98 - <pathelement location="${maven.repo.local}/commons-codec/commons-codec/1.2/commons-codec-1.2.jar"/>
99 - <pathelement location="${maven.repo.local}/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
100 - </path>
101 - <path id="build.test.classpath">
102 - <pathelement location="${maven.repo.local}/commons-logging/commons-logging/1.2/commons-logging-1.2.jar"/>
103 - <pathelement location="${maven.repo.local}/commons-dbcp/commons-dbcp/1.4/commons-dbcp-1.4.jar"/>
104 - <pathelement location="${maven.repo.local}/commons-pool/commons-pool/1.6/commons-pool-1.6.jar"/>
105 - <pathelement location="${maven.repo.local}/hsqldb/hsqldb/1.8.0.10/hsqldb-1.8.0.10.jar"/>
106 - <pathelement location="${maven.repo.local}/org/apache/commons/commons-collections4/4.0/commons-collections4-4.0.jar"/>
107 - <pathelement location="${maven.repo.local}/junit/junit/4.11/junit-4.11.jar"/>
108 - <pathelement location="${maven.repo.local}/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"/>
109 - <pathelement location="${maven.repo.local}/org/hamcrest/hamcrest-library/1.3/hamcrest-library-1.3.jar"/>
110 - <pathelement location="${maven.repo.local}/log4j/log4j/1.2.17/log4j-1.2.17.jar"/>
111 - <pathelement location="${maven.repo.local}/org/apache/velocity/velocity-tools/2.0/velocity-tools-2.0.jar"/>
112 - <pathelement location="${maven.repo.local}/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0.jar"/>
113 - <pathelement location="${maven.repo.local}/commons-digester/commons-digester/1.8/commons-digester-1.8.jar"/>
114 - <pathelement location="${maven.repo.local}/commons-chain/commons-chain/1.1/commons-chain-1.1.jar"/>
115 - <pathelement location="${maven.repo.local}/commons-collections/commons-collections/3.2/commons-collections-3.2.jar"/>
116 - <pathelement location="${maven.repo.local}/commons-validator/commons-validator/1.3.1/commons-validator-1.3.1.jar"/>
117 - <pathelement location="${maven.repo.local}/dom4j/dom4j/1.1/dom4j-1.1.jar"/>
118 - <pathelement location="${maven.repo.local}/oro/oro/2.0.8/oro-2.0.8.jar"/>
119 - <pathelement location="${maven.repo.local}/sslext/sslext/1.2-0/sslext-1.2-0.jar"/>
120 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-core/1.3.8/struts-core-1.3.8.jar"/>
121 - <pathelement location="${maven.repo.local}/antlr/antlr/2.7.2/antlr-2.7.2.jar"/>
122 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-taglib/1.3.8/struts-taglib-1.3.8.jar"/>
123 - <pathelement location="${maven.repo.local}/org/apache/struts/struts-tiles/1.3.8/struts-tiles-1.3.8.jar"/>
124 - <pathelement location="${maven.repo.local}/org/apache/velocity/velocity/1.6.2/velocity-1.6.2.jar"/>
125 - <pathelement location="${maven.repo.local}/commons-lang/commons-lang/2.4/commons-lang-2.4.jar"/>
126 - <pathelement location="${maven.repo.local}/commons-httpclient/commons-httpclient/3.1/commons-httpclient-3.1.jar"/>
127 - <pathelement location="${maven.repo.local}/commons-codec/commons-codec/1.2/commons-codec-1.2.jar"/>
128 - <pathelement location="${maven.repo.local}/javax/servlet/servlet-api/2.5/servlet-api-2.5.jar"/>
129 - </path>
130 -
131 - <!-- ====================================================================== -->
132 - <!-- Cleaning up target -->
133 - <!-- ====================================================================== -->
134 -
135 - <target name="clean" description="Clean the output directory">
136 - <delete dir="${maven.build.dir}"/>
137 - </target>
138 -
139 - <!-- ====================================================================== -->
140 - <!-- Compilation target -->
141 - <!-- ====================================================================== -->
142 -
143 - <target name="compile" description="Compile the code">
144 - <mkdir dir="${maven.build.outputDir}"/>
145 - <javac destdir="${maven.build.outputDir}"
146 - encoding="UTF-8"
147 - nowarn="false"
148 - debug="true"
149 - optimize="false"
150 - deprecation="true"
151 - target="1.6"
152 - verbose="false"
153 - fork="false"
154 - source="1.6">
155 - <src>
156 - <pathelement location="${maven.build.srcDir.0}"/>
157 - </src>
158 - <classpath refid="build.classpath"/>
159 - </javac>
160 - <mkdir dir="${maven.build.outputDir}//var/tmp/portage/dev-java/jcs-2.0/work/commons-jcs-dist-2.0-beta-1-src/commons-jcs-core/target/classes"/>
161 - <copy todir="${maven.build.outputDir}//var/tmp/portage/dev-java/jcs-2.0/work/commons-jcs-dist-2.0-beta-1-src/commons-jcs-core/target/classes">
162 - <fileset dir="${maven.build.resourceDir.0}"/>
163 - </copy>
164 - </target>
165 -
166 - <!-- ====================================================================== -->
167 - <!-- Test-compilation target -->
168 - <!-- ====================================================================== -->
169 -
170 - <target name="compile-tests"
171 - description="Compile the test code"
172 - unless="maven.test.skip">
173 - <mkdir dir="${maven.build.testOutputDir}"/>
174 - <javac destdir="${maven.build.testOutputDir}"
175 - encoding="UTF-8"
176 - nowarn="false"
177 - debug="true"
178 - optimize="false"
179 - deprecation="true"
180 - target="1.6"
181 - verbose="false"
182 - fork="false"
183 - source="1.6">
184 - <src>
185 - <pathelement location="${maven.build.testDir.0}"/>
186 - </src>
187 - <classpath>
188 - <path refid="build.test.classpath"/>
189 - <pathelement location="${maven.build.outputDir}"/>
190 - </classpath>
191 - </javac>
192 - <copy todir="${maven.build.testOutputDir}">
193 - <fileset dir="${maven.build.testResourceDir.0}">
194 - <include name="**/*.properties"/>
195 - <include name="**/*.ccf"/>
196 - </fileset>
197 - </copy>
198 - </target>
199 -
200 - <!-- ====================================================================== -->
201 - <!-- Run all tests -->
202 - <!-- ====================================================================== -->
203 -
204 - <target name="test"
205 - depends="compile-tests, junit-missing"
206 - unless="junit.skipped"
207 - description="Run the test cases">
208 - <mkdir dir="${maven.test.reports}"/>
209 - <junit printSummary="yes" haltonerror="true" haltonfailure="true" fork="true" dir=".">
210 - <sysproperty key="basedir" value="."/>
211 - <formatter type="xml"/>
212 - <formatter type="plain" usefile="false"/>
213 - <classpath>
214 - <path refid="build.test.classpath"/>
215 - <pathelement location="${maven.build.outputDir}"/>
216 - <pathelement location="${maven.build.testOutputDir}"/>
217 - </classpath>
218 - <batchtest todir="${maven.test.reports}" unless="test">
219 - <fileset dir="${maven.build.testDir.0}">
220 - <include name="**/*UnitTest.java"/>
221 - <exclude name="**/BlockDiskElementDescriptorUnitTest.java"/>
222 - <exclude name="**/HSQLDiskCacheConcurrentUnitTest.java"/>
223 - <exclude name="**/HSQLDiskCacheUnitTest.java"/>
224 - <exclude name="**/IndexedDiskCacheOptimizationUnitTest.java"/>
225 - <exclude name="**/TestTCPLateralUnitTest.java"/>
226 - <exclude name="**/UDPDiscoveryUnitTest.java"/>
227 - <exclude name="**/UDPDiscoverySenderUnitTest.java"/>
228 - </fileset>
229 - </batchtest>
230 - <batchtest todir="${maven.test.reports}" if="test">
231 - <fileset dir="${maven.build.testDir.0}">
232 - <include name="**/${test}.java"/>
233 - <exclude name="**/BlockDiskElementDescriptorUnitTest.java"/>
234 - <exclude name="**/HSQLDiskCacheConcurrentUnitTest.java"/>
235 - <exclude name="**/HSQLDiskCacheUnitTest.java"/>
236 - <exclude name="**/IndexedDiskCacheOptimizationUnitTest.java"/>
237 - <exclude name="**/TestTCPLateralUnitTest.java"/>
238 - <exclude name="**/UDPDiscoveryUnitTest.java"/>
239 - <exclude name="**/UDPDiscoverySenderUnitTest.java"/>
240 - </fileset>
241 - </batchtest>
242 - </junit>
243 - </target>
244 -
245 - <target name="test-junit-present">
246 - <available classname="junit.framework.Test" property="junit.present" classpathref="build.test.classpath"/>
247 - </target>
248 -
249 - <target name="test-junit-status"
250 - depends="test-junit-present">
251 - <condition property="junit.missing">
252 - <and>
253 - <isfalse value="${junit.present}"/>
254 - <isfalse value="${maven.test.skip}"/>
255 - </and>
256 - </condition>
257 - <condition property="junit.skipped">
258 - <or>
259 - <isfalse value="${junit.present}"/>
260 - <istrue value="${maven.test.skip}"/>
261 - </or>
262 - </condition>
263 - </target>
264 -
265 - <target name="junit-missing"
266 - depends="test-junit-status"
267 - if="junit.missing">
268 - <echo>=================================== WARNING ===================================</echo>
269 - <echo> JUnit is not present in the test classpath or your $ANT_HOME/lib directory. Tests not executed.</echo>
270 - <echo>===============================================================================</echo>
271 - </target>
272 -
273 - <!-- ====================================================================== -->
274 - <!-- Javadoc target -->
275 - <!-- ====================================================================== -->
276 -
277 - <target name="javadoc" description="Generates the Javadoc of the application">
278 - <javadoc sourcepath="${maven.build.srcDir.0}"
279 - packagenames="*"
280 - destdir="${maven.reporting.outputDirectory}/apidocs"
281 - access="protected"
282 - old="false"
283 - verbose="false"
284 - encoding="UTF-8"
285 - version="true"
286 - use="true"
287 - author="true"
288 - splitindex="false"
289 - nodeprecated="false"
290 - nodeprecatedlist="false"
291 - notree="false"
292 - noindex="false"
293 - nohelp="false"
294 - nonavbar="false"
295 - serialwarn="false"
296 - charset="ISO-8859-1"
297 - docencoding="UTF-8"
298 - source="1.6"
299 - linksource="true"
300 - breakiterator="false">
301 - <link href="http://docs.oracle.com/javase/6/docs/api/"/>
302 - <link href="http://docs.oracle.com/javaee/6/api/"/>
303 - </javadoc>
304 - </target>
305 -
306 - <!-- ====================================================================== -->
307 - <!-- Package target -->
308 - <!-- ====================================================================== -->
309 -
310 - <target name="package" depends="compile" description="Package the application">
311 - <jar jarfile="${maven.build.dir}/${maven.build.finalName}.jar"
312 - compress="true"
313 - index="false"
314 - basedir="${maven.build.outputDir}"
315 - excludes="**/package.html">
316 - <manifest>
317 - <attribute name="Main-Class" value="Main"/>
318 - </manifest>
319 - </jar>
320 - </target>
321 -
322 - <!-- ====================================================================== -->
323 - <!-- A dummy target for the package named after the type it creates -->
324 - <!-- ====================================================================== -->
325 -
326 - <target name="jar" depends="package" description="Builds the jar for the application"/>
327 -
328 - <!-- ====================================================================== -->
329 - <!-- Download dependencies target -->
330 - <!-- ====================================================================== -->
331 -
332 - <target name="test-offline">
333 - <condition property="maven.mode.offline">
334 - <equals arg1="${maven.settings.offline}" arg2="true"/>
335 - </condition>
336 - </target>
337 -</project>
338
339 diff --git a/dev-java/jcs/jcs-2.0.ebuild b/dev-java/jcs/jcs-2.0.ebuild
340 deleted file mode 100644
341 index f79f0dded21..00000000000
342 --- a/dev-java/jcs/jcs-2.0.ebuild
343 +++ /dev/null
344 @@ -1,96 +0,0 @@
345 -# Copyright 1999-2017 Gentoo Foundation
346 -# Distributed under the terms of the GNU General Public License v2
347 -
348 -EAPI=5
349 -JAVA_PKG_IUSE="test doc source"
350 -
351 -inherit java-pkg-2 java-ant-2
352 -
353 -MY_P="commons-${PN}-dist-${PV}-beta-1-src"
354 -JCS_CORE="commons-${PN}-core"
355 -
356 -DESCRIPTION="A distributed caching system for server-side Java applications"
357 -HOMEPAGE="http://commons.apache.org/jcs/"
358 -SRC_URI="http://apache.mirrors.ovh.net/ftp.apache.org/dist/commons/${PN}/source/commons-${PN}-dist-${PV}-beta-1-src.tar.gz"
359 -
360 -LICENSE="Apache-2.0"
361 -SLOT="2.0"
362 -KEYWORDS="amd64 x86"
363 -IUSE="admin"
364 -
365 -CDEPEND="dev-java/jisp:2.5
366 - dev-db/hsqldb:0
367 - dev-java/log4j:0
368 - dev-java/xmlrpc:3
369 - dev-java/commons-lang:0
370 - dev-java/commons-dbcp:0
371 - dev-java/commons-pool:0
372 - dev-java/commons-logging:0
373 - dev-java/commons-httpclient:3
374 - java-virtuals/servlet-api:3.0"
375 -
376 -RDEPEND=">=virtual/jre-1.6
377 - ${CDEPEND}"
378 -DEPEND=">=virtual/jdk-1.6
379 - test? ( dev-java/ant-junit:0 )
380 - ${CDEPEND}"
381 -
382 -S="${WORKDIR}/${MY_P}"
383 -
384 -JAVA_ANT_REWRITE_CLASSPATH="true"
385 -EANT_GENTOO_CLASSPATH="
386 - xmlrpc-3
387 - hsqldb
388 - jisp-2.5
389 - log4j
390 - commons-lang
391 - commons-pool
392 - commons-dbcp
393 - commons-logging
394 - commons-httpclient-3
395 - servlet-api-3.0
396 -"
397 -
398 -EANT_BUILD_XML="${JCS_CORE}/build.xml"
399 -EANT_BUILD_TARGET="package"
400 -
401 -java_prepare() {
402 - cp "${FILESDIR}/${P}-build.xml" ${JCS_CORE}/build.xml
403 -
404 - # Disable the velocity-tools dep.
405 - rm -v \
406 - ${JCS_CORE}/src/main/java/org/apache/commons/jcs/admin/servlet/JCSAdminServlet.java
407 -
408 - if use test; then
409 - # Make use of commons-collections4 not yet packaged in Gentoo
410 - rm -v \
411 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/utils/struct/JCSvsCommonsLRUMapPerformanceTest.java \
412 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/utils/struct/LRUMapPerformanceTest.java
413 -
414 - # Fails for some reason.
415 - rm -v \
416 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/auxiliary/disk/AbstractDiskCacheUnitTest.java \
417 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/auxiliary/disk/LRUMapJCSUnitTest.java \
418 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/engine/logging/CacheEventLoggerDebugLoggerUnitTest.java \
419 - "${JCS_CORE}"/src/test/java/org/apache/commons/jcs/utils/struct/DoubleLinkedListUnitTest.java
420 - fi
421 -}
422 -
423 -EANT_TEST_TARGET="test"
424 -
425 -src_test() {
426 - java-pkg-2_src_test
427 -}
428 -
429 -src_install() {
430 - local target="${JCS_CORE}"/target
431 - java-pkg_newjar "${target}"/"${JCS_CORE}-${PV}"-beta-1.jar "${JCS_CORE}".jar
432 -
433 - if use doc; then
434 - java-pkg_dojavadoc "${target}"/site/apidocs
435 - fi
436 -
437 - if use source; then
438 - java-pkg_dosrc "${JCS_CORE}"/src
439 - fi
440 -}
441
442 diff --git a/dev-java/jcs/metadata.xml b/dev-java/jcs/metadata.xml
443 deleted file mode 100644
444 index 4946ed2f4b7..00000000000
445 --- a/dev-java/jcs/metadata.xml
446 +++ /dev/null
447 @@ -1,11 +0,0 @@
448 -<?xml version="1.0" encoding="UTF-8"?>
449 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
450 -<pkgmetadata>
451 - <maintainer type="project">
452 - <email>java@g.o</email>
453 - <name>Java</name>
454 - </maintainer>
455 - <use>
456 - <flag name="admin">Enable JCS Admin servlets</flag>
457 - </use>
458 -</pkgmetadata>