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

Collapse All | Expand All

(-)nano-2.0.7.ebuild.bak (-1 / +5 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.1 2007/12/21 06:40:59 vapier Exp $
3
# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.1 2007/12/21 06:40:59 vapier Exp $
4
4
5
inherit eutils
5
inherit eutils autotools
6
if [[ ${PV} == "9999" ]] ; then
6
if [[ ${PV} == "9999" ]] ; then
7
	ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
7
	ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
8
	ECVS_MODULE="nano"
8
	ECVS_MODULE="nano"
Lines 32-37 src_unpack() { Link Here
32
	if [[ ! -e configure ]] ; then
32
	if [[ ! -e configure ]] ; then
33
		./autogen.sh || die "autogen failed"
33
		./autogen.sh || die "autogen failed"
34
	fi
34
	fi
35
	if !(use ncurses); then
36
		epatch "${FILESDIR}"/${P}-slang-2-slotted.patch
37
		autoreconf
38
	fi
35
}
39
}
36
40
37
src_compile() {
41
src_compile() {

Return to bug 203672