diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 19:24:54 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-23 19:24:54 +0000 |
commit | 21ef18f28e3f5c012914c0a43d0424ae89bce3ae (patch) | |
tree | 251c525462c8ace5aaae3aaaa00cc27d5fb61f22 /app-editors | |
parent | autoconf/gettext fixes (diff) | |
download | gentoo-2-21ef18f28e3f5c012914c0a43d0424ae89bce3ae.tar.gz gentoo-2-21ef18f28e3f5c012914c0a43d0424ae89bce3ae.tar.bz2 gentoo-2-21ef18f28e3f5c012914c0a43d0424ae89bce3ae.zip |
Removed bootcd USE flag
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 49 | ||||
-rw-r--r-- | app-editors/nano/nano-1.0.8-r1.ebuild | 6 | ||||
-rw-r--r-- | app-editors/nano/nano-1.0.9.ebuild | 6 |
3 files changed, 31 insertions, 30 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 4b8e3fac86df..5a5078da791b 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,45 +1,46 @@ # ChangeLog for app-editors/nano # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.6 2002/09/25 23:41:47 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.7 2002/10/23 19:24:54 vapier Exp $ *nano-1.0.9 (25 Sep 2002) + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Removed bootcd USE flag + 25 Sep 2002; Mike Frysinger <vapier@gentoo.org> : bumped version *nano-1.0.8-r1 (12 Mar 2002) - 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : + Removed bootcd USE flag + 15 Jul 2002; Owen Stampflee <owen@gentoo.org> : Added KEYWORDS. + 11 Apr 2002; Seemant Kulleen <seemant@gentoo.org> nano-1.0.8-r1.ebuild : - 11 Apr 2002; Seemant Kulleen <seemant@gentoo.org> nano-1.0.8-r1.ebuild : - - I did not bump the revision number of this, but I added a flag to - disable text wrapping as root, for when nano is built for the bootcd - or build environments. This means that the nano -w instruction in - our Gentoo Installation docs will need to be adjusted to just say - "nano" now. Thanks to chrisa@asty.org (Chris Allegretta) in bug - # 1565 + I did not bump the revision number of this, but I added a flag to + disable text wrapping as root, for when nano is built for the bootcd + or build environments. This means that the nano -w instruction in + our Gentoo Installation docs will need to be adjusted to just say + "nano" now. Thanks to chrisa@asty.org (Chris Allegretta) in bug + # 1565 - 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> - - Add USE-conditional nls compilation + 12 Mar 2002; Seemant Kulleen <seemant@gentoo.org> + Add USE-conditional nls compilation *nano-1.0.8 (20 Feb 2002) - 20 Feb 2002; Aron Griffis <agriffis@gentoo.org> nano-1.0.8.ebuild : - - Updated to 1.0.8. Added USE-conditional slang compilation. + 20 Feb 2002; Aron Griffis <agriffis@gentoo.org> nano-1.0.8.ebuild : + Updated to 1.0.8. Added USE-conditional slang compilation. *nano-1.0.6 (1 Feb 2002) - 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : - - Added initial ChangeLog which should be updated whenever the package is - updated in any way. This changelog is targetted to users. This means that - the comments should well explained and written in clean English. The - details about writing correct changelogs are explained in the - skel.ChangeLog file which you can find in the root directory of the - portage repository. + 1 Feb 2002; G.Bevin <gbevin@gentoo.org> ChangeLog : + Added initial ChangeLog which should be updated whenever the package is + updated in any way. This changelog is targetted to users. This means that + the comments should well explained and written in clean English. The + details about writing correct changelogs are explained in the + skel.ChangeLog file which you can find in the root directory of the + portage repository. diff --git a/app-editors/nano/nano-1.0.8-r1.ebuild b/app-editors/nano/nano-1.0.8-r1.ebuild index 1efe818ac594..fdddbbac3ae8 100644 --- a/app-editors/nano/nano-1.0.8-r1.ebuild +++ b/app-editors/nano/nano-1.0.8-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.12 2002/10/20 18:37:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.8-r1.ebuild,v 1.13 2002/10/23 19:23:33 vapier Exp $ IUSE="nls build slang" @@ -24,7 +24,7 @@ src_compile() { use slang && myconf="${myconf} --with-slang" use nls || myconf="${myconf} --disable-nls" - if use bootcd || use build ; then + if use build ; then myconf="${myconf} --disable-wrapping-as-root" fi @@ -44,7 +44,7 @@ src_install () { DESTDIR=${D} \ install || die - if use bootcd || use build; then + if use build; then rm -rf ${D}/usr/share else dodoc COPYING ChangeLog README diff --git a/app-editors/nano/nano-1.0.9.ebuild b/app-editors/nano/nano-1.0.9.ebuild index 0aef49852e95..07ccd47d5c4c 100644 --- a/app-editors/nano/nano-1.0.9.ebuild +++ b/app-editors/nano/nano-1.0.9.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.9.ebuild,v 1.5 2002/10/20 18:37:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.0.9.ebuild,v 1.6 2002/10/23 19:23:50 vapier Exp $ IUSE="nls build slang" @@ -24,7 +24,7 @@ src_compile() { use slang && myconf="${myconf} --with-slang" use nls || myconf="${myconf} --disable-nls" - if use bootcd || use build ; then + if use build ; then myconf="${myconf} --disable-wrapping-as-root" fi @@ -44,7 +44,7 @@ src_install () { DESTDIR=${D} \ install || die - if use bootcd || use build; then + if use build; then rm -rf ${D}/usr/share else dodoc COPYING ChangeLog README |