Skip to content

Commit

Permalink
dev-java/animal-sniffer-annotations: New package, required by guava
Browse files Browse the repository at this point in the history
Thanks to wltjr for the initial work on this.

Package-Manager: portage-2.3.2
  • Loading branch information
chewi committed Nov 5, 2016
1 parent 0fc2d6d commit 096a349
Show file tree
Hide file tree
Showing 3 changed files with 35 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-java/animal-sniffer-annotations/Manifest
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DIST animal-sniffer-parent-1.15.tar.gz 77766 SHA256 d5a07409b74a961f044a7bdaaec57c6f960865790de8c8db972ef80100f5a08c SHA512 8d0f6baa86fcb79fc54b826eff0f7c390d236d3cfc285914d3645e3bd9c72612c039eb0f1c3c2a9fbaca43040d967a2a69e10a9e5713682d1e441e44f3b55eb1 WHIRLPOOL eb55142d950d40ec91ab3e752391c15022a85527f1ccb7e36604d8eef6b70ea72fb6b5d312dbf068a4040aebdb97e09046666b3e55bd921f8f3d9516d85a5c1f
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

MY_PN="${PN%-annotations}"
JAVA_PKG_IUSE="doc source"

inherit java-pkg-2 java-pkg-simple

DESCRIPTION="Java annotations for marking methods that Animal Sniffer should ignore"
HOMEPAGE="http://www.mojohaus.org/animal-sniffer/animal-sniffer-annotations/"
SRC_URI="https://github.com/mojohaus/${MY_PN}/archive/${MY_PN}-parent-${PV}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=virtual/jdk-1.7"
RDEPEND=">=virtual/jre-1.7"

S="${WORKDIR}/${MY_PN}-${MY_PN}-parent-${PV}/${PN}"
JAVA_SRC_DIR="src/main/java"
11 changes: 11 additions & 0 deletions dev-java/animal-sniffer-annotations/metadata.xml
Original file line number Diff line number Diff line change
@@ -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>[email protected]</email>
<name>Java</name>
</maintainer>
<upstream>
<remote-id type="github">mojohaus/animal-sniffer</remote-id>
</upstream>
</pkgmetadata>

0 comments on commit 096a349

Please sign in to comment.