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 002EA138350 for ; Thu, 16 Jan 2020 05:49:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1ED95E08F9; Thu, 16 Jan 2020 05:49:30 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DA90FE08F9 for ; Thu, 16 Jan 2020 05:49:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6F73E34E101 for ; Thu, 16 Jan 2020 05:49:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0895C89 for ; Thu, 16 Jan 2020 05:49:26 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1579153695.967fab266a2942f3c6d068b8c43b92bbb5a9ee2f.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-vpn/i2p/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-vpn/i2p/i2p-0.9.44-r1.ebuild net-vpn/i2p/i2p-0.9.44.ebuild X-VCS-Directories: net-vpn/i2p/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 967fab266a2942f3c6d068b8c43b92bbb5a9ee2f X-VCS-Branch: master Date: Thu, 16 Jan 2020 05:49:26 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fe45db75-501b-44a0-b7d9-52e4ce522873 X-Archives-Hash: 49414d2c0ad1bb468f3fdbd68316ed72 commit: 967fab266a2942f3c6d068b8c43b92bbb5a9ee2f Author: Joonas Niilola gentoo org> AuthorDate: Thu Jan 16 05:46:32 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Thu Jan 16 05:48:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=967fab26 net-vpn/i2p: adhere to java-utils-2.eclass with 0.9.44 Closes: https://bugs.gentoo.org/705520 Signed-off-by: Joonas Niilola gentoo.org> net-vpn/i2p/{i2p-0.9.44.ebuild => i2p-0.9.44-r1.ebuild} | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/net-vpn/i2p/i2p-0.9.44.ebuild b/net-vpn/i2p/i2p-0.9.44-r1.ebuild similarity index 98% rename from net-vpn/i2p/i2p-0.9.44.ebuild rename to net-vpn/i2p/i2p-0.9.44-r1.ebuild index ae09784ef1b..dd7373b40f1 100644 --- a/net-vpn/i2p/i2p-0.9.44.ebuild +++ b/net-vpn/i2p/i2p-0.9.44-r1.ebuild @@ -18,7 +18,7 @@ IUSE="nls test" RESTRICT="!test? ( test )" # dev-java/ant-core is automatically added due to java-ant-2.eclass -COMMON_DEPEND=" +CP_DEPEND=" dev-java/bcprov:1.50 dev-java/jrobin:0 dev-java/slf4j-api:0 @@ -30,7 +30,7 @@ COMMON_DEPEND=" java-virtuals/servlet-api:3.1 " -DEPEND="${COMMON_DEPEND} +DEPEND="${CP_DEPEND} dev-java/eclipse-ecj:* nls? ( >=sys-devel/gettext-0.19 ) virtual/jdk:1.8 @@ -42,7 +42,7 @@ DEPEND="${COMMON_DEPEND} ) " -RDEPEND="${COMMON_DEPEND} +RDEPEND="${CP_DEPEND} acct-user/i2p acct-group/i2p virtual/jre:1.8