Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 601060 | Differences between
and this patch

Collapse All | Expand All

(-)a/app-editors/nano/nano-2.7.1.ebuild (-4 / +5 lines)
Lines 19-25 HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_ Link Here
19
19
20
LICENSE="GPL-3"
20
LICENSE="GPL-3"
21
SLOT="0"
21
SLOT="0"
22
IUSE="debug justify +magic minimal ncurses nls slang +spell static unicode"
22
IUSE="debug justify +magic minimal ncurses nls prefix slang +spell static unicode"
23
23
24
LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
24
LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
25
	sys-libs/ncurses:0=[static-libs(+)]
25
	sys-libs/ncurses:0=[static-libs(+)]
Lines 78-84 src_install() { Link Here
78
			-e '/^# include /s:# *::' \
78
			-e '/^# include /s:# *::' \
79
			"${ED}"/etc/nanorc || die
79
			"${ED}"/etc/nanorc || die
80
	fi
80
	fi
81
81
	if ! use prefix || [[ ${PREFIX_DISABLE_USR_SPLIT} != yes ]] ; then
82
	dodir /usr/bin
82
		dodir /usr/bin
83
	dosym /bin/nano /usr/bin/nano
83
		dosym /bin/nano /usr/bin/nano
84
	fi
84
}
85
}
(-)a/app-editors/nano/nano-9999.ebuild (-4 / +5 lines)
Lines 19-25 HOMEPAGE="https://www.nano-editor.org/ https://wiki.gentoo.org/wiki/Nano/Basics_ Link Here
19
19
20
LICENSE="GPL-3"
20
LICENSE="GPL-3"
21
SLOT="0"
21
SLOT="0"
22
IUSE="debug justify +magic minimal ncurses nls slang +spell static unicode"
22
IUSE="debug justify +magic minimal ncurses nls prefix slang +spell static unicode"
23
23
24
LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
24
LIB_DEPEND=">=sys-libs/ncurses-5.9-r1:0=[unicode?]
25
	sys-libs/ncurses:0=[static-libs(+)]
25
	sys-libs/ncurses:0=[static-libs(+)]
Lines 78-84 src_install() { Link Here
78
			-e '/^# include /s:# *::' \
78
			-e '/^# include /s:# *::' \
79
			"${ED}"/etc/nanorc || die
79
			"${ED}"/etc/nanorc || die
80
	fi
80
	fi
81
81
	if ! use prefix || [[ ${PREFIX_DISABLE_USR_SPLIT} != yes ]] ; then
82
	dodir /usr/bin
82
		dodir /usr/bin
83
	dosym /bin/nano /usr/bin/nano
83
		dosym /bin/nano /usr/bin/nano
84
	fi
84
}
85
}

Return to bug 601060