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 36C7F1382C5 for ; Sun, 17 Jan 2021 04:10:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 39843E0821; Sun, 17 Jan 2021 04:10:36 +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 194BCE0821 for ; Sun, 17 Jan 2021 04:10:36 +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 69052340F62 for ; Sun, 17 Jan 2021 04:10:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5DD6496 for ; Sun, 17 Jan 2021 04:10:32 +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: <1610856620.19287c46f35602227780d8081ed1a08f9670f060.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-unison/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-eselect/eselect-unison/eselect-unison-0.4.ebuild X-VCS-Directories: app-eselect/eselect-unison/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 19287c46f35602227780d8081ed1a08f9670f060 X-VCS-Branch: master Date: Sun, 17 Jan 2021 04:10:32 +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: 4f7cf15c-3a3e-4cff-9776-0c1709cd20b4 X-Archives-Hash: 266b91a1c96d3dc27752b1bbd18a4431 commit: 19287c46f35602227780d8081ed1a08f9670f060 Author: Sam James gentoo org> AuthorDate: Sun Jan 17 03:29:38 2021 +0000 Commit: Sam James gentoo org> CommitDate: Sun Jan 17 04:10:20 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19287c46 app-eselect/eselect-unison: fix RedundantDodir Package-Manager: Portage-3.0.12.0.2-prefix, Repoman-3.0.2 Signed-off-by: Sam James gentoo.org> app-eselect/eselect-unison/eselect-unison-0.4.ebuild | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild index 6246a68d7f0..27cf985a638 100644 --- a/app-eselect/eselect-unison/eselect-unison-0.4.ebuild +++ b/app-eselect/eselect-unison/eselect-unison-0.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -11,15 +11,13 @@ S="${WORKDIR}" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~arm ppc x86 ~amd64-linux ~x86-linux" -IUSE="" -DEPEND="" RDEPEND=">=app-admin/eselect-1.2.3" src_install() { local MODULEDIR="/usr/share/eselect/modules" local MODULE="unison" - dodir ${MODULEDIR} + insinto ${MODULEDIR} newins "${FILESDIR}/${MODULE}.eselect-${PVR}" ${MODULE}.eselect }