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 ECC7C1396D0 for ; Sat, 16 Sep 2017 12:28:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8612A1FC118; Sat, 16 Sep 2017 12:27:52 +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 6214C1FC118 for ; Sat, 16 Sep 2017 12:27:52 +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 796AF34105A for ; Sat, 16 Sep 2017 12:27:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A3C059087 for ; Sat, 16 Sep 2017 12:27:48 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1505564825.2b12edf9f652c42fadb6a1872a002cb42bd6debf.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-vcs/subversion/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-vcs/subversion/metadata.xml dev-vcs/subversion/subversion-1.8.18.ebuild dev-vcs/subversion/subversion-1.9.7.ebuild X-VCS-Directories: dev-vcs/subversion/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b12edf9f652c42fadb6a1872a002cb42bd6debf X-VCS-Branch: master Date: Sat, 16 Sep 2017 12:27:48 +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: 38532faa-7cde-45e2-9ecf-3a2c7e7deef5 X-Archives-Hash: 4e714a26df54af9bc5585a1a94c33c0f commit: 2b12edf9f652c42fadb6a1872a002cb42bd6debf Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Sep 16 12:20:58 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Sep 16 12:27:05 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b12edf9 dev-vcs/subversion: Drop references to last-rited package Package-Manager: Portage-2.3.8, Repoman-2.3.3 dev-vcs/subversion/metadata.xml | 2 +- dev-vcs/subversion/subversion-1.8.18.ebuild | 5 +---- dev-vcs/subversion/subversion-1.9.7.ebuild | 5 +---- 3 files changed, 3 insertions(+), 9 deletions(-) diff --git a/dev-vcs/subversion/metadata.xml b/dev-vcs/subversion/metadata.xml index 112e883a106..a8dc2a284cc 100644 --- a/dev-vcs/subversion/metadata.xml +++ b/dev-vcs/subversion/metadata.xml @@ -10,6 +10,6 @@ Enable runtime module search Install extra scripts (examples, tools, hooks) Enable http support using net-libs/serf - Enable encrypted storage of passwords with kde-apps/kwalletd + Enable encrypted storage of passwords with kde-frameworks/kwallet diff --git a/dev-vcs/subversion/subversion-1.8.18.ebuild b/dev-vcs/subversion/subversion-1.8.18.ebuild index 663a46742ac..11446afe5dc 100644 --- a/dev-vcs/subversion/subversion-1.8.18.ebuild +++ b/dev-vcs/subversion/subversion-1.8.18.ebuild @@ -41,10 +41,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) - kwallet? ( || ( - ( >=kde-frameworks/kwallet-5.34.0-r1 ) - ( kde-apps/kwalletd:4 ) - ) ) + kwallet? ( >=kde-frameworks/kwallet-5.34.0-r1 ) nls? ( virtual/libintl ) perl? ( dev-perl/URI )" # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once diff --git a/dev-vcs/subversion/subversion-1.9.7.ebuild b/dev-vcs/subversion/subversion-1.9.7.ebuild index 0d83b616b84..f3c2697e04c 100644 --- a/dev-vcs/subversion/subversion-1.9.7.ebuild +++ b/dev-vcs/subversion/subversion-1.9.7.ebuild @@ -41,10 +41,7 @@ COMMON_DEPEND=" RDEPEND="${COMMON_DEPEND} apache2? ( www-servers/apache[apache2_modules_dav] ) java? ( >=virtual/jre-1.5 ) - kwallet? ( || ( - ( >=kde-frameworks/kwallet-5.34.0-r1 ) - ( kde-apps/kwalletd:4 ) - ) ) + kwallet? ( >=kde-frameworks/kwallet-5.34.0-r1 ) nls? ( virtual/libintl ) perl? ( dev-perl/URI )" # Note: ctypesgen doesn't need PYTHON_USEDEP, it's used once