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.90.8.ebuild
@ 2011-05-29 15:06 Naohiro Aota (naota)
  0 siblings, 0 replies; 3+ messages in thread
From: Naohiro Aota (naota) @ 2011-05-29 15:06 UTC (permalink / raw
  To: gentoo-commits

naota       11/05/29 15:06:02

  Modified:             ChangeLog
  Added:                ruby-gtksourceview-0.90.8.ebuild
  Log:
  Version bump. Bug 345721
  
  (Portage version: 2.2.0_alpha34/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	23 Mar 2011 16:50:11 -0000	1.26
+++ ChangeLog	29 May 2011 15:06:02 -0000	1.27
@@ -1,6 +1,12 @@
 # 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.26 2011/03/23 16:50:11 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.27 2011/05/29 15:06:02 naota Exp $
+
+*ruby-gtksourceview-0.90.8 (29 May 2011)
+
+  29 May 2011; Naohiro Aota <naota@gentoo.org>
+  +ruby-gtksourceview-0.90.8.ebuild:
+  Version bump. Bug 345721
 
   23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
   ruby-gtksourceview-0.19.4.ebuild:



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

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

Index: ruby-gtksourceview-0.90.8.ebuild
===================================================================
# 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.90.8.ebuild,v 1.1 2011/05/29 15:06:02 naota Exp $

EAPI="2"
USE_RUBY="ruby18 ruby19"

inherit ruby-ng-gnome2

S=${WORKDIR}/ruby-gnome2-all-${PV}/gtksourceview2

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

RDEPEND="${RDEPEND}
	x11-libs/gtksourceview:1.0"
DEPEND="${DEPEND}
	x11-libs/gtksourceview:1.0
	dev-util/pkgconfig"

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






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.90.8.ebuild
@ 2011-06-29 13:30 Pacho Ramos (pacho)
  0 siblings, 0 replies; 3+ messages in thread
From: Pacho Ramos (pacho) @ 2011-06-29 13:30 UTC (permalink / raw
  To: gentoo-commits

pacho       11/06/29 13:30:22

  Modified:             ChangeLog ruby-gtksourceview-0.90.8.ebuild
  Log:
  Fix x11-libs/gtksourceview dependencies (bug #369357 by Kazunori Kojima), this is also needed for bug #354241.
  
  (Portage version: 2.1.10.3/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	29 May 2011 15:06:02 -0000	1.27
+++ ChangeLog	29 Jun 2011 13:30:22 -0000	1.28
@@ -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.27 2011/05/29 15:06:02 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.28 2011/06/29 13:30:22 pacho Exp $
+
+  29 Jun 2011; Pacho Ramos <pacho@gentoo.org> ruby-gtksourceview-0.90.8.ebuild:
+  Fix x11-libs/gtksourceview dependencies (bug #369357 by Kazunori Kojima),
+  this is also needed for bug #354241.
 
 *ruby-gtksourceview-0.90.8 (29 May 2011)
 



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

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

Index: ruby-gtksourceview-0.90.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ruby-gtksourceview-0.90.8.ebuild	29 May 2011 15:06:02 -0000	1.1
+++ ruby-gtksourceview-0.90.8.ebuild	29 Jun 2011 13:30:22 -0000	1.2
@@ -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-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v 1.1 2011/05/29 15:06:02 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v 1.2 2011/06/29 13:30:22 pacho Exp $
 
 EAPI="2"
 USE_RUBY="ruby18 ruby19"
@@ -14,9 +14,9 @@
 IUSE=""
 
 RDEPEND="${RDEPEND}
-	x11-libs/gtksourceview:1.0"
+	x11-libs/gtksourceview:2.0"
 DEPEND="${DEPEND}
-	x11-libs/gtksourceview:1.0
+	x11-libs/gtksourceview:2.0
 	dev-util/pkgconfig"
 
 ruby_add_rdepend ">=dev-ruby/ruby-gtk2-${PV}"






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.90.8.ebuild
@ 2012-02-06 17:30 Brent Baude (ranger)
  0 siblings, 0 replies; 3+ messages in thread
From: Brent Baude (ranger) @ 2012-02-06 17:30 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/06 17:30:49

  Modified:             ChangeLog ruby-gtksourceview-0.90.8.ebuild
  Log:
  Marking ruby-gtksourceview-0.90.8 ~ppc for bug 371353
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v
retrieving revision 1.33
retrieving revision 1.34
diff -u -r1.33 -r1.34
--- ChangeLog	8 Jan 2012 05:57:35 -0000	1.33
+++ ChangeLog	6 Feb 2012 17:30:49 -0000	1.34
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/ruby-gtksourceview
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.33 2012/01/08 05:57:35 naota Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ChangeLog,v 1.34 2012/02/06 17:30:49 ranger Exp $
+
+  06 Feb 2012; Brent Baude <ranger@gentoo.org>
+  ruby-gtksourceview-0.90.8.ebuild:
+  Marking ruby-gtksourceview-0.90.8 ~ppc for bug 371353
 
 *ruby-gtksourceview-1.1.0 (08 Jan 2012)
 



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

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

Index: ruby-gtksourceview-0.90.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ruby-gtksourceview-0.90.8.ebuild	29 Jun 2011 13:30:22 -0000	1.2
+++ ruby-gtksourceview-0.90.8.ebuild	6 Feb 2012 17:30:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 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.90.8.ebuild,v 1.2 2011/06/29 13:30:22 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ruby-gtksourceview/ruby-gtksourceview-0.90.8.ebuild,v 1.3 2012/02/06 17:30:49 ranger Exp $
 
 EAPI="2"
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 S=${WORKDIR}/ruby-gnome2-all-${PV}/gtksourceview2
 
 DESCRIPTION="Ruby bindings for gtksourceview"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE=""
 
 RDEPEND="${RDEPEND}






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

end of thread, other threads:[~2012-02-06 17:31 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-29 15:06 [gentoo-commits] gentoo-x86 commit in dev-ruby/ruby-gtksourceview: ChangeLog ruby-gtksourceview-0.90.8.ebuild Naohiro Aota (naota)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-29 13:30 Pacho Ramos (pacho)
2012-02-06 17:30 Brent Baude (ranger)

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