dev-java/reflections: Use newer guava SLOT, EAPI bump to 6
authorJames Le Cuirot <chewi@gentoo.org>
Mon, 21 Nov 2016 23:09:16 +0000 (23:09 +0000)
committerJames Le Cuirot <chewi@gentoo.org>
Mon, 21 Nov 2016 23:09:16 +0000 (23:09 +0000)
Package-Manager: portage-2.3.2

dev-java/reflections/reflections-0.9.10-r1.ebuild [moved from dev-java/reflections/reflections-0.9.10.ebuild with 75% similarity]

similarity index 75%
rename from dev-java/reflections/reflections-0.9.10.ebuild
rename to dev-java/reflections/reflections-0.9.10-r1.ebuild
index 658d921d25d4319cafc7d59546f1ee8a15b9892d..6cde882aef348b50020a7f3777387cebb73a8782 100644 (file)
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 JAVA_PKG_IUSE="doc source"
 
@@ -15,20 +15,18 @@ LICENSE="WTFPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-CDEPEND="dev-java/commons-vfs:2
+CP_DEPEND="dev-java/commons-vfs:2
        dev-java/dom4j:1
        dev-java/gson:2.6
-       dev-java/guava:18
+       dev-java/guava:20
        dev-java/javassist:3
        dev-java/jsr305:0
        dev-java/slf4j-api:0
        dev-java/tomcat-servlet-api:3.1"
 
 RDEPEND=">=virtual/jre-1.7
-       ${CDEPEND}"
+       ${CP_DEPEND}"
 
 DEPEND=">=virtual/jdk-1.7
-       ${CDEPEND}
+       ${CP_DEPEND}
        app-arch/unzip"
-
-JAVA_GENTOO_CLASSPATH="commons-vfs-2,dom4j-1,gson-2.6,guava-18,javassist-3,jsr305,slf4j-api,tomcat-servlet-api-3.1"