chewi 15/03/08 09:43:10 Added: metadata.xml gson-2.3.1.ebuild ChangeLog Log: Migrated from java-overlay. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.1 dev-java/gson/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/metadata.xml?rev=1.1&content-type=text/plain Index: metadata.xml =================================================================== <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>java</herd> <longdescription>Gson is a Java library that can be used to convert Java Objects into their JSON representation. It can also be used to convert a JSON string to an equivalent Java object. Gson can work with arbitrary Java objects including pre-existing objects that you do not have source-code of.</longdescription> </pkgmetadata> 1.1 dev-java/gson/gson-2.3.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/gson-2.3.1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/gson-2.3.1.ebuild?rev=1.1&content-type=text/plain Index: gson-2.3.1.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/gson/gson-2.3.1.ebuild,v 1.1 2015/03/08 09:43:10 chewi Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java library to convert JSON to Java objects and vice-versa" HOMEPAGE="http://code.google.com/p/google-gson/" SRC_URI="http://search.maven.org/remotecontent?filepath=com/google/code/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="Apache-2.0" SLOT="2.2.2" KEYWORDS="~amd64" IUSE="" DEPEND=">=virtual/jdk-1.5 app-arch/unzip" RDEPEND=">=virtual/jre-1.5" 1.1 dev-java/gson/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/gson/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-java/gson # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/gson/ChangeLog,v 1.1 2015/03/08 09:43:10 chewi Exp $ *gson-2.3.1 (08 Mar 2015) 08 Mar 2015; James Le Cuirot <ch...@gentoo.org> +gson-2.3.1.ebuild, +metadata.xml: Migrated from java-overlay.