public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog nano-2.0.4.ebuild nano-2.0.3.ebuild nano-2.0.6.ebuild
@ 2007-10-10  6:07 Christian Faulhammer (opfer)
  0 siblings, 0 replies; only message in thread
From: Christian Faulhammer (opfer) @ 2007-10-10  6:07 UTC (permalink / raw
  To: gentoo-commits

opfer       07/10/10 06:07:36

  Modified:             nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog
                        nano-2.0.4.ebuild nano-2.0.3.ebuild
                        nano-2.0.6.ebuild
  Log:
  remove PROVIDE=virtual/editor as we have now a new-style virtual
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.5                  app-editors/nano/nano-1.2.5.ebuild

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

Index: nano-1.2.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nano-1.2.5.ebuild	30 Jul 2006 20:06:44 -0000	1.4
+++ nano-1.2.5.ebuild	10 Oct 2007 06:07:36 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 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.4 2006/07/30 20:06:44 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.2.5.ebuild,v 1.5 2007/10/10 06:07:36 opfer Exp $
 
 inherit eutils
 
@@ -17,7 +17,6 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	nls? ( sys-devel/gettext )
 	!ncurses? ( slang? ( =sys-libs/slang-1* ) )"
-PROVIDE="virtual/editor"
 
 S=${WORKDIR}/${MY_P}
 



1.18                 app-editors/nano/nano-1.3.12-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild?r1=1.17&r2=1.18

Index: nano-1.3.12-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-1.3.12-r1.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- nano-1.3.12-r1.ebuild	24 Jan 2007 02:43:53 -0000	1.17
+++ nano-1.3.12-r1.ebuild	10 Oct 2007 06:07:36 -0000	1.18
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 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.17 2007/01/24 02:43:53 genone Exp $
+# $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 $
 
 #ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
 #ECVS_MODULE="nano"
@@ -22,7 +22,6 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	nls? ( sys-devel/gettext )
 	!ncurses? ( slang? ( sys-libs/slang ) )"
-PROVIDE="virtual/editor"
 
 src_unpack() {
 	unpack ${A}



1.175                app-editors/nano/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.175&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?rev=1.175&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/ChangeLog?r1=1.174&r2=1.175

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v
retrieving revision 1.174
retrieving revision 1.175
diff -u -r1.174 -r1.175
--- ChangeLog	7 Jul 2007 06:13:24 -0000	1.174
+++ ChangeLog	10 Oct 2007 06:07:36 -0000	1.175
@@ -1,6 +1,11 @@
 # ChangeLog for app-editors/nano
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.174 2007/07/07 06:13:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/ChangeLog,v 1.175 2007/10/10 06:07:36 opfer Exp $
+
+  10 Oct 2007; Christian Faulhammer <opfer@gentoo.org> nano-1.2.5.ebuild,
+  nano-1.3.12-r1.ebuild, nano-2.0.3.ebuild, nano-2.0.4.ebuild,
+  nano-2.0.6.ebuild:
+  remove PROVIDE=virtual/editor as we have now a new-style virtual
 
   07 Jul 2007; Jeroen Roovers <jer@gentoo.org> nano-2.0.6.ebuild:
   Stable for HPPA (bug #184313).



1.9                  app-editors/nano/nano-2.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild?r1=1.8&r2=1.9

Index: nano-2.0.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- nano-2.0.4.ebuild	11 May 2007 14:13:56 -0000	1.8
+++ nano-2.0.4.ebuild	10 Oct 2007 06:07:36 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v 1.8 2007/05/11 14:13:56 yoswink Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.4.ebuild,v 1.9 2007/10/10 06:07:36 opfer Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
@@ -24,7 +24,6 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	nls? ( sys-devel/gettext )
 	!ncurses? ( slang? ( sys-libs/slang ) )"
-PROVIDE="virtual/editor"
 
 src_unpack() {
 	unpack ${A}



1.12                 app-editors/nano/nano-2.0.3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild?r1=1.11&r2=1.12

Index: nano-2.0.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- nano-2.0.3.ebuild	12 Mar 2007 18:14:02 -0000	1.11
+++ nano-2.0.3.ebuild	10 Oct 2007 06:07:36 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.11 2007/03/12 18:14:02 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.3.ebuild,v 1.12 2007/10/10 06:07:36 opfer Exp $
 
 if [[ ${PV} == "9999" ]] ; then
 	ECVS_SERVER="savannah.gnu.org:/cvsroot/nano"
@@ -24,7 +24,6 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	nls? ( sys-devel/gettext )
 	!ncurses? ( slang? ( sys-libs/slang ) )"
-PROVIDE="virtual/editor"
 
 src_unpack() {
 	unpack ${A}



1.11                 app-editors/nano/nano-2.0.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild?r1=1.10&r2=1.11

Index: nano-2.0.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- nano-2.0.6.ebuild	7 Jul 2007 06:13:24 -0000	1.10
+++ nano-2.0.6.ebuild	10 Oct 2007 06:07:36 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.10 2007/07/07 06:13:24 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/nano/nano-2.0.6.ebuild,v 1.11 2007/10/10 06:07:36 opfer Exp $
 
 inherit eutils
 if [[ ${PV} == "9999" ]] ; then
@@ -25,7 +25,6 @@
 DEPEND=">=sys-libs/ncurses-5.2
 	nls? ( sys-devel/gettext )
 	!ncurses? ( slang? ( sys-libs/slang ) )"
-PROVIDE="virtual/editor"
 
 src_unpack() {
 	unpack ${A}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-10-10  6:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-10  6:07 [gentoo-commits] gentoo-x86 commit in app-editors/nano: nano-1.2.5.ebuild nano-1.3.12-r1.ebuild ChangeLog nano-2.0.4.ebuild nano-2.0.3.ebuild nano-2.0.6.ebuild Christian Faulhammer (opfer)

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