summaryrefslogtreecommitdiff
path: root/dev-java/android-util
diff options
context:
space:
mode:
Diffstat (limited to 'dev-java/android-util')
-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.xml9
3 files changed, 39 insertions, 0 deletions
diff --git a/dev-java/android-util/Manifest b/dev-java/android-util/Manifest
new file mode 100644
index 000000000000..e38814679ee4
--- /dev/null
+++ b/dev-java/android-util/Manifest
@@ -0,0 +1 @@
+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
new file mode 100644
index 000000000000..401834050baa
--- /dev/null
+++ b/dev-java/android-util/android-util-4.1.1.4.ebuild
@@ -0,0 +1,29 @@
+# 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
new file mode 100644
index 000000000000..428163197653
--- /dev/null
+++ b/dev-java/android-util/metadata.xml
@@ -0,0 +1,9 @@
+<?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>
+ <origin>gentoo-staging</origin>
+</pkgmetadata>