summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Le Cuirot <chewi@gentoo.org>2017-09-01 21:16:11 +0100
committerJames Le Cuirot <chewi@gentoo.org>2017-11-05 13:50:45 +0000
commit3171742b6d33599283d278e059f98fc21675678d (patch)
tree09ea407a8105c24f4519ea7eae59a7a574c2a9b7 /dev-java
parentdev-java/netbeans-enterprise: Remove old 8.2 (diff)
downloadgentoo-3171742b6d33599283d278e059f98fc21675678d.tar.gz
gentoo-3171742b6d33599283d278e059f98fc21675678d.tar.bz2
gentoo-3171742b6d33599283d278e059f98fc21675678d.zip
dev-java/guava: Drop all pre-20 versions
These are unneeded now and this allows Java 7 to be removed. Package-Manager: Portage-2.3.8, Repoman-2.3.2
Diffstat (limited to 'dev-java')
-rw-r--r--dev-java/guava/Manifest3
-rw-r--r--dev-java/guava/guava-13.0.1-r3.ebuild25
-rw-r--r--dev-java/guava/guava-13.0.1.ebuild26
-rw-r--r--dev-java/guava/guava-14.0.1.ebuild27
-rw-r--r--dev-java/guava/guava-18.0.ebuild27
5 files changed, 0 insertions, 108 deletions
diff --git a/dev-java/guava/Manifest b/dev-java/guava/Manifest
index 2d7e53a53438..b1ab93764c32 100644
--- a/dev-java/guava/Manifest
+++ b/dev-java/guava/Manifest
@@ -1,4 +1 @@
-DIST guava-13.0.1-sources.jar 1060992 SHA256 6968729f41bd225c00ce6c9212674fe5fa64346ca267072860253c87156507d3 SHA512 07b29cf199229e82a6ec42aad4a6f700c4230ae4b3d41d64f46786619884d572b71dace9f2b521b5f0a50359b460ae6f123dafc80bc982b04856a0dd3a9a0663 WHIRLPOOL dc1a1b978b57d8a36747d03ef88778cb9f4060313c7377c5188948cf4d58cae7e9cb0b304e7a449730955235f1f744a8d4b96b82f0844eb37857824f920faad7
-DIST guava-14.0.1-sources.jar 1170076 SHA256 a41f35daf37667524bf76c33f8d14ff2a2bb8bfb38e876327628f62f7592e53e SHA512 0a495da0fcc460308faa017b4754a3460eeff08cbfcbfa1cb976fccf3cf9a0fb191e1b88a6c7a753b816b878dd4368f5ba27d5644bbe4c3132dc44e940a8372c WHIRLPOOL 7f2c1d694e54378b81046c0162b1bcc68951d2e37601fbf44d517b6205a3fb42ac0b107f504d533230595d7f7c9c3228294a3f1ccf07b1da7d0d1b10616969ec
-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
diff --git a/dev-java/guava/guava-13.0.1-r3.ebuild b/dev-java/guava/guava-13.0.1-r3.ebuild
deleted file mode 100644
index 66e57d8d1273..000000000000
--- a/dev-java/guava/guava-13.0.1-r3.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="https://code.google.com/p/guava-libraries/"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="13"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-CDEPEND="
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${CDEPEND}
- virtual/jre:1.7"
-DEPEND="${CDEPEND}
- app-arch/unzip
- virtual/jdk:1.7" # https://github.com/google/guava/issues/1738
-JAVA_GENTOO_CLASSPATH="jsr305"
diff --git a/dev-java/guava/guava-13.0.1.ebuild b/dev-java/guava/guava-13.0.1.ebuild
deleted file mode 100644
index d032b30d4330..000000000000
--- a/dev-java/guava/guava-13.0.1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="https://code.google.com/p/guava-libraries/"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="13"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-COMMON_DEP="
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${COMMON_DEP}
- || ( virtual/jre:1.7 virtual/jre:1.6 )"
-DEPEND="${COMMON_DEP}
- app-arch/unzip
- virtual/jdk:1.7" # https://code.google.com/p/guava-libraries/issues/detail?id=635
-
-JAVA_GENTOO_CLASSPATH="jsr305"
diff --git a/dev-java/guava/guava-14.0.1.ebuild b/dev-java/guava/guava-14.0.1.ebuild
deleted file mode 100644
index d7145907baa9..000000000000
--- a/dev-java/guava/guava-14.0.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="https://code.google.com/p/guava-libraries/"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="14"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-CDEPEND="
- dev-java/javax-inject:0
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${CDEPEND}
- || ( virtual/jre:1.7 virtual/jre:1.6 )"
-DEPEND="${CDEPEND}
- app-arch/unzip
- virtual/jdk:1.7" # https://code.google.com/p/guava-libraries/issues/detail?id=635
-
-JAVA_GENTOO_CLASSPATH="jsr305,javax-inject"
diff --git a/dev-java/guava/guava-18.0.ebuild b/dev-java/guava/guava-18.0.ebuild
deleted file mode 100644
index 7fe1f860d83d..000000000000
--- a/dev-java/guava/guava-18.0.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-JAVA_PKG_IUSE="doc source"
-
-inherit java-pkg-2 java-pkg-simple
-
-DESCRIPTION="A collection of Google's core Java libraries"
-HOMEPAGE="https://code.google.com/p/guava-libraries/ https://github.com/google/guava"
-SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/${PN}/${PN}/${PV}/${P}-sources.jar"
-
-LICENSE="Apache-2.0"
-SLOT="18"
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos"
-
-CDEPEND="
- dev-java/javax-inject:0
- dev-java/jsr305:0
- java-virtuals/jdk-with-com-sun:0"
-RDEPEND="${CDEPEND}
- || ( virtual/jre:1.7 virtual/jre:1.6 )"
-DEPEND="${CDEPEND}
- app-arch/unzip
- virtual/jdk:1.7" # https://code.google.com/p/guava-libraries/issues/detail?id=635
-
-JAVA_GENTOO_CLASSPATH="jsr305,javax-inject"