radhermit 14/04/25 05:53:13 Modified: ChangeLog Added: guava-17.0.ebuild Log: Version bump. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.11 dev-java/guava/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?rev=1.11&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?rev=1.11&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?r1=1.10&r2=1.11 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- ChangeLog 13 Feb 2014 08:49:08 -0000 1.10 +++ ChangeLog 25 Apr 2014 05:53:13 -0000 1.11 @@ -1,6 +1,11 @@ # ChangeLog for dev-java/guava # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v 1.10 2014/02/13 08:49:08 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v 1.11 2014/04/25 05:53:13 radhermit Exp $ + +*guava-17.0 (25 Apr 2014) + + 25 Apr 2014; Tim Harder <[email protected]> +guava-17.0.ebuild: + Version bump. *guava-16.0.1 (13 Feb 2014) 1.1 dev-java/guava/guava-17.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/guava-17.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/guava-17.0.ebuild?rev=1.1&content-type=text/plain Index: guava-17.0.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/guava/guava-17.0.ebuild,v 1.1 2014/04/25 05:53:13 radhermit Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="A collection of Google's core Java libraries" HOMEPAGE="http://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="17" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos" COMMON_DEP=" dev-java/javax-inject:0 dev-java/jsr305:0 java-virtuals/jdk-with-com-sun:0" RDEPEND="${COMMON_DEP} >=virtual/jre-1.6" DEPEND="${COMMON_DEP} app-arch/unzip >=virtual/jdk-1.7" # http://code.google.com/p/guava-libraries/issues/detail?id=635 JAVA_GENTOO_CLASSPATH="jsr305,javax-inject"
