diff options
author | James Le Cuirot <chewi@gentoo.org> | 2016-11-05 22:10:23 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2016-11-05 22:49:22 +0000 |
commit | 72281d90fa629964506614839eb992ee6bff247a (patch) | |
tree | 995e016e13cb14289ddf796a968a0c8e5118b2ac | |
parent | dev-java/error-prone-annotations: New package, required by guava (diff) | |
download | gentoo-72281d90fa629964506614839eb992ee6bff247a.tar.gz gentoo-72281d90fa629964506614839eb992ee6bff247a.tar.bz2 gentoo-72281d90fa629964506614839eb992ee6bff247a.zip |
dev-java/j2objc-annotations: New package, required by guava
Thanks to wltjr for the initial work on this.
Package-Manager: portage-2.3.2
-rw-r--r-- | dev-java/j2objc-annotations/Manifest | 1 | ||||
-rw-r--r-- | dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild | 24 | ||||
-rw-r--r-- | dev-java/j2objc-annotations/metadata.xml | 11 |
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-java/j2objc-annotations/Manifest b/dev-java/j2objc-annotations/Manifest new file mode 100644 index 000000000000..2673e35921be --- /dev/null +++ b/dev-java/j2objc-annotations/Manifest @@ -0,0 +1 @@ +DIST j2objc-1.2.tar.gz 9718769 SHA256 956d2b7f4f986e4a6edf8e4f217f983c33e6fce47191753d0dc5e0b5196fd97c SHA512 d2b4d12ba8107728ca33cfe18124eae092a2c2b9ce0b588374180d35816d83d6d6c9d029c3524537ac48f052dfa4c88b273405cddf56c54966216b1ed1a160eb WHIRLPOOL 6095ddea4f9d9e8994117651d1c45d0c2fb8aaf115ed65062565483ca263dd20a64ea46159239d3982794db48337b30efe9d6356b2c3c896d2e8c12f99a9b931 diff --git a/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild b/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild new file mode 100644 index 000000000000..27951a738248 --- /dev/null +++ b/dev-java/j2objc-annotations/j2objc-annotations-1.2.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +MY_PN="${PN%-annotations}" +MY_P="${MY_PN}-${PV}" +JAVA_PKG_IUSE="doc source" + +inherit java-pkg-2 java-pkg-simple + +DESCRIPTION="Annotations for the J2ObjC Java to Objective-C translator" +HOMEPAGE="http://j2objc.org" +SRC_URI="https://github.com/google/${MY_PN}/archive/${PV}.tar.gz -> ${MY_P}.tar.gz" +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=virtual/jdk-1.7" +RDEPEND=">=virtual/jre-1.7" + +S="${WORKDIR}/${MY_P}/annotations" +JAVA_SRC_DIR="src/main/java" diff --git a/dev-java/j2objc-annotations/metadata.xml b/dev-java/j2objc-annotations/metadata.xml new file mode 100644 index 000000000000..f67ee762cdd1 --- /dev/null +++ b/dev-java/j2objc-annotations/metadata.xml @@ -0,0 +1,11 @@ +<?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> + <upstream> + <remote-id type="github">google/j2objc</remote-id> + </upstream> +</pkgmetadata> |