public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-06 19:56 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2012-09-06 19:56 UTC (permalink / raw
  To: gentoo-commits

vapier      12/09/06 19:56:01

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  Make man-html removal non-fatal #432958 by Oleg.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.1&r2=1.2

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nano-2.3.1-r2.ebuild	26 Aug 2012 03:24:37 -0000	1.1
+++ nano-2.3.1-r2.ebuild	6 Sep 2012 19:56:00 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.1 2012/08/26 03:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.2 2012/09/06 19:56:00 vapier Exp $
 
 EAPI="3"
 
@@ -56,7 +56,7 @@
 
 src_install() {
 	emake DESTDIR="${D}" install || die
-	rm -r "${ED}"/usr/share/nano/man-html || die
+	rm -rf "${ED}"/usr/share/nano/man-html
 
 	dodoc ChangeLog README doc/nanorc.sample AUTHORS BUGS NEWS TODO
 	dohtml doc/faq.html



1.278                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.278&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.278&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.277&r2=1.278

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.277
retrieving revision 1.278
diff -u -r1.277 -r1.278
--- ChangeLog	26 Aug 2012 03:24:37 -0000	1.277
+++ ChangeLog	6 Sep 2012 19:56:00 -0000	1.278
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.277 2012/08/26 03:24:37 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.278 2012/09/06 19:56:00 vapier Exp $
+
+  06 Sep 2012; Mike Frysinger <vapier@gentoo.org> nano-2.3.1-r2.ebuild:
+  Make man-html removal non-fatal #432958 by Oleg.
 
 *nano-2.3.1-r2 (26 Aug 2012)
 





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-10 19:54 Mike Frysinger (vapier)
  0 siblings, 0 replies; 7+ messages in thread
From: Mike Frysinger (vapier) @ 2012-09-10 19:54 UTC (permalink / raw
  To: gentoo-commits

vapier      12/09/10 19:54:40

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  Move GDP documentation to HOMEPAGE so emerge is less spammy.
  
  (Portage version: 2.2.0_alpha120/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.2&r2=1.3

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- nano-2.3.1-r2.ebuild	6 Sep 2012 19:56:00 -0000	1.2
+++ nano-2.3.1-r2.ebuild	10 Sep 2012 19:54:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.2 2012/09/06 19:56:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.3 2012/09/10 19:54:40 vapier Exp $
 
 EAPI="3"
 
@@ -14,7 +14,7 @@
 fi
 
 DESCRIPTION="GNU GPL'd Pico clone with more functionality"
-HOMEPAGE="http://www.nano-editor.org/"
+HOMEPAGE="http://www.nano-editor.org/ http://www.gentoo.org/doc/en/nano-basics-guide.xml"
 
 LICENSE="GPL-3"
 SLOT="0"
@@ -66,8 +66,3 @@
 	dodir /usr/bin
 	dosym /bin/nano /usr/bin/nano
 }
-
-pkg_postinst() {
-	einfo "More helpful info about nano, visit the GDP page:"
-	einfo "http://www.gentoo.org/doc/en/nano-basics-guide.xml"
-}



1.279                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.279&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.279&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.278&r2=1.279

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.278
retrieving revision 1.279
diff -u -r1.278 -r1.279
--- ChangeLog	6 Sep 2012 19:56:00 -0000	1.278
+++ ChangeLog	10 Sep 2012 19:54:40 -0000	1.279
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.278 2012/09/06 19:56:00 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.279 2012/09/10 19:54:40 vapier Exp $
+
+  10 Sep 2012; Mike Frysinger <vapier@gentoo.org> nano-2.3.1-r2.ebuild:
+  Move GDP documentation to HOMEPAGE so emerge is less spammy.
 
   06 Sep 2012; Mike Frysinger <vapier@gentoo.org> nano-2.3.1-r2.ebuild:
   Make man-html removal non-fatal #432958 by Oleg.





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-26 11:15 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-26 11:15 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/26 11:15:08

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  Stable for AMD64, wrt bug #436126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.4&r2=1.5

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nano-2.3.1-r2.ebuild	26 Sep 2012 02:50:15 -0000	1.4
+++ nano-2.3.1-r2.ebuild	26 Sep 2012 11:15:08 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.4 2012/09/26 02:50:15 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.5 2012/09/26 11:15:08 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]



1.281                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.281&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.281&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.280&r2=1.281

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.280
retrieving revision 1.281
diff -u -r1.280 -r1.281
--- ChangeLog	26 Sep 2012 02:50:14 -0000	1.280
+++ ChangeLog	26 Sep 2012 11:15:08 -0000	1.281
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.280 2012/09/26 02:50:14 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.281 2012/09/26 11:15:08 ago Exp $
+
+  26 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nano-2.3.1-r2.ebuild:
+  Stable for AMD64, wrt bug #436126
 
   26 Sep 2012; Jeroen Roovers <jer@gentoo.org> nano-2.3.1-r2.ebuild:
   Stable for HPPA (bug #436126).





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-26 11:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 7+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-09-26 11:16 UTC (permalink / raw
  To: gentoo-commits

ago         12/09/26 11:16:48

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  Stable for X86, wrt bug #436126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.5&r2=1.6

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nano-2.3.1-r2.ebuild	26 Sep 2012 11:15:08 -0000	1.5
+++ nano-2.3.1-r2.ebuild	26 Sep 2012 11:16:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.5 2012/09/26 11:15:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.6 2012/09/26 11:16:48 ago Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]



1.282                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.282&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.282&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.281&r2=1.282

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.281
retrieving revision 1.282
diff -u -r1.281 -r1.282
--- ChangeLog	26 Sep 2012 11:15:08 -0000	1.281
+++ ChangeLog	26 Sep 2012 11:16:48 -0000	1.282
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.281 2012/09/26 11:15:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.282 2012/09/26 11:16:48 ago Exp $
+
+  26 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nano-2.3.1-r2.ebuild:
+  Stable for X86, wrt bug #436126
 
   26 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nano-2.3.1-r2.ebuild:
   Stable for AMD64, wrt bug #436126





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-27  8:47 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-27  8:47 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/27 08:47:00

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  stable arm, bug #436126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.6&r2=1.7

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- nano-2.3.1-r2.ebuild	26 Sep 2012 11:16:48 -0000	1.6
+++ nano-2.3.1-r2.ebuild	27 Sep 2012 08:47:00 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.6 2012/09/26 11:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.7 2012/09/27 08:47:00 blueness Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]



1.283                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.283&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.283&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.282&r2=1.283

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.282
retrieving revision 1.283
diff -u -r1.282 -r1.283
--- ChangeLog	26 Sep 2012 11:16:48 -0000	1.282
+++ ChangeLog	27 Sep 2012 08:47:00 -0000	1.283
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.282 2012/09/26 11:16:48 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.283 2012/09/27 08:47:00 blueness Exp $
+
+  27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nano-2.3.1-r2.ebuild:
+  stable arm, bug #436126
 
   26 Sep 2012; Agostino Sarubbo <ago@gentoo.org> nano-2.3.1-r2.ebuild:
   Stable for X86, wrt bug #436126





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2012-09-27  9:00 Anthony G. Basile (blueness)
  0 siblings, 0 replies; 7+ messages in thread
From: Anthony G. Basile (blueness) @ 2012-09-27  9:00 UTC (permalink / raw
  To: gentoo-commits

blueness    12/09/27 09:00:11

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  stable ppc ppc64, bug #436126
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.7&r2=1.8

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- nano-2.3.1-r2.ebuild	27 Sep 2012 08:47:00 -0000	1.7
+++ nano-2.3.1-r2.ebuild	27 Sep 2012 09:00:10 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.7 2012/09/27 08:47:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.8 2012/09/27 09:00:10 blueness Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]



1.284                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.284&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.284&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.283&r2=1.284

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.283
retrieving revision 1.284
diff -u -r1.283 -r1.284
--- ChangeLog	27 Sep 2012 08:47:00 -0000	1.283
+++ ChangeLog	27 Sep 2012 09:00:10 -0000	1.284
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.283 2012/09/27 08:47:00 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.284 2012/09/27 09:00:10 blueness Exp $
+
+  27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nano-2.3.1-r2.ebuild:
+  stable ppc ppc64, bug #436126
 
   27 Sep 2012; Anthony G. Basile <blueness@gentoo.org> nano-2.3.1-r2.ebuild:
   stable arm, bug #436126





^ permalink raw reply	[flat|nested] 7+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog
@ 2013-02-21  5:32 Zac Medico (zmedico)
  0 siblings, 0 replies; 7+ messages in thread
From: Zac Medico (zmedico) @ 2013-02-21  5:32 UTC (permalink / raw
  To: gentoo-commits

zmedico     13/02/21 05:32:41

  Modified:             nano-2.3.1-r2.ebuild ChangeLog
  Log:
  Add ~arm-linux keyword.
  
  (Portage version: 2.2.0_alpha163_p9/cvs/Linux i686, signed Manifest commit with key 0xFDE8EF85AE5719A3)

Revision  Changes    Path
1.10                 app-editors/nano/nano-2.3.1-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild?r1=1.9&r2=1.10

Index: nano-2.3.1-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- nano-2.3.1-r2.ebuild	30 Sep 2012 17:24:44 -0000	1.9
+++ nano-2.3.1-r2.ebuild	21 Feb 2013 05:32:41 -0000	1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.9 2012/09/30 17:24:44 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.3.1-r2.ebuild,v 1.10 2013/02/21 05:32:41 zmedico Exp $
 
 EAPI="3"
 
@@ -18,7 +18,7 @@
 
 LICENSE="GPL-3"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
 IUSE="debug justify +magic minimal ncurses nls slang spell unicode"
 
 RDEPEND=">=sys-libs/ncurses-5.9-r1[unicode?]



1.287                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.287&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?rev=1.287&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-editors/nano/ChangeLog?r1=1.286&r2=1.287

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.286
retrieving revision 1.287
diff -u -r1.286 -r1.287
--- ChangeLog	29 Nov 2012 22:01:01 -0000	1.286
+++ ChangeLog	21 Feb 2013 05:32:41 -0000	1.287
@@ -1,6 +1,9 @@
 # ChangeLog for app-editors/nano
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.286 2012/11/29 22:01:01 jlec Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.287 2013/02/21 05:32:41 zmedico Exp $
+
+  21 Feb 2013; Zac Medico <zmedico@gentoo.org> nano-2.3.1-r2.ebuild:
+  Add ~arm-linux keyword.
 
   29 Nov 2012; Justin Lecher <jlec@gentoo.org> files/gentoo.nanorc:
   Add EAPI=5 highlighting





^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-02-21  5:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-06 19:56 [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-2.3.1-r2.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2012-09-10 19:54 Mike Frysinger (vapier)
2012-09-26 11:15 Agostino Sarubbo (ago)
2012-09-26 11:16 Agostino Sarubbo (ago)
2012-09-27  8:47 Anthony G. Basile (blueness)
2012-09-27  9:00 Anthony G. Basile (blueness)
2013-02-21  5:32 Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox