commit: 6afd21d9b4340c875b2739ee7d8f0275914921e1 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 19:01:05 2022 +0000 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 19:03:25 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6afd21d9
app-editors/nano: drop /usr/bin/nano symlink Closes: https://bugs.gentoo.org/693244 Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org> app-editors/nano/{nano-7.0.ebuild => nano-7.0-r1.ebuild} | 4 +--- app-editors/nano/nano-9999.ebuild | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/app-editors/nano/nano-7.0.ebuild b/app-editors/nano/nano-7.0-r1.ebuild similarity index 95% rename from app-editors/nano/nano-7.0.ebuild rename to app-editors/nano/nano-7.0-r1.ebuild index 3ccb2377fa61..7cdc35604620 100644 --- a/app-editors/nano/nano-7.0.ebuild +++ b/app-editors/nano/nano-7.0-r1.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_ LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )" SLOT="0" -IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" +IUSE="debug justify magic minimal ncurses nls +spell static unicode" LIB_DEPEND=" >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] @@ -97,8 +97,6 @@ src_install() { insinto "${rcdir}" newins "${FILESDIR}/gentoo.nanorc-r1" gentoo.nanorc fi - - use split-usr && dosym ../../bin/nano /usr/bin/nano } pkg_postrm() { diff --git a/app-editors/nano/nano-9999.ebuild b/app-editors/nano/nano-9999.ebuild index 3ccb2377fa61..7cdc35604620 100644 --- a/app-editors/nano/nano-9999.ebuild +++ b/app-editors/nano/nano-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_ LICENSE="GPL-3+ LGPL-2.1+ || ( GPL-3+ FDL-1.2+ )" SLOT="0" -IUSE="debug justify magic minimal ncurses nls +spell +split-usr static unicode" +IUSE="debug justify magic minimal ncurses nls +spell static unicode" LIB_DEPEND=" >=sys-libs/ncurses-5.9-r1:=[unicode(+)?] @@ -97,8 +97,6 @@ src_install() { insinto "${rcdir}" newins "${FILESDIR}/gentoo.nanorc-r1" gentoo.nanorc fi - - use split-usr && dosym ../../bin/nano /usr/bin/nano } pkg_postrm() {
