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 B654B138359 for ; Wed, 12 Aug 2020 08:19:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DC5EBE0922; Wed, 12 Aug 2020 08:19:28 +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 BAF17E0922 for ; Wed, 12 Aug 2020 08:19:28 +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 682B534F4C7 for ; Wed, 12 Aug 2020 08:19:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E2C5422B for ; Wed, 12 Aug 2020 08:19:25 +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: <1597220360.d06046cb3bb5d3fa89066c97e9aba56175c8b019.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.0.ebuild X-VCS-Directories: app-editors/nano/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: d06046cb3bb5d3fa89066c97e9aba56175c8b019 X-VCS-Branch: master Date: Wed, 12 Aug 2020 08:19:25 +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: 000d746d-afb9-437a-8ea1-0f89bf6dc7f8 X-Archives-Hash: 1aa7ab672865f490b505b9e24b343749 commit: d06046cb3bb5d3fa89066c97e9aba56175c8b019 Author: Lars Wendler gentoo org> AuthorDate: Wed Aug 12 08:18:13 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Wed Aug 12 08:19:20 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d06046cb app-editors/nano: Revbump to re-enable some syntax files again Closes: https://bugs.gentoo.org/736848 Package-Manager: Portage-3.0.2, Repoman-2.3.23 Signed-off-by: Lars Wendler gentoo.org> app-editors/nano/{nano-5.0.ebuild => nano-5.0-r1.ebuild} | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app-editors/nano/nano-5.0.ebuild b/app-editors/nano/nano-5.0-r1.ebuild similarity index 91% rename from app-editors/nano/nano-5.0.ebuild rename to app-editors/nano/nano-5.0-r1.ebuild index e49803f3fe5..1a12756b35a 100644 --- a/app-editors/nano/nano-5.0.ebuild +++ b/app-editors/nano/nano-5.0-r1.ebuild @@ -79,5 +79,11 @@ src_install() { "${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 + use split-usr && dosym ../../bin/nano /usr/bin/nano }