public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "James Le Cuirot" <chewi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/error-prone-annotations/
Date: Sat,  5 Nov 2016 22:49:38 +0000 (UTC)	[thread overview]
Message-ID: <1478386161.3c54c5e18a0fbdec5c727d7481194e164d59d156.chewi@gentoo> (raw)

commit:     3c54c5e18a0fbdec5c727d7481194e164d59d156
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 22:03:15 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 22:49:21 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c54c5e1

dev-java/error-prone-annotations: New package, required by guava

Thanks to wltjr for the initial work on this.

Package-Manager: portage-2.3.2

 dev-java/error-prone-annotations/Manifest          |  1 +
 .../error-prone-annotations-2.0.14.ebuild          | 24 ++++++++++++++++++++++
 dev-java/error-prone-annotations/metadata.xml      | 11 ++++++++++
 3 files changed, 36 insertions(+)

diff --git a/dev-java/error-prone-annotations/Manifest b/dev-java/error-prone-annotations/Manifest
new file mode 100644
index 00000000..ebc942e
--- /dev/null
+++ b/dev-java/error-prone-annotations/Manifest
@@ -0,0 +1 @@
+DIST error-prone-2.0.14.tar.gz 677991 SHA256 58f569742ab8b0c381001c60b2dc5b8adbad92f520f8c283927c814f8275cbce SHA512 0bf2c869638e03fea5395e2b84a690c42df320903e48a171537e68a60ae7a47a8a83de07fa0a8dfb03340c035878b4380fd6677ba3bf1d13eeffcfaee4e63658 WHIRLPOOL dbd607552194e71726a5c901262ea64cf7fad7f453449e41c928ddc634eacc1a884b0d0b5e05df54d5d199871409edd3b5d4e43c16ad603b7dd7917a86db4804

diff --git a/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild b/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.ebuild
new file mode 100644
index 00000000..68defc2
--- /dev/null
+++ b/dev-java/error-prone-annotations/error-prone-annotations-2.0.14.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="Java annotations for the Error Prone static analysis tool"
+HOMEPAGE="http://errorprone.info"
+SRC_URI="https://github.com/google/${MY_PN}/archive/v${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/error-prone-annotations/metadata.xml b/dev-java/error-prone-annotations/metadata.xml
new file mode 100644
index 00000000..2411fd6
--- /dev/null
+++ b/dev-java/error-prone-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/error-prone</remote-id>
+	</upstream>
+</pkgmetadata>


             reply	other threads:[~2016-11-05 22:49 UTC|newest]

Thread overview: 49+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-11-05 22:49 James Le Cuirot [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-07-13 18:32 [gentoo-commits] repo/gentoo:master commit in: dev-java/error-prone-annotations/ Alexis Ballier
2017-08-31 19:55 James Le Cuirot
2021-06-14  6:39 Sergei Trofimovich
2021-11-10 16:47 Sam James
2021-11-10 16:47 Sam James
2021-12-22 18:47 Arthur Zamarin
2022-01-19  2:36 Sam James
2022-01-20  8:47 Arthur Zamarin
2022-02-19 13:15 Jakov Smolić
2022-02-19 13:22 Jakov Smolić
2022-02-20  9:15 Agostino Sarubbo
2022-02-20 19:34 Arthur Zamarin
2022-02-21  9:26 Miroslav Šulc
2022-12-28 18:59 Florian Schmaus
2023-01-27 19:45 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:31 Arthur Zamarin
2023-01-28  6:52 Arthur Zamarin
2023-12-08  9:53 Miroslav Šulc
2023-12-22 15:13 Miroslav Šulc
2024-01-07  6:14 Sam James
2024-01-07  6:14 Sam James
2024-01-07  7:10 Sam James
2024-01-07 12:42 Arthur Zamarin
2024-01-10  8:29 Florian Schmaus
2024-01-21  8:59 Sam James
2024-01-21  8:59 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 17:17 Arthur Zamarin
2024-05-21  7:57 Miroslav Šulc
2024-05-23  8:41 Miroslav Šulc
2024-06-20 17:40 Arthur Zamarin
2024-06-20 17:43 Sam James
2024-06-20 18:40 Arthur Zamarin
2024-06-20 21:46 Sam James
2024-06-21  7:45 Miroslav Šulc
2024-09-18 12:12 Miroslav Šulc
2024-10-18  0:18 Sam James
2024-10-18  0:18 Sam James
2024-10-18 15:40 Arthur Zamarin
2024-10-18 16:40 Miroslav Šulc
2024-12-07 12:42 Miroslav Šulc
2025-01-05 19:08 Sam James
2025-01-19 13:11 Arthur Zamarin
2025-01-19 13:11 Arthur Zamarin
2025-01-19 17:35 Arthur Zamarin

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1478386161.3c54c5e18a0fbdec5c727d7481194e164d59d156.chewi@gentoo \
    --to=chewi@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox