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 5ABBB138359 for ; Sat, 15 Aug 2020 16:29:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 88821E076B; Sat, 15 Aug 2020 16:29:54 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 6FC96E076B for ; Sat, 15 Aug 2020 16:29:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A78A734F1F6 for ; Sat, 15 Aug 2020 16:29:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2BEB9258 for ; Sat, 15 Aug 2020 16:29:51 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1597508987.4f0586fb53f1caacf2f7920eb0dae9fe80282c0b.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/nano/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/nano/nano-5.0-r1.ebuild app-editors/nano/nano-5.1.ebuild app-editors/nano/nano-9999.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 4f0586fb53f1caacf2f7920eb0dae9fe80282c0b X-VCS-Branch: master Date: Sat, 15 Aug 2020 16:29:51 +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: 6b2aa53e-5175-46f9-8ea2-f30543c7f88a X-Archives-Hash: 0f2971d06b218db339179d2208fb089e commit: 4f0586fb53f1caacf2f7920eb0dae9fe80282c0b Author: Lars Wendler gentoo org> AuthorDate: Sat Aug 15 16:29:24 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sat Aug 15 16:29:47 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f0586fb app-editors/nano: Don't move configs with USE="minimal" Reported-by: Dragan Kašler gmail.com> Closes: https://bugs.gentoo.org/737244 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> app-editors/nano/nano-5.0-r1.ebuild | 12 ++++++------ app-editors/nano/nano-5.1.ebuild | 12 ++++++------ app-editors/nano/nano-9999.ebuild | 12 ++++++------ 3 files changed, 18 insertions(+), 18 deletions(-) diff --git a/app-editors/nano/nano-5.0-r1.ebuild b/app-editors/nano/nano-5.0-r1.ebuild index 1a12756b35a..86f22534c12 100644 --- a/app-editors/nano/nano-5.0-r1.ebuild +++ b/app-editors/nano/nano-5.0-r1.ebuild @@ -77,13 +77,13 @@ src_install() { sed -i \ -e '/^# include /s:# *::' \ "${ED}"/etc/nanorc || die - fi - # Since nano-5.0 these are no longer being "enabled" by default - # (bug #736848) - local rcdir="/usr/share/nano" - mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die - rmdir "${ED}"${rcdir}/extra || die + # Since nano-5.0 these are no longer being "enabled" by default + # (bug #736848) + local rcdir="/usr/share/nano" + mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die + rmdir "${ED}"${rcdir}/extra || die + fi use split-usr && dosym ../../bin/nano /usr/bin/nano } diff --git a/app-editors/nano/nano-5.1.ebuild b/app-editors/nano/nano-5.1.ebuild index 1a12756b35a..86f22534c12 100644 --- a/app-editors/nano/nano-5.1.ebuild +++ b/app-editors/nano/nano-5.1.ebuild @@ -77,13 +77,13 @@ src_install() { sed -i \ -e '/^# include /s:# *::' \ "${ED}"/etc/nanorc || die - fi - # Since nano-5.0 these are no longer being "enabled" by default - # (bug #736848) - local rcdir="/usr/share/nano" - mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die - rmdir "${ED}"${rcdir}/extra || die + # Since nano-5.0 these are no longer being "enabled" by default + # (bug #736848) + local rcdir="/usr/share/nano" + mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die + rmdir "${ED}"${rcdir}/extra || die + fi use split-usr && dosym ../../bin/nano /usr/bin/nano } diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 1a12756b35a..86f22534c12 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -77,13 +77,13 @@ src_install() { sed -i \ -e '/^# include /s:# *::' \ "${ED}"/etc/nanorc || die - fi - # Since nano-5.0 these are no longer being "enabled" by default - # (bug #736848) - local rcdir="/usr/share/nano" - mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die - rmdir "${ED}"${rcdir}/extra || die + # Since nano-5.0 these are no longer being "enabled" by default + # (bug #736848) + local rcdir="/usr/share/nano" + mv "${ED}"${rcdir}/extra/* "${ED}"/${rcdir}/ || die + rmdir "${ED}"${rcdir}/extra || die + fi use split-usr && dosym ../../bin/nano /usr/bin/nano }