public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2010-04-25 12:03 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2010-04-25 12:03 UTC (permalink / raw
  To: gentoo-commits

graaff      10/04/25 12:03:02

  Modified:             ChangeLog
  Added:                ruby-gtksourceview-0.19.4.ebuild
  Log:
  Version bump to ruby-gnome 0.19.4.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	25 Jan 2010 20:03:50 -0000	1.20
+++ ChangeLog	25 Apr 2010 12:03:02 -0000	1.21
@@ -1,6 +1,12 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.20 2010/01/25 20:03:50 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.21 2010/04/25 12:03:02 graaff Exp $
+
+*ruby-gtksourceview-0.19.4 (25 Apr 2010)
+
+  25 Apr 2010; Hans de Graaff <graaff@gentoo.org>
+  +ruby-gtksourceview-0.19.4.ebuild:
+  Version bump to ruby-gnome 0.19.4.
 
   25 Jan 2010; Hans de Graaff <graaff@gentoo.org>
   -ruby-gtksourceview-0.16.0.ebuild, -ruby-gtksourceview-0.19.0.ebuild:



1.1                  dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.1&content-type=text/plain

Index: ruby-gtksourceview-0.19.4.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.1 2010/04/25 12:03:02 graaff Exp $

EAPI="2"
USE_RUBY="ruby18"

inherit ruby-ng-gnome2

DESCRIPTION="Ruby bindings for gtksourceview"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="${RDEPEND}
	=x11-libs/gtksourceview-1*"
DEPEND="${DEPEND}
	=x11-libs/gtksourceview-1*
	dev-util/pkgconfig"

ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2010-07-26 13:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-07-26 13:38 UTC (permalink / raw
  To: gentoo-commits

fauli       10/07/26 13:38:08

  Modified:             ChangeLog ruby-gtksourceview-0.19.4.ebuild
  Log:
  x86 stable, bug 329807
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.22                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	25 Apr 2010 12:03:02 -0000	1.21
+++ ChangeLog	26 Jul 2010 13:38:08 -0000	1.22
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.21 2010/04/25 12:03:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.22 2010/07/26 13:38:08 fauli Exp $
+
+  26 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
+  ruby-gtksourceview-0.19.4.ebuild:
+  x86 stable, bug 329807
 
 *ruby-gtksourceview-0.19.4 (25 Apr 2010)
 



1.2                  dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?r1=1.1&r2=1.2

Index: ruby-gtksourceview-0.19.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gtksourceview-0.19.4.ebuild	25 Apr 2010 12:03:02 -0000	1.1
+++ ruby-gtksourceview-0.19.4.ebuild	26 Jul 2010 13:38:08 -0000	1.2
@@ -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-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.1 2010/04/25 12:03:02 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.2 2010/07/26 13:38:08 fauli Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby bindings for gtksourceview"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2010-08-01  9:54 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-08-01  9:54 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/08/01 09:54:42

  Modified:             ChangeLog ruby-gtksourceview-0.19.4.ebuild
  Log:
  Stable on amd64 wrt bug #329807
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.23                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	26 Jul 2010 13:38:08 -0000	1.22
+++ ChangeLog	1 Aug 2010 09:54:42 -0000	1.23
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.22 2010/07/26 13:38:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.23 2010/08/01 09:54:42 hwoarang Exp $
+
+  01 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
+  ruby-gtksourceview-0.19.4.ebuild:
+  Stable on amd64 wrt bug #329807
 
   26 Jul 2010; Christian Faulhammer <fauli@gentoo.org>
   ruby-gtksourceview-0.19.4.ebuild:



1.3                  dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?r1=1.2&r2=1.3

Index: ruby-gtksourceview-0.19.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gtksourceview-0.19.4.ebuild	26 Jul 2010 13:38:08 -0000	1.2
+++ ruby-gtksourceview-0.19.4.ebuild	1 Aug 2010 09:54:42 -0000	1.3
@@ -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-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.2 2010/07/26 13:38:08 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.3 2010/08/01 09:54:42 hwoarang Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby bindings for gtksourceview"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2010-08-28 17:37 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-28 17:37 UTC (permalink / raw
  To: gentoo-commits

armin76     10/08/28 17:37:16

  Modified:             ChangeLog ruby-gtksourceview-0.19.4.ebuild
  Log:
  sparc stable wrt #329807
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.24                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	1 Aug 2010 09:54:42 -0000	1.23
+++ ChangeLog	28 Aug 2010 17:37:16 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.23 2010/08/01 09:54:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.24 2010/08/28 17:37:16 armin76 Exp $
+
+  28 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+  ruby-gtksourceview-0.19.4.ebuild:
+  sparc stable wrt #329807
 
   01 Aug 2010; Markos Chandras <hwoarang@gentoo.org>
   ruby-gtksourceview-0.19.4.ebuild:



1.4                  dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?r1=1.3&r2=1.4

Index: ruby-gtksourceview-0.19.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ruby-gtksourceview-0.19.4.ebuild	1 Aug 2010 09:54:42 -0000	1.3
+++ ruby-gtksourceview-0.19.4.ebuild	28 Aug 2010 17:37:16 -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-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.3 2010/08/01 09:54:42 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.4 2010/08/28 17:37:16 armin76 Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -8,7 +8,7 @@
 inherit ruby-ng-gnome2
 
 DESCRIPTION="Ruby bindings for gtksourceview"
-KEYWORDS="amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ~ia64 ~ppc sparc x86"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2011-03-23 16:50 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-03-23 16:50 UTC (permalink / raw
  To: gentoo-commits

eva         11/03/23 16:50:11

  Modified:             ChangeLog ruby-gtksourceview-0.19.4.ebuild
  Log:
  Fix slot-deps on gnome libs.
  
  (Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)

Revision  Changes    Path
1.26                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	22 Oct 2010 13:58:48 -0000	1.25
+++ ChangeLog	23 Mar 2011 16:50:11 -0000	1.26
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.25 2010/10/22 13:58:48 graaff Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.26 2011/03/23 16:50:11 eva Exp $
+
+  23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
+  ruby-gtksourceview-0.19.4.ebuild:
+  Fix slot-deps on gnome libs.
 
   22 Oct 2010; Hans de Graaff <graaff@gentoo.org>
   -ruby-gtksourceview-0.19.1.ebuild, -ruby-gtksourceview-0.19.3.ebuild:



1.6                  dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild?r1=1.5&r2=1.6

Index: ruby-gtksourceview-0.19.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ruby-gtksourceview-0.19.4.ebuild	20 Oct 2010 21:58:24 -0000	1.5
+++ ruby-gtksourceview-0.19.4.ebuild	23 Mar 2011 16:50:11 -0000	1.6
@@ -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-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.5 2010/10/20 21:58:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.19.4.ebuild,v 1.6 2011/03/23 16:50:11 eva Exp $
 
 EAPI="2"
 USE_RUBY="ruby18"
@@ -12,9 +12,9 @@
 IUSE=""
 
 RDEPEND="${RDEPEND}
-	=x11-libs/gtksourceview-1*"
+	x11-libs/gtksourceview:1.0"
 DEPEND="${DEPEND}
-	=x11-libs/gtksourceview-1*
+	x11-libs/gtksourceview:1.0
 	dev-util/pkgconfig"
 
 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild
@ 2011-09-13 11:53 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-13 11:53 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/13 11:53:45

  Modified:             ChangeLog
  Removed:              ruby-gtksourceview-0.19.4.ebuild
  Log:
  Remove old.
  
  (Portage version: 2.1.10.14/cvs/Linux x86_64)

Revision  Changes    Path
1.29                 dev-ruby/ruby-gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	29 Jun 2011 13:30:22 -0000	1.28
+++ ChangeLog	13 Sep 2011 11:53:45 -0000	1.29
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.28 2011/06/29 13:30:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.29 2011/09/13 11:53:45 pacho Exp $
+
+  13 Sep 2011; Pacho Ramos <pacho@gentoo.org>
+  -ruby-gtksourceview-0.19.4.ebuild:
+  Remove old.
 
   29 Jun 2011; Pacho Ramos <pacho@gentoo.org> ruby-gtksourceview-0.90.8.ebuild:
   Fix x11-libs/gtksourceview dependencies (bug #369357 by Kazunori Kojima),






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

end of thread, other threads:[~2011-09-13 11:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-01  9:54 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.19.4.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 11:53 Pacho Ramos (pacho)
2011-03-23 16:50 Gilles Dartiguelongue (eva)
2010-08-28 17:37 Raul Porcel (armin76)
2010-07-26 13:38 Christian Faulhammer (fauli)
2010-04-25 12:03 Hans de Graaff (graaff)

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