summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolić <jsmolic@gentoo.org>2022-04-15 15:00:52 +0200
committerJakov Smolić <jsmolic@gentoo.org>2022-04-15 15:07:10 +0200
commita71fc458ebdc53bada47bfc080e02dc8a8e8af4a (patch)
tree60f3311e697833170fd6fd6200194bb334af9539 /dev-java
parentdev-python/sphinx-jinja: treeclean (diff)
downloadgentoo-a71fc458ebdc53bada47bfc080e02dc8a8e8af4a.tar.gz
gentoo-a71fc458ebdc53bada47bfc080e02dc8a8e8af4a.tar.bz2
gentoo-a71fc458ebdc53bada47bfc080e02dc8a8e8af4a.zip
dev-java/android-util: treeclean
Closes: https://bugs.gentoo.org/835389 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/android-util/Manifest1
-rw-r--r--dev-java/android-util/android-util-4.1.1.4.ebuild29
-rw-r--r--dev-java/android-util/metadata.xml8
3 files changed, 0 insertions, 38 deletions
diff --git a/dev-java/android-util/Manifest b/dev-java/android-util/Manifest
deleted file mode 100644
index e38814679ee4..000000000000
--- a/dev-java/android-util/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST android-4.1.1.4-sources.jar 12140689 BLAKE2B 272059646bd8b393e623467df457c17b011064a7fb6d2da14910c5c4414719bda51e6c59bcc7f63f3671207e9293f3229e62a4067cb12e98635561a40dd6e58d SHA512 39bbe77447adce554d323a55c6324c4af51cdf130ad9d8f4578e27ac99564d56513705bc2de6969deb6c35f70f2edf2f3724571d57c931ff768b437912ff637d
diff --git a/dev-java/android-util/android-util-4.1.1.4.ebuild b/dev-java/android-util/android-util-4.1.1.4.ebuild
deleted file mode 100644
index 401834050baa..000000000000
--- a/dev-java/android-util/android-util-4.1.1.4.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="5"
-
-inherit java-pkg-2 java-pkg-simple
-
-MY_PN="${PN/-util}"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="Library providing APIs for applications written for Google Android"
-HOMEPAGE="https://source.android.com/"
-SRC_URI="http://central.maven.org/maven2/com/google/${MY_PN}/${MY_PN}/${PV}/${MY_P}-sources.jar"
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-CDEPEND="dev-java/xerces:2
- dev-java/xpp3:0"
-
-DEPEND=">=virtual/jdk-1.7
- ${CDEPEND}"
-
-RDEPEND=">=virtual/jre-1.7
- ${CDEPEND}"
-
-JAVA_SRC_DIR="${MY_PN}/util"
-
-JAVA_GENTOO_CLASSPATH="xerces-2,xpp3"
diff --git a/dev-java/android-util/metadata.xml b/dev-java/android-util/metadata.xml
deleted file mode 100644
index 4221e170cbc0..000000000000
--- a/dev-java/android-util/metadata.xml
+++ /dev/null
@@ -1,8 +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>
-</pkgmetadata>