diff options
author | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 19:41:15 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2008-07-28 19:41:15 +0000 |
commit | 8853351332c3ada0b54c8ca5a29949de14bba58e (patch) | |
tree | 131df18faf9166821108b081b93b15f622611310 /app-editors | |
parent | add GLEP 56 USE flag desc from use.local.desc (diff) | |
download | gentoo-2-8853351332c3ada0b54c8ca5a29949de14bba58e.tar.gz gentoo-2-8853351332c3ada0b54c8ca5a29949de14bba58e.tar.bz2 gentoo-2-8853351332c3ada0b54c8ca5a29949de14bba58e.zip |
Add USE flag description to metadata wrt GLEP 56.
(Portage version: 2.2_rc3/cvs/Linux 2.6.25-gentoo-r6 i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/nano/ChangeLog | 13 | ||||
-rw-r--r-- | app-editors/nano/metadata.xml | 3 |
2 files changed, 11 insertions, 5 deletions
diff --git a/app-editors/nano/ChangeLog b/app-editors/nano/ChangeLog index 4f08019430a8..76964db7341b 100644 --- a/app-editors/nano/ChangeLog +++ b/app-editors/nano/ChangeLog @@ -1,6 +1,9 @@ # 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.199 2008/07/01 14:44:08 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.200 2008/07/28 19:41:15 ulm Exp $ + + 28 Jul 2008; Ulrich Mueller <ulm@gentoo.org> metadata.xml: + Add USE flag description to metadata wrt GLEP 56. 01 Jul 2008; Raúl Porcel <armin76@gentoo.org> nano-2.1.2-r1.ebuild: alpha/ia64/x86 stable wrt #230001 @@ -642,7 +645,7 @@ Version bump #14521. *nano-1.0.9-r2 (01 Dec 2002) - + 18 Jan 2003; Jan Seidel <tuxus@gentoo.org> : Added mips to keywords @@ -651,7 +654,7 @@ PROVIDE virtual/editor 06 Dec 2002; Rodney Rees <manson@gentoo.org> : changed sparc ~sparc keywords - + 01 Dec 2002; Mike Frysinger <vapier@gentoo.org> : Added a symlink for /usr/bin/nano to /bin/nano #10916 @@ -674,7 +677,7 @@ bumped version *nano-1.0.8-r1 (12 Mar 2002) - + 23 Oct 2002; Mike Frysinger <vapier@gentoo.org> : Removed bootcd USE flag @@ -683,7 +686,7 @@ 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 + 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 diff --git a/app-editors/nano/metadata.xml b/app-editors/nano/metadata.xml index 4f45eab8cb0e..867f91689ec5 100644 --- a/app-editors/nano/metadata.xml +++ b/app-editors/nano/metadata.xml @@ -22,4 +22,7 @@ nano aims to solve these problems by emulating the functionality of Pico as closely as possible while addressing the problems above and perhaps providing other extra functionality. </longdescription> +<use> + <flag name='justify'>Toggle the justify option</flag> +</use> </pkgmetadata> |