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 D62DB139694 for ; Sun, 7 May 2017 09:08:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C50B1E0D0E; Sun, 7 May 2017 09:08:22 +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 9C961E0D0E for ; Sun, 7 May 2017 09:08:22 +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 8A82A3416AD for ; Sun, 7 May 2017 09:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C090743E for ; Sun, 7 May 2017 09:08:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1494148098.69bbdfc9b133a5b144d007289399d2db1008f672.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/tigervnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild X-VCS-Directories: net-misc/tigervnc/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 69bbdfc9b133a5b144d007289399d2db1008f672 X-VCS-Branch: master Date: Sun, 7 May 2017 09:08:20 +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: 3a98f4bd-ba48-4e85-80a7-0ff287e5f79d X-Archives-Hash: cc0fb4149ec47a44e2fa197e1052526c commit: 69bbdfc9b133a5b144d007289399d2db1008f672 Author: Takuto Yoshida gmail com> AuthorDate: Wed May 3 14:50:15 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun May 7 09:08:18 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69bbdfc9 net-misc/tigervnc: Always install vncpasswd, #609394 Closes: https://github.com/gentoo/gentoo/pull/4538 Package-Manager: Portage-2.3.3, Repoman-2.3.2 .../tigervnc/{tigervnc-1.7.1-r3.ebuild => tigervnc-1.7.1-r4.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild similarity index 98% rename from net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild rename to net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild index 70f9de6670b..40b8ab883d8 100644 --- a/net-misc/tigervnc/tigervnc-1.7.1-r3.ebuild +++ b/net-misc/tigervnc/tigervnc-1.7.1-r4.ebuild @@ -184,7 +184,7 @@ src_install() { else local f cd "${ED}" || die - for f in vncserver vncpasswd x0vncserver vncconfig; do + for f in vncserver x0vncserver vncconfig; do rm usr/bin/$f || die rm usr/share/man/man1/$f.1 || die done