From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 790321395E2 for ; Mon, 21 Nov 2016 23:10:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81387E09FF; Mon, 21 Nov 2016 23:10:53 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6A10EE09FF for ; Mon, 21 Nov 2016 23:10:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 98B0834114A for ; Mon, 21 Nov 2016 23:10:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44D914A6 for ; Mon, 21 Nov 2016 23:10:50 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1479769756.24754c8a26870665d33d9c18dc76d6d51fa32e04.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-java/reflections/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-java/reflections/reflections-0.9.10-r1.ebuild dev-java/reflections/reflections-0.9.10.ebuild X-VCS-Directories: dev-java/reflections/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 24754c8a26870665d33d9c18dc76d6d51fa32e04 X-VCS-Branch: master Date: Mon, 21 Nov 2016 23:10:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: eda59e3e-dc5a-4db0-baf6-6ac1f3e3e6df X-Archives-Hash: 6ceb992d8c3f63c6cbfcf63991cf7b29 commit: 24754c8a26870665d33d9c18dc76d6d51fa32e04 Author: James Le Cuirot gentoo org> AuthorDate: Mon Nov 21 23:09:16 2016 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Mon Nov 21 23:09:16 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=24754c8a dev-java/reflections: Use newer guava SLOT, EAPI bump to 6 Package-Manager: portage-2.3.2 ...eflections-0.9.10.ebuild => reflections-0.9.10-r1.ebuild} | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/dev-java/reflections/reflections-0.9.10.ebuild b/dev-java/reflections/reflections-0.9.10-r1.ebuild 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 658d921..6cde882 100644 --- a/dev-java/reflections/reflections-0.9.10.ebuild +++ b/dev-java/reflections/reflections-0.9.10-r1.ebuild @@ -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"