summaryrefslogtreecommitdiff
path: root/dev-java/android-util/android-util-4.1.1.4.ebuild
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/android-util/android-util-4.1.1.4.ebuild
parent3dadeeb937cd7dad6971f987f6386f18b1b497c5 (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/android-util/android-util-4.1.1.4.ebuild')
-rw-r--r--dev-java/android-util/android-util-4.1.1.4.ebuild29
1 files changed, 0 insertions, 29 deletions
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"