radhermit 14/11/28 14:50:25 Modified: metadata.xml ChangeLog guava-18.0.ebuild Log: Add github site to HOMEPAGE and update upstream metadata. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.3 dev-java/guava/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/metadata.xml?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/metadata.xml?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/metadata.xml?r1=1.2&r2=1.3 Index: metadata.xml =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/guava/metadata.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- metadata.xml 31 Mar 2012 17:02:24 -0000 1.2 +++ metadata.xml 28 Nov 2014 14:50:25 -0000 1.3 @@ -4,6 +4,6 @@ <herd>java</herd> <longdescription lang="en">The Guava project contains several of Google's core libraries that we rely on in our Java-based projects: collections, caching, primitives support, concurrency libraries, common annotations, string processing, I/O, and so forth.</longdescription> <upstream> - <remote-id type="google-code">guava-libraries</remote-id> + <remote-id type="github">google/guava</remote-id> </upstream> </pkgmetadata> 1.14 dev-java/guava/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?rev=1.14&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?rev=1.14&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/ChangeLog?r1=1.13&r2=1.14 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- ChangeLog 20 Oct 2014 15:47:02 -0000 1.13 +++ ChangeLog 28 Nov 2014 14:50:25 -0000 1.14 @@ -1,6 +1,10 @@ # 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.13 2014/10/20 15:47:02 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/ChangeLog,v 1.14 2014/11/28 14:50:25 radhermit Exp $ + + 28 Nov 2014; Tim Harder <[email protected]> guava-18.0.ebuild, + metadata.xml: + Add github site to HOMEPAGE and update upstream metadata. *guava-18.0 (20 Oct 2014) 1.2 dev-java/guava/guava-18.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/guava-18.0.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/guava-18.0.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/guava/guava-18.0.ebuild?r1=1.1&r2=1.2 Index: guava-18.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-java/guava/guava-18.0.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- guava-18.0.ebuild 20 Oct 2014 15:47:02 -0000 1.1 +++ guava-18.0.ebuild 28 Nov 2014 14:50:25 -0000 1.2 @@ -1,6 +1,6 @@ # 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-18.0.ebuild,v 1.1 2014/10/20 15:47:02 ercpe Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-java/guava/guava-18.0.ebuild,v 1.2 2014/11/28 14:50:25 radhermit Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" @@ -8,7 +8,7 @@ inherit java-pkg-2 java-pkg-simple DESCRIPTION="A collection of Google's core Java libraries" -HOMEPAGE="http://code.google.com/p/guava-libraries/" +HOMEPAGE="http://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"
