chewi 15/03/19 23:25:25 Added: reflections-0.9.9.ebuild metadata.xml ChangeLog Log: New package. Required for testing the latest dev-java/jna. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 9C6D7DE4)
Revision Changes Path 1.1 dev-java/reflections/reflections-0.9.9.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/reflections-0.9.9.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/reflections-0.9.9.ebuild?rev=1.1&content-type=text/plain Index: reflections-0.9.9.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/reflections/reflections-0.9.9.ebuild,v 1.1 2015/03/19 23:25:25 chewi Exp $ EAPI=5 JAVA_PKG_IUSE="doc source" inherit java-pkg-2 java-pkg-simple DESCRIPTION="Java runtime metadata analysis" HOMEPAGE="http://code.google.com/p/reflections/" SRC_URI="http://search.maven.org/remotecontent?filepath=org/${PN}/${PN}/${PV}/${P}-sources.jar" LICENSE="WTFPL-2" SLOT="0" KEYWORDS="~amd64" IUSE="" CDEPEND="dev-java/commons-vfs:2 dev-java/dom4j:1 dev-java/gson:2.2.2 dev-java/guava:18 dev-java/javassist:3 dev-java/jsr305:0 dev-java/slf4j-api:0 dev-java/tomcat-servlet-api:3.1" RDEPEND=">=virtual/jre-1.6 ${CDEPEND}" DEPEND=">=virtual/jdk-1.6 ${CDEPEND} app-arch/unzip" JAVA_GENTOO_CLASSPATH="commons-vfs-2,dom4j-1,gson-2.2.2,guava-18,javassist-3,jsr305,slf4j-api,tomcat-servlet-api-3.1" 1.1 dev-java/reflections/metadata.xml file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/metadata.xml?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/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>Reflections scans your classpath, indexes the metadata, allows you to query it on runtime and may save and collect that information for many modules within your project.</longdescription> </pkgmetadata> 1.1 dev-java/reflections/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/ChangeLog?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-java/reflections/ChangeLog?rev=1.1&content-type=text/plain Index: ChangeLog =================================================================== # ChangeLog for dev-java/reflections # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: /var/cvsroot/gentoo-x86/dev-java/reflections/ChangeLog,v 1.1 2015/03/19 23:25:25 chewi Exp $ *reflections-0.9.9 (19 Mar 2015) 19 Mar 2015; James Le Cuirot <ch...@gentoo.org> +metadata.xml, +reflections-0.9.9.ebuild: New package. Required for testing the latest dev-java/jna.