summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:06:35 +0100
committerJakov Smolić <jsmolic@gentoo.org>2021-11-21 09:11:15 +0100
commitfae8a84c0515579240e2ea6fb048ef11a3b05592 (patch)
tree8c8c9a5a7c0d83502012df2860cce61495c118d2 /dev-java/commons-primitives
parentdev-java/constantine: treeclean (diff)
downloadgentoo-fae8a84c0515579240e2ea6fb048ef11a3b05592.tar.gz
gentoo-fae8a84c0515579240e2ea6fb048ef11a3b05592.tar.bz2
gentoo-fae8a84c0515579240e2ea6fb048ef11a3b05592.zip
dev-java/commons-primitives: treeclean
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java/commons-primitives')
-rw-r--r--dev-java/commons-primitives/Manifest1
-rw-r--r--dev-java/commons-primitives/commons-primitives-1.0-r3.ebuild32
-rw-r--r--dev-java/commons-primitives/metadata.xml15
3 files changed, 0 insertions, 48 deletions
diff --git a/dev-java/commons-primitives/Manifest b/dev-java/commons-primitives/Manifest
deleted file mode 100644
index 5808d72220d0..000000000000
--- a/dev-java/commons-primitives/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST commons-primitives-1.0.tar.gz 172369 BLAKE2B b3641bc163b250997db9897b43af3ab7a1e15eaf34420e92429e321eca43c69bcb094f4b11e9789236d6e24f9c83a5674ad68a33c863fbac12dd72526bfbf4ba SHA512 239752a615f3a88049d6c85326a67462362869eda421ab76975c0906d811c970c871042769d851a4341c8a06b501d6b12fd1feba74d83007b2dd73370c5b3195
diff --git a/dev-java/commons-primitives/commons-primitives-1.0-r3.ebuild b/dev-java/commons-primitives/commons-primitives-1.0-r3.ebuild
deleted file mode 100644
index 22a04bf2b76c..000000000000
--- a/dev-java/commons-primitives/commons-primitives-1.0-r3.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="The Jakarta-Commons Primitives Component"
-HOMEPAGE="http://commons.apache.org/primitives/"
-SRC_URI="https://www.apache.org/dist/commons/primitives/source/${P}-src.tar.gz -> ${P}.tar.gz"
-
-LICENSE="Apache-1.1"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="
- >=virtual/jre-1.6"
-
-DEPEND="
- >=virtual/jdk-1.6
- source? ( app-arch/zip )"
-
-S="${WORKDIR}/${P}"
-
-JAVA_SRC_DIR="src"
-
-java_prepare() {
- rm -rv src/test || die
-}
diff --git a/dev-java/commons-primitives/metadata.xml b/dev-java/commons-primitives/metadata.xml
deleted file mode 100644
index 1bb08ab79708..000000000000
--- a/dev-java/commons-primitives/metadata.xml
+++ /dev/null
@@ -1,15 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>java@gentoo.org</email>
- <name>Java</name>
- </maintainer>
- <longdescription>
- Apache Jakarta Commons Primitives provides a collection of types and
- utilities optimized for working with Java primitives (boolean, byte,
- char, double, float, int, long, short). Generally, the
- Commons-Primitives classes are smaller, faster and easier to work with
- than their purely Object based alternatives.
- </longdescription>
-</pkgmetadata>