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 06BAD138359 for ; Sat, 26 Sep 2020 20:44:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 47ED4E0848; Sat, 26 Sep 2020 20:44:42 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 31F83E0848 for ; Sat, 26 Sep 2020 20:44:42 +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 47784335DA1 for ; Sat, 26 Sep 2020 20:44:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0B8BEC for ; Sat, 26 Sep 2020 20:44:39 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1601153063.a9b1f753824f1f3b9c921e2fa138b7f92a50c1ea.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-proxy/rejik/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-proxy/rejik/rejik-3.2.10.ebuild net-proxy/rejik/rejik-3.2.11.ebuild X-VCS-Directories: net-proxy/rejik/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: a9b1f753824f1f3b9c921e2fa138b7f92a50c1ea X-VCS-Branch: master Date: Sat, 26 Sep 2020 20:44:39 +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: d6f5c820-8568-45d9-b85e-63d348294644 X-Archives-Hash: 3cdee3e659dcba4e46e7557d4c01af01 commit: a9b1f753824f1f3b9c921e2fa138b7f92a50c1ea Author: Sam James gentoo org> AuthorDate: Sat Sep 26 20:44:23 2020 +0000 Commit: Sam James gentoo org> CommitDate: Sat Sep 26 20:44:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9b1f753 net-proxy/rejik: fix RedundantDodir Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sam James gentoo.org> net-proxy/rejik/rejik-3.2.10.ebuild | 2 -- net-proxy/rejik/rejik-3.2.11.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/net-proxy/rejik/rejik-3.2.10.ebuild b/net-proxy/rejik/rejik-3.2.10.ebuild index 9a336dac0fd..e566d009210 100644 --- a/net-proxy/rejik/rejik-3.2.10.ebuild +++ b/net-proxy/rejik/rejik-3.2.10.ebuild @@ -40,7 +40,6 @@ src_prepare() { } src_install() { - dodir /opt/rejik exeinto /opt/rejik insinto /opt/rejik @@ -48,7 +47,6 @@ src_install() { doexe redirector doins redirector.conf.dist - dodir /opt/rejik/tools insinto /opt/rejik/tools exeinto /opt/rejik/tools diff --git a/net-proxy/rejik/rejik-3.2.11.ebuild b/net-proxy/rejik/rejik-3.2.11.ebuild index b7da9c359d0..da5a1a17a73 100644 --- a/net-proxy/rejik/rejik-3.2.11.ebuild +++ b/net-proxy/rejik/rejik-3.2.11.ebuild @@ -43,7 +43,6 @@ src_prepare() { } src_install() { - dodir /opt/rejik exeinto /opt/rejik insinto /opt/rejik @@ -51,7 +50,6 @@ src_install() { doexe redirector doins redirector.conf.dist - dodir /opt/rejik/tools insinto /opt/rejik/tools exeinto /opt/rejik/tools