public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-07-08 10:23 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-08 10:23 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/08 10:23:46

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  Skip broken test until upstream bug #621383 is solved
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.178                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.177&r2=1.178

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog	23 Jun 2010 12:08:34 -0000	1.177
+++ ChangeLog	8 Jul 2010 10:23:45 -0000	1.178
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.177 2010/06/23 12:08:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.178 2010/07/08 10:23:45 pacho Exp $
+
+  08 Jul 2010; Pacho Ramos <pacho@gentoo.org> gtksourceview-2.10.4.ebuild:
+  Skip broken test until upstream bug #621383 is solved
 
 *gtksourceview-2.10.4 (23 Jun 2010)
 



1.2                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

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

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-2.10.4.ebuild	23 Jun 2010 12:08:34 -0000	1.1
+++ gtksourceview-2.10.4.ebuild	8 Jul 2010 10:23:45 -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.1 2010/06/23 12:08:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.2 2010/07/08 10:23:45 pacho Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -31,6 +31,13 @@
 	G2CONF="${G2CONF} $(use-enable glade glade-catalog)"
 }
 
+src_prepare() {
+	gnome2_src_prepare
+
+	# Skip broken test until upstream bug #621383 is solved
+	sed -i -e "/guess-language/d" tests/test-languagemanager.c || die
+}
+
 src_test() {
 	Xemake check || die "Test phase failed"
 }






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-07-31 18:58 Pacho Ramos (pacho)
  0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 18:58 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 18:58:35

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  amd64 stable,  bug 324077
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.180                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.179&r2=1.180

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog	20 Jul 2010 02:29:20 -0000	1.179
+++ ChangeLog	31 Jul 2010 18:58:34 -0000	1.180
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.179 2010/07/20 02:29:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.180 2010/07/31 18:58:34 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gtksourceview-2.10.4.ebuild:
+  amd64 stable, bug 324077
 
   20 Jul 2010; Jeroen Roovers <jer@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild, gtksourceview-2.6.2.ebuild,



1.4                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

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

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtksourceview-2.10.4.ebuild	20 Jul 2010 02:29:20 -0000	1.3
+++ gtksourceview-2.10.4.ebuild	31 Jul 2010 18:58:34 -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.3 2010/07/20 02:29:20 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.4 2010/07/31 18:58:34 pacho Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-08-01 11:16 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 8+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 11:16 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 11:16:58

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

Revision  Changes    Path
1.181                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.180&r2=1.181

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog	31 Jul 2010 18:58:34 -0000	1.180
+++ ChangeLog	1 Aug 2010 11:16:58 -0000	1.181
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.180 2010/07/31 18:58:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.181 2010/08/01 11:16:58 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+  gtksourceview-2.10.4.ebuild:
+  x86 stable, bug 324077
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org> gtksourceview-2.10.4.ebuild:
   amd64 stable, bug 324077



1.5                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?r1=1.4&r2=1.5

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtksourceview-2.10.4.ebuild	31 Jul 2010 18:58:34 -0000	1.4
+++ gtksourceview-2.10.4.ebuild	1 Aug 2010 11:16:58 -0000	1.5
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.4 2010/07/31 18:58:34 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.5 2010/08/01 11:16:58 fauli Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-08-16 21:27 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 8+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-08-16 21:27 UTC (permalink / raw
  To: gentoo-commits

eva         10/08/16 21:27:52

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  Adjust dependencies wrt configure.ac. Disable maintainer mode since it's hard enabled in configure.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.183                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.182&r2=1.183

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog	14 Aug 2010 16:46:29 -0000	1.182
+++ ChangeLog	16 Aug 2010 21:27:52 -0000	1.183
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.182 2010/08/14 16:46:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.183 2010/08/16 21:27:52 eva Exp $
+
+  16 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  gtksourceview-2.10.4.ebuild:
+  Adjust dependencies wrt configure.ac. Disable maintainer mode since it's
+  hard enabled in configure.
 
   14 Aug 2010; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.8.2.ebuild:
   alpha/ia64/sh/sparc stable wrt #314899



1.6                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

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

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtksourceview-2.10.4.ebuild	1 Aug 2010 11:16:58 -0000	1.5
+++ gtksourceview-2.10.4.ebuild	16 Aug 2010 21:27:52 -0000	1.6
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.5 2010/08/01 11:16:58 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.6 2010/08/16 21:27:52 eva Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -20,15 +20,17 @@
 	>=dev-libs/glib-2.14
 	glade? ( >=dev-util/glade-3.2 )"
 DEPEND="${RDEPEND}
-	sys-devel/gettext
+	>=sys-devel/gettext-0.17
 	>=dev-util/intltool-0.40
 	>=dev-util/pkgconfig-0.9
-	doc? ( >=dev-util/gtk-doc-1 )"
+	doc? ( >=dev-util/gtk-doc-1.11 )"
 
 DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"
 
 pkg_config() {
-	G2CONF="${G2CONF} $(use-enable glade glade-catalog)"
+	G2CONF="${G2CONF}
+		--disable-maintainer-mode
+		$(use-enable glade glade-catalog)"
 }
 
 src_prepare() {






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-09-11 18:35 Joseph Jezak (josejx)
  0 siblings, 0 replies; 8+ messages in thread
From: Joseph Jezak (josejx) @ 2010-09-11 18:35 UTC (permalink / raw
  To: gentoo-commits

josejx      10/09/11 18:35:26

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  Marked ppc for bug #324077.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.185                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.185&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.185&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.184&r2=1.185

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.184
retrieving revision 1.185
diff -u -r1.184 -r1.185
--- ChangeLog	18 Aug 2010 21:18:17 -0000	1.184
+++ ChangeLog	11 Sep 2010 18:35:26 -0000	1.185
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.184 2010/08/18 21:18:17 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.185 2010/09/11 18:35:26 josejx Exp $
+
+  11 Sep 2010; Joseph Jezak <josejx@gentoo.org> gtksourceview-2.10.4.ebuild:
+  Marked ppc for bug #324077.
 
   18 Aug 2010; Markus Meier <maekke@gentoo.org> gtksourceview-2.8.2.ebuild:
   arm stable, bug #314899



1.7                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?r1=1.6&r2=1.7

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtksourceview-2.10.4.ebuild	16 Aug 2010 21:27:52 -0000	1.6
+++ gtksourceview-2.10.4.ebuild	11 Sep 2010 18:35:26 -0000	1.7
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.6 2010/08/16 21:27:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.7 2010/09/11 18:35:26 josejx Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-10-09 10:12 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-09 10:12 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/09 10:12:30

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  ppc64 stable wrt #324077
  
  (Portage version: 2.2_rc90/cvs/Linux x86_64)

Revision  Changes    Path
1.188                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.188&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.188&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.187&r2=1.188

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.187
retrieving revision 1.188
diff -u -r1.187 -r1.188
--- ChangeLog	5 Oct 2010 00:26:56 -0000	1.187
+++ ChangeLog	9 Oct 2010 10:12:08 -0000	1.188
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.187 2010/10/05 00:26:56 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.188 2010/10/09 10:12:08 ssuominen Exp $
+
+  09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+  gtksourceview-2.10.4.ebuild:
+  ppc64 stable wrt #324077
 
 *gtksourceview-2.10.5-r1 (05 Oct 2010)
 



1.9                  x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?r1=1.8&r2=1.9

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtksourceview-2.10.4.ebuild	5 Oct 2010 00:26:56 -0000	1.8
+++ gtksourceview-2.10.4.ebuild	9 Oct 2010 10:12:12 -0000	1.9
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.8 2010/10/05 00:26:56 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.9 2010/10/09 10:12:12 ssuominen Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-10-14 21:25 Markus Meier (maekke)
  0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2010-10-14 21:25 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/14 21:25:24

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  arm stable, bug #324077
  
  (Portage version: 2.2_rc96/cvs/Linux x86_64)

Revision  Changes    Path
1.189                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.188&r2=1.189

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	9 Oct 2010 10:12:08 -0000	1.188
+++ ChangeLog	14 Oct 2010 21:25:24 -0000	1.189
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.188 2010/10/09 10:12:08 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.189 2010/10/14 21:25:24 maekke Exp $
+
+  14 Oct 2010; Markus Meier <maekke@gentoo.org> gtksourceview-2.10.4.ebuild:
+  arm stable, bug #324077
 
   09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
   gtksourceview-2.10.4.ebuild:



1.10                 x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?r1=1.9&r2=1.10

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gtksourceview-2.10.4.ebuild	9 Oct 2010 10:12:12 -0000	1.9
+++ gtksourceview-2.10.4.ebuild	14 Oct 2010 21:25:24 -0000	1.10
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.9 2010/10/09 10:12:12 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.10 2010/10/14 21:25:24 maekke Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild
@ 2010-10-17 14:58 Raul Porcel (armin76)
  0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-17 14:58 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/17 14:58:40

  Modified:             ChangeLog gtksourceview-2.10.4.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #324077
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.190                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.190&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.190&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.189&r2=1.190

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.189
retrieving revision 1.190
diff -u -r1.189 -r1.190
--- ChangeLog	14 Oct 2010 21:25:24 -0000	1.189
+++ ChangeLog	17 Oct 2010 14:58:40 -0000	1.190
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.189 2010/10/14 21:25:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.190 2010/10/17 14:58:40 armin76 Exp $
+
+  17 Oct 2010; Raúl Porcel <armin76@gentoo.org>
+  gtksourceview-2.10.4.ebuild:
+  alpha/ia64/sh/sparc stable wrt #324077
 
   14 Oct 2010; Markus Meier <maekke@gentoo.org> gtksourceview-2.10.4.ebuild:
   arm stable, bug #324077



1.11                 x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild?r1=1.10&r2=1.11

Index: gtksourceview-2.10.4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtksourceview-2.10.4.ebuild	14 Oct 2010 21:25:24 -0000	1.10
+++ gtksourceview-2.10.4.ebuild	17 Oct 2010 14:58:40 -0000	1.11
@@ -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/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.10 2010/10/14 21:25:24 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.10.4.ebuild,v 1.11 2010/10/17 14:58:40 armin76 Exp $
 
 EAPI="2"
 GCONF_DEBUG="no"
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 arm ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc glade"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

end of thread, other threads:[~2010-10-17 14:58 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-14 21:25 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.10.4.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-17 14:58 Raul Porcel (armin76)
2010-10-09 10:12 Samuli Suominen (ssuominen)
2010-09-11 18:35 Joseph Jezak (josejx)
2010-08-16 21:27 Gilles Dartiguelongue (eva)
2010-08-01 11:16 Christian Faulhammer (fauli)
2010-07-31 18:58 Pacho Ramos (pacho)
2010-07-08 10:23 Pacho Ramos (pacho)

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