diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-05-10 10:28:58 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-05-10 10:28:58 +0000 |
commit | 9f4d6f6453b65aea5bbd902b6db4366586f1d63e (patch) | |
tree | 4d98dc9a1eed5478c3d38a5d8a5e4c4c11cff1a4 /app-editors/nano | |
parent | Add awk syntax #220821 by Donnie Berkholz and xml/css #163723 by Jan Vansteen... (diff) | |
download | gentoo-2-9f4d6f6453b65aea5bbd902b6db4366586f1d63e.tar.gz gentoo-2-9f4d6f6453b65aea5bbd902b6db4366586f1d63e.tar.bz2 gentoo-2-9f4d6f6453b65aea5bbd902b6db4366586f1d63e.zip |
Fix spell configure flag: it is --enable-speller, not --enable-spell.
(Portage version: 2.2_pre5)
Diffstat (limited to 'app-editors/nano')
-rw-r--r-- | app-editors/nano/ChangeLog | 7 | ||||
-rw-r--r-- | app-editors/nano/nano-1.2.5.ebuild | 8 | ||||
-rw-r--r-- | app-editors/nano/nano-1.3.12-r1.ebuild | 8 | ||||
-rw-r--r-- | app-editors/nano/nano-2.0.7.ebuild | 4 | ||||
-rw-r--r-- | app-editors/nano/nano-2.1.0.ebuild | 4 | ||||
-rw-r--r-- | app-editors/nano/nano-2.1.1-r1.ebuild | 4 | ||||
-rw-r--r-- | app-editors/nano/nano-2.1.1.ebuild | 4 |
7 files changed, 22 insertions, 17 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index d56af3ba2af4..a1cab301d22d 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-editors/nano # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.187 2008/05/10 10:23:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.188 2008/05/10 10:28:58 vapier Exp $ + + 10 May 2008; Mike Frysinger <vapier@gentoo.org> nano-1.2.5.ebuild, + nano-1.3.12-r1.ebuild, nano-2.0.7.ebuild, nano-2.1.0.ebuild, + nano-2.1.1.ebuild, nano-2.1.1-r1.ebuild: + Fix spell configure flag: it is --enable-speller, not --enable-spell. *nano-2.1.1-r1 (10 May 2008) diff --git a/app-editors/nano/nano-1.2.5.ebuild b/app-editors/nano/nano-1.2.5.ebuild index d6ade902cb05..89259ea392a2 100644 --- a/app-editors/nano/nano-1.2.5.ebuild +++ b/app-editors/nano/nano-1.2.5.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.5 2007/10/10 06:07:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.6 2008/05/10 10:28:58 vapier Exp $ inherit eutils @@ -31,7 +31,7 @@ src_compile() { --enable-multibuffer \ --enable-nanorc \ $(use_enable justify) \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable debug) \ $(use_enable nls) \ ${myconf} \ @@ -40,7 +40,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die if use build ; then rm -r "${D}"/usr/share diff --git a/app-editors/nano/nano-1.3.12-r1.ebuild b/app-editors/nano/nano-1.3.12-r1.ebuild index 38956251bcf0..266a90b23996 100644 --- a/app-editors/nano/nano-1.3.12-r1.ebuild +++ b/app-editors/nano/nano-1.3.12-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.18 2007/10/10 06:07:36 opfer Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v 1.19 2008/05/10 10:28:58 vapier Exp $ #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano" #ECVS_MODULE="nano" @@ -47,7 +47,7 @@ src_compile() { --enable-multibuffer \ --enable-nanorc \ --disable-wrapping-as-root \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ @@ -59,7 +59,7 @@ src_compile() { } src_install() { - make DESTDIR="${D}" install || die + emake DESTDIR="${D}" install || die dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO dohtml *.html diff --git a/app-editors/nano/nano-2.0.7.ebuild b/app-editors/nano/nano-2.0.7.ebuild index 72016beda4ad..b7806a85a397 100644 --- a/app-editors/nano/nano-2.0.7.ebuild +++ b/app-editors/nano/nano-2.0.7.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.7 2008/02/26 02:20:30 rich0 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.7.ebuild,v 1.8 2008/05/10 10:28:58 vapier Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -46,7 +46,7 @@ src_compile() { --enable-multibuffer \ --enable-nanorc \ --disable-wrapping-as-root \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ diff --git a/app-editors/nano/nano-2.1.0.ebuild b/app-editors/nano/nano-2.1.0.ebuild index 10d8702eb424..9149a001a802 100644 --- a/app-editors/nano/nano-2.1.0.ebuild +++ b/app-editors/nano/nano-2.1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.2 2008/03/29 20:15:07 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.0.ebuild,v 1.3 2008/05/10 10:28:58 vapier Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -46,7 +46,7 @@ src_compile() { $(use_enable !minimal multibuffer) \ $(use_enable !minimal nanorc) \ --disable-wrapping-as-root \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ diff --git a/app-editors/nano/nano-2.1.1-r1.ebuild b/app-editors/nano/nano-2.1.1-r1.ebuild index 48ff9eaa0683..9cef26898a8f 100644 --- a/app-editors/nano/nano-2.1.1-r1.ebuild +++ b/app-editors/nano/nano-2.1.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.1 2008/05/10 10:23:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1-r1.ebuild,v 1.2 2008/05/10 10:28:58 vapier Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -46,7 +46,7 @@ src_compile() { $(use_enable !minimal multibuffer) \ $(use_enable !minimal nanorc) \ --disable-wrapping-as-root \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ diff --git a/app-editors/nano/nano-2.1.1.ebuild b/app-editors/nano/nano-2.1.1.ebuild index e6878205a30f..e66974ca9ba5 100644 --- a/app-editors/nano/nano-2.1.1.ebuild +++ b/app-editors/nano/nano-2.1.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.3 2008/05/10 10:03:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.1.1.ebuild,v 1.4 2008/05/10 10:28:58 vapier Exp $ inherit eutils if [[ ${PV} == "9999" ]] ; then @@ -46,7 +46,7 @@ src_compile() { $(use_enable !minimal multibuffer) \ $(use_enable !minimal nanorc) \ --disable-wrapping-as-root \ - $(use_enable spell) \ + $(use_enable spell speller) \ $(use_enable justify) \ $(use_enable debug) \ $(use_enable nls) \ |