public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-lang/cm3-bin: cm3-bin-5.4.0.ebuild ChangeLog
@ 2010-01-17 20:25 Mike Frysinger (vapier)
  0 siblings, 0 replies; 4+ messages in thread
From: Mike Frysinger (vapier) @ 2010-01-17 20:25 UTC (permalink / raw
  To: gentoo-commits

vapier      10/01/17 20:25:05

  Modified:             cm3-bin-5.4.0.ebuild ChangeLog
  Log:
  Depend on virtual/editor for $EDITOR #294760 by Ulrich Müller.
  (Portage version: 2.2_rc61/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.2&r2=1.3

Index: cm3-bin-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cm3-bin-5.4.0.ebuild	30 Apr 2007 13:23:14 -0000	1.2
+++ cm3-bin-5.4.0.ebuild	17 Jan 2010 20:25:05 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.2 2007/04/30 13:23:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.3 2010/01/17 20:25:05 vapier Exp $
 
 inherit toolchain-funcs eutils
 
@@ -21,7 +21,7 @@
 IUSE=""
 RESTRICT="strip"
 
-DEPEND=""
+DEPEND="virtual/editor"
 PROVIDE="virtual/m3"
 
 S=${WORKDIR}



1.9                  dev-lang/cm3-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	30 Apr 2007 13:23:14 -0000	1.8
+++ ChangeLog	17 Jan 2010 20:25:05 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cm3-bin
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.8 2007/04/30 13:23:14 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.9 2010/01/17 20:25:05 vapier Exp $
+
+  17 Jan 2010; Mike Frysinger <vapier@gentoo.org> cm3-bin-5.4.0.ebuild:
+  Depend on virtual/editor for $EDITOR #294760 by Ulrich Müller.
 
   30 Apr 2007; Raúl Porcel <armin76@gentoo.org> cm3-bin-5.4.0.ebuild:
   x86 stable wrt #176400






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cm3-bin: cm3-bin-5.4.0.ebuild ChangeLog
@ 2010-01-19 15:54 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2010-01-19 15:54 UTC (permalink / raw
  To: gentoo-commits

ulm         10/01/19 15:54:58

  Modified:             cm3-bin-5.4.0.ebuild ChangeLog
  Log:
  Use gentoo-editor as default editor, fixes bug 294760.
  (Portage version: 2.2_rc61/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.3&r2=1.4

Index: cm3-bin-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cm3-bin-5.4.0.ebuild	17 Jan 2010 20:25:05 -0000	1.3
+++ cm3-bin-5.4.0.ebuild	19 Jan 2010 15:54:58 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.3 2010/01/17 20:25:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.4 2010/01/19 15:54:58 ulm Exp $
 
 inherit toolchain-funcs eutils
 
@@ -21,7 +21,8 @@
 IUSE=""
 RESTRICT="strip"
 
-DEPEND="virtual/editor"
+DEPEND=""
+RDEPEND="app-editors/gentoo-editor"
 PROVIDE="virtual/m3"
 
 S=${WORKDIR}
@@ -37,7 +38,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-cm3-cfg.patch
 	sed -i \
-		-e "s:@GENTOO_INITIAL_REACTOR_EDITOR@:${EDITOR:-/usr/bin/nano}:" \
+		-e "s:@GENTOO_INITIAL_REACTOR_EDITOR@:/usr/libexec/gentoo-editor:" \
 		-e "s:@GENTOO_INSTALL_ROOT@:/usr/$(get_libdir)/cm3/:" \
 		-e "s:@GENTOO_CC@:$(tc-getCC):" \
 		-e "s:@GENTOO_AR@:$(tc-getAR):" \



1.10                 dev-lang/cm3-bin/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/cm3-bin/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	17 Jan 2010 20:25:05 -0000	1.9
+++ ChangeLog	19 Jan 2010 15:54:58 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cm3-bin
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.9 2010/01/17 20:25:05 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.10 2010/01/19 15:54:58 ulm Exp $
+
+  18 Jan 2010; Ulrich Mueller <ulm@gentoo.org> cm3-bin-5.4.0.ebuild:
+  Use gentoo-editor as default editor, fixes bug 294760.
 
   17 Jan 2010; Mike Frysinger <vapier@gentoo.org> cm3-bin-5.4.0.ebuild:
   Depend on virtual/editor for $EDITOR #294760 by Ulrich Müller.






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cm3-bin: cm3-bin-5.4.0.ebuild ChangeLog
@ 2011-04-04 15:27 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-04-04 15:27 UTC (permalink / raw
  To: gentoo-commits

ulm         11/04/04 15:27:22

  Modified:             cm3-bin-5.4.0.ebuild ChangeLog
  Log:
  Remove old-style virtual/m3, bug 358837.
  
  (Portage version: 2.1.9.45/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.4&r2=1.5

Index: cm3-bin-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cm3-bin-5.4.0.ebuild	19 Jan 2010 15:54:58 -0000	1.4
+++ cm3-bin-5.4.0.ebuild	4 Apr 2011 15:27:22 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.4 2010/01/19 15:54:58 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.5 2011/04/04 15:27:22 ulm Exp $
 
 inherit toolchain-funcs eutils
 
@@ -23,7 +23,6 @@
 
 DEPEND=""
 RDEPEND="app-editors/gentoo-editor"
-PROVIDE="virtual/m3"
 
 S=${WORKDIR}
 



1.11                 dev-lang/cm3-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	19 Jan 2010 15:54:58 -0000	1.10
+++ ChangeLog	4 Apr 2011 15:27:22 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cm3-bin
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.10 2010/01/19 15:54:58 ulm Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.11 2011/04/04 15:27:22 ulm Exp $
+
+  04 Apr 2011; Ulrich Mueller <ulm@gentoo.org> cm3-bin-5.4.0.ebuild:
+  Remove old-style virtual/m3, bug 358837.
 
   18 Jan 2010; Ulrich Mueller <ulm@gentoo.org> cm3-bin-5.4.0.ebuild:
   Use gentoo-editor as default editor, fixes bug 294760.






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

* [gentoo-commits] gentoo-x86 commit in dev-lang/cm3-bin: cm3-bin-5.4.0.ebuild ChangeLog
@ 2011-09-08 14:54 Ulrich Mueller (ulm)
  0 siblings, 0 replies; 4+ messages in thread
From: Ulrich Mueller (ulm) @ 2011-09-08 14:54 UTC (permalink / raw
  To: gentoo-commits

ulm         11/09/08 14:54:10

  Modified:             cm3-bin-5.4.0.ebuild ChangeLog
  Log:
  Update dependency on app-misc/editor-wrapper.
  
  (Portage version: 2.1.10.14/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild?r1=1.6&r2=1.7

Index: cm3-bin-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cm3-bin-5.4.0.ebuild	11 Aug 2011 11:11:37 -0000	1.6
+++ cm3-bin-5.4.0.ebuild	8 Sep 2011 14:54:10 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.6 2011/08/11 11:11:37 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/cm3-bin-5.4.0.ebuild,v 1.7 2011/09/08 14:54:10 ulm Exp $
 
 inherit toolchain-funcs eutils
 
@@ -22,7 +22,7 @@
 RESTRICT="strip"
 
 DEPEND=""
-RDEPEND="app-misc/editor-wrapper"
+RDEPEND=">=app-misc/editor-wrapper-3"
 
 S=${WORKDIR}
 
@@ -37,7 +37,7 @@
 	cd "${S}"
 	epatch "${FILESDIR}"/${P}-cm3-cfg.patch
 	sed -i \
-		-e "s:@GENTOO_INITIAL_REACTOR_EDITOR@:/usr/libexec/gentoo-editor:" \
+		-e "s:@GENTOO_INITIAL_REACTOR_EDITOR@:/usr/libexec/editor:" \
 		-e "s:@GENTOO_INSTALL_ROOT@:/usr/$(get_libdir)/cm3/:" \
 		-e "s:@GENTOO_CC@:$(tc-getCC):" \
 		-e "s:@GENTOO_AR@:$(tc-getAR):" \



1.12                 dev-lang/cm3-bin/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/cm3-bin/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	4 Apr 2011 15:27:22 -0000	1.11
+++ ChangeLog	8 Sep 2011 14:54:10 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-lang/cm3-bin
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.11 2011/04/04 15:27:22 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/cm3-bin/ChangeLog,v 1.12 2011/09/08 14:54:10 ulm Exp $
+
+  08 Sep 2011; Ulrich Mueller <ulm@gentoo.org> cm3-bin-5.4.0.ebuild:
+  Update dependency on app-misc/editor-wrapper.
 
   04 Apr 2011; Ulrich Mueller <ulm@gentoo.org> cm3-bin-5.4.0.ebuild:
   Remove old-style virtual/m3, bug 358837.






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

end of thread, other threads:[~2011-09-08 14:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-17 20:25 [gentoo-commits] gentoo-x86 commit in dev-lang/cm3-bin: cm3-bin-5.4.0.ebuild ChangeLog Mike Frysinger (vapier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-19 15:54 Ulrich Mueller (ulm)
2011-04-04 15:27 Ulrich Mueller (ulm)
2011-09-08 14:54 Ulrich Mueller (ulm)

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