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/guava/
Date: Sat,  5 Nov 2016 22:49:39 +0000 (UTC)	[thread overview]
Message-ID: <1478386162.ad0a422afe82e5873408b3325cbec9b68e03b210.chewi@gentoo> (raw)

commit:     ad0a422afe82e5873408b3325cbec9b68e03b210
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  5 22:36:48 2016 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Nov  5 22:49:22 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad0a422a

dev-java/guava: Version bump to 20.0, EAPI bump to 6

Package-Manager: portage-2.3.2

 dev-java/guava/Manifest          |  1 +
 dev-java/guava/guava-20.0.ebuild | 36 ++++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest
index 4e4165b..f4f3db7 100644
--- a/dev-java/guava/Manifest
+++ b/dev-java/guava/Manifest
@@ -4,4 +4,5 @@ DIST guava-15.0-sources.jar 1234606 SHA256 1a3f78cfd4a44f63af00afe36f2175d41ed24
 DIST guava-16.0.1-sources.jar 1261127 SHA256 154ce0c88dce526b822417c8402901ad0a5a299156b38c79b40cce72b72b3c2b SHA512 b6d8db3a139a2490692208cba1788db68e0c0d574f91582367d81f6d32ed7959646fc3ac14651c9de1b9b839bb4d58ec137feb928d7d183d1c2c602a4da8e88d WHIRLPOOL be647c7deef2cce8b62d4173543debd8255f6662545bc9ebd75f3b55210791dc95ff1690b6c8a983c152d1ed2f2a4f2b1f1ed3fb69b13a1d2280726a690d276b
 DIST guava-17.0-sources.jar 1272791 SHA256 df275cbcc3ab90c7fd4cc70e8b26b454c16a708b909f357f07115ca54a83f9bd SHA512 c3fa4d7c7498482939ada35737b368d6fe0b0501cc65ed686dcab24b1701a22870ed7a737eb3d107a5728823bb151842df3fe0e8d0ff20caa2e49f9224f81de5 WHIRLPOOL 7c13fc1f360e50b5c45b7c4519566077fe66507cade03660b354bc55e16dd96d9656bd83e863007a4d90953cc229df2f5319fdc488986feae4a0e9a390f29452
 DIST guava-18.0-sources.jar 1277909 SHA256 0f3381ce4caa3a01602cdf0d0f4437b9ad8f347ddabbd873ded4d498e19d9590 SHA512 bd44aa71e183d27f6f79183a2e340ed9e28f9fc750b6de5aa007b296133fb8055ea2669a7e75a31f3394cba4cfc0be1123fc8bd87d9aa8df4847f2199b14f768 WHIRLPOOL 9ae2581667b52d05bebe6d59895fdeb482ee520e4820d448d1fb867b413d9bd248d9d1329334a548d96eb91fa574f9ddf3fd11fa7800fe5ae525356d6061f757
+DIST guava-20.0.tar.gz 2522092 SHA256 1a39f757ad6bada8b0c7affa2b97cd924ec8fdfaaf0ce982a42b8e93e4565acd SHA512 e89eee8e66502f208878af286c660393712b12fb37647ec70719ca7c5184686c8dc5fc59d45c1813d792ecad9421e2c077dab075f76b1907c04f9f6e80567ac9 WHIRLPOOL a7782d25b7e1e91383ab7f018dc2f84ccfd36f072e04110a96ce7c8da3cbc2f5ea447547043ad9c3986f6d1e197000817f110920e4f89551301e44aa4719e372
 DIST guava-r07.zip 3044916 SHA256 3d0da5843235b26dc5d47b75df48a6f06f0cc428534580762352b3b00fa45c40 SHA512 1ea4c0b4a7747fb555150283eb851da9d96ec705f1b8e05709b533e923a2615dd82979afbf729093c493e0c11a5f7841f576a6a56a4e9fd5a7e8af224aca956f WHIRLPOOL 3718e030038eaf597b1d35e318eeb708df8d5b66a606d5ffa1fc0e7a742f22f271d6fa6d72d1ce138fcd206e32c7680c5bccf4400f3fc969f41623a7d1f88013

diff --git a/dev-java/guava/guava-20.0.ebuild b/dev-java/guava/guava-20.0.ebuild
new file mode 100644
index 00000000..e93c74e
--- /dev/null
+++ b/dev-java/guava/guava-20.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+JAVA_PKG_IUSE="doc source"
+
+inherit java-pkg-2 java-pkg-simple
+
+DESCRIPTION="A collection of Google's core Java libraries"
+HOMEPAGE="https://github.com/google/guava"
+SRC_URI="https://github.com/google/guava/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="Apache-2.0"
+SLOT="${PV%.*}"
+KEYWORDS="~amd64 ~x86"
+
+CP_DEPEND="
+	dev-java/animal-sniffer-annotations:0
+	dev-java/error-prone-annotations:0
+	dev-java/jsr305:0
+"
+
+RDEPEND="${CP_DEPEND}
+	>=virtual/jre-1.7"
+
+DEPEND="${CP_DEPEND}
+	>=virtual/jdk-1.7
+	dev-java/j2objc-annotations:0"
+
+S="${WORKDIR}/${P}/${PN}"
+JAVA_SRC_DIR="src"
+
+src_configure() {
+	JAVA_GENTOO_CLASSPATH_EXTRA=$(java-pkg_getjars --build-only j2objc-annotations)
+}


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

Thread overview: 59+ 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 --
2024-09-18 12:14 [gentoo-commits] repo/gentoo:master commit in: dev-java/guava/ Miroslav Šulc
2024-06-21  7:45 Miroslav Šulc
2024-06-20 21:46 Sam James
2024-06-20 18:40 Arthur Zamarin
2024-06-20 17:43 Sam James
2024-06-20 17:40 Arthur Zamarin
2024-05-21  8:01 Miroslav Šulc
2024-01-21 17:17 Arthur Zamarin
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-21 10:06 Sam James
2024-01-10  8:29 Florian Schmaus
2024-01-07 12:42 Arthur Zamarin
2024-01-07  7:10 Sam James
2024-01-07  6:14 Sam James
2024-01-07  6:14 Sam James
2023-12-22 15:13 Miroslav Šulc
2023-12-08  9:53 Miroslav Šulc
2023-09-18  6:50 Miroslav Šulc
2023-09-06  7:58 Florian Schmaus
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-06  6:47 Sam James
2023-09-05  7:43 Miroslav Šulc
2023-01-28  6:52 Arthur Zamarin
2023-01-27 20:31 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 20:18 Arthur Zamarin
2023-01-27 19:45 Arthur Zamarin
2022-12-28 18:59 Florian Schmaus
2022-06-17 13:50 Arthur Zamarin
2022-02-25 21:07 Sam James
2022-02-21  7:47 Agostino Sarubbo
2022-02-21  3:45 Sam James
2022-02-20 20:32 Sam James
2022-02-13 23:13 Jakov Smolić
2022-01-20  9:38 Arthur Zamarin
2022-01-20  8:47 Arthur Zamarin
2022-01-20  8:46 Arthur Zamarin
2022-01-19  2:36 Sam James
2021-12-22 18:47 Arthur Zamarin
2021-12-21  8:04 Miroslav Šulc
2021-11-10 16:47 Sam James
2021-11-10 16:47 Sam James
2021-06-14  6:39 Sergei Trofimovich
2021-03-31  8:24 Miroslav Šulc
2017-11-05 13:56 James Le Cuirot
2017-08-31 19:55 James Le Cuirot
2017-07-13 18:32 Alexis Ballier
2016-11-05 22:56 James Le Cuirot
2016-01-02 23:15 James Le Cuirot
2015-12-06 23:06 James Le Cuirot
2015-10-27 20:36 Patrice Clement
2015-09-12  9:32 Patrice Clement
2015-09-10 16:47 Patrice Clement
2015-09-04 22:05 Patrice Clement

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=1478386162.ad0a422afe82e5873408b3325cbec9b68e03b210.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