summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVolkmar W. Pogatzki <gentoo@pogatzki.net>2021-08-08 19:04:51 +0200
committerMiroslav Šulc <fordfrog@gentoo.org>2021-08-09 07:31:17 +0200
commit9eb03718125321b7633b0165928276f9d0d9ad6f (patch)
tree006c5da579bc3082d9efb1e2cc0858130b6ab6f6
parentdev-java/bctsp: remove last rited package (diff)
downloadgentoo-9eb03718125321b7633b0165928276f9d0d9ad6f.tar.gz
gentoo-9eb03718125321b7633b0165928276f9d0d9ad6f.tar.bz2
gentoo-9eb03718125321b7633b0165928276f9d0d9ad6f.zip
dev-java/xml-commons: remove last rited package
Closes: https://bugs.gentoo.org/797739 Signed-off-by: Volkmar W. Pogatzki <gentoo@pogatzki.net> Signed-off-by: Miroslav Šulc <fordfrog@gentoo.org>
-rw-r--r--dev-java/xml-commons/Manifest1
-rw-r--r--dev-java/xml-commons/metadata.xml16
-rw-r--r--dev-java/xml-commons/xml-commons-1.4.01.ebuild29
3 files changed, 0 insertions, 46 deletions
diff --git a/dev-java/xml-commons/Manifest b/dev-java/xml-commons/Manifest
deleted file mode 100644
index dfbeceaf8f6b..000000000000
--- a/dev-java/xml-commons/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST xml-commons-1.4.01.tar.gz 358779 BLAKE2B 8e1f42b25279eb2ed8bc33be5ac421b91e256cc1ef170b91f38800417502cb546598fb4c3d4619ab7b3637a9b7173d2d5fefd39af12f75c7b10cfb219396cda7 SHA512 9e8f77f7dc65a492548fa2313b49855ad0880fe663acdac865a1b235ea3bc0ba347c4fad3ca16f0c92a60df42a0a802a74525b56ea58dc575cd2d94013561868
diff --git a/dev-java/xml-commons/metadata.xml b/dev-java/xml-commons/metadata.xml
deleted file mode 100644
index aa326dec0d1e..000000000000
--- a/dev-java/xml-commons/metadata.xml
+++ /dev/null
@@ -1,16 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <longdescription>
- These are some of the components that are provided by the Apache XML Commons
- project.
-
- * Resolver - An XML Entity and URI Resolver donated by Norman Walsh.
- * Which - A simple environment checking utility for Apache projects by Shane Curcuru
- * External Interfaces (xml-apis) - An Apache-hosted set of externally-defined standards interfaces, namely DOM, SAX, and JAXP.
- </longdescription>
-</pkgmetadata>
diff --git a/dev-java/xml-commons/xml-commons-1.4.01.ebuild b/dev-java/xml-commons/xml-commons-1.4.01.ebuild
deleted file mode 100644
index 028c71cf67d2..000000000000
--- a/dev-java/xml-commons/xml-commons-1.4.01.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-MY_PN="${PN}-external"
-MY_P="${MY_PN}-${PV}"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="Apache XML Commons"
-HOMEPAGE="http://xml.apache.org/commons/"
-SRC_URI="mirror://apache/xerces/${PN}/source/${MY_P}-src.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-1.1 public-domain W3C-document W3C"
-SLOT="0"
-KEYWORDS="amd64 ppc64 x86"
-IUSE=""
-
-RDEPEND="
- >=virtual/jre-1.6"
-
-DEPEND="
- >=virtual/jdk-1.6
- source? ( app-arch/zip )"
-
-JAVA_SRC_DIR=( "org" "javax" )