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.4.2.ebuild
@ 2009-01-13 23:38 Remi Cardona (remi)
  0 siblings, 0 replies; 10+ messages in thread
From: Remi Cardona (remi) @ 2009-01-13 23:38 UTC (permalink / raw
  To: gentoo-commits

remi        09/01/13 23:38:43

  Modified:             ChangeLog
  Added:                gtksourceview-2.4.2.ebuild
  Log:
  x11-libs/gtksourceview: bump to 2.4.2 (bugfix, updates to .lang files, translations)
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-00002-g72e2bfb i686)

Revision  Changes    Path
1.148                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.148&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.148&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.147&r2=1.148

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.147
retrieving revision 1.148
diff -u -r1.147 -r1.148
--- ChangeLog	13 Nov 2008 19:15:49 -0000	1.147
+++ ChangeLog	13 Jan 2009 23:38:42 -0000	1.148
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/gtksourceview
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.147 2008/11/13 19:15:49 ranger Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.148 2009/01/13 23:38:42 remi Exp $
+
+*gtksourceview-2.4.2 (13 Jan 2009)
+
+  13 Jan 2009; Rémi Cardona <remi@gentoo.org> +gtksourceview-2.4.2.ebuild:
+  bump to 2.4.2 (bugfix, updates to .lang files, translations)
 
   13 Nov 2008; Brent Baude <ranger@gentoo.org> gtksourceview-2.2.2.ebuild:
   Marking gtksourceview-2.2.2 ppc64 stable for bug 236971



1.1                  x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.1 2009/01/13 23:38:42 remi Exp $

inherit gnome2

DESCRIPTION="A text widget implementing syntax highlighting and other features"
HOMEPAGE="http://www.gnome.org/"

LICENSE="GPL-2"
SLOT="2.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc"

RDEPEND=">=x11-libs/gtk+-2.12
	>=dev-libs/libxml2-2.5
	>=dev-libs/glib-2.14"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/intltool-0.40
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README"

src_install() {
	gnome2_src_install

	insinto /usr/share/${PN}-2.0/language-specs
	doins "${FILESDIR}"/2.0/gentoo.lang
}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-03-05 21:29 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-03-05 21:29 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/05 21:29:44

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  Marking gtksourceview-2.4.2 ppc64 for bug 260063
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7 ppc64)

Revision  Changes    Path
1.149                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.149&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.149&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.148&r2=1.149

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.148
retrieving revision 1.149
diff -u -r1.148 -r1.149
--- ChangeLog	13 Jan 2009 23:38:42 -0000	1.148
+++ ChangeLog	5 Mar 2009 21:29:44 -0000	1.149
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.148 2009/01/13 23:38:42 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.149 2009/03/05 21:29:44 ranger Exp $
+
+  05 Mar 2009; Brent Baude <ranger@gentoo.org> gtksourceview-2.4.2.ebuild:
+  Marking gtksourceview-2.4.2 ppc64 stable for bug 260063
 
 *gtksourceview-2.4.2 (13 Jan 2009)
 



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-2.4.2.ebuild	13 Jan 2009 23:38:42 -0000	1.1
+++ gtksourceview-2.4.2.ebuild	5 Mar 2009 21:29:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.1 2009/01/13 23:38:42 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.2 2009/03/05 21:29:44 ranger Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-03-06 15:40 Brent Baude (ranger)
  0 siblings, 0 replies; 10+ messages in thread
From: Brent Baude (ranger) @ 2009-03-06 15:40 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/06 15:40:07

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  Marking gtksourceview-2.4.2 ppc for bug 260063
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.150                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.150&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.150&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.149&r2=1.150

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.149
retrieving revision 1.150
diff -u -r1.149 -r1.150
--- ChangeLog	5 Mar 2009 21:29:44 -0000	1.149
+++ ChangeLog	6 Mar 2009 15:40:07 -0000	1.150
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.149 2009/03/05 21:29:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.150 2009/03/06 15:40:07 ranger Exp $
+
+  06 Mar 2009; Brent Baude <ranger@gentoo.org> gtksourceview-2.4.2.ebuild:
+  Marking gtksourceview-2.4.2 ppc stable for bug 260063
 
   05 Mar 2009; Brent Baude <ranger@gentoo.org> gtksourceview-2.4.2.ebuild:
   Marking gtksourceview-2.4.2 ppc64 stable for bug 260063



1.3                  x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?r1=1.2&r2=1.3

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtksourceview-2.4.2.ebuild	5 Mar 2009 21:29:44 -0000	1.2
+++ gtksourceview-2.4.2.ebuild	6 Mar 2009 15:40:07 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.2 2009/03/05 21:29:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.3 2009/03/06 15:40:07 ranger Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-03-11  2:27 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 10+ messages in thread
From: Daniel Gryniewicz (dang) @ 2009-03-11  2:27 UTC (permalink / raw
  To: gentoo-commits

dang        09/03/11 02:27:15

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  Marked stable on amd64 for bug #260063
  (Portage version: 2.1.6.7/cvs/Linux x86_64)

Revision  Changes    Path
1.151                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.151&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.151&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.150&r2=1.151

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.150
retrieving revision 1.151
diff -u -r1.150 -r1.151
--- ChangeLog	6 Mar 2009 15:40:07 -0000	1.150
+++ ChangeLog	11 Mar 2009 02:27:15 -0000	1.151
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.150 2009/03/06 15:40:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.151 2009/03/11 02:27:15 dang Exp $
+
+  11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org>
+  gtksourceview-2.4.2.ebuild:
+  Marked stable on amd64
 
   06 Mar 2009; Brent Baude <ranger@gentoo.org> gtksourceview-2.4.2.ebuild:
   Marking gtksourceview-2.4.2 ppc stable for bug 260063



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtksourceview-2.4.2.ebuild	6 Mar 2009 15:40:07 -0000	1.3
+++ gtksourceview-2.4.2.ebuild	11 Mar 2009 02:27:15 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.3 2009/03/06 15:40:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.4 2009/03/11 02:27:15 dang Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-03-15 21:30 Markus Meier (maekke)
  0 siblings, 0 replies; 10+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 21:30 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/15 21:30:53

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  x86 stable, bug #260063
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

Revision  Changes    Path
1.152                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.152&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.152&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.151&r2=1.152

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	11 Mar 2009 02:27:15 -0000	1.151
+++ ChangeLog	15 Mar 2009 21:30:53 -0000	1.152
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.151 2009/03/11 02:27:15 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.152 2009/03/15 21:30:53 maekke Exp $
+
+  15 Mar 2009; Markus Meier <maekke@gentoo.org> gtksourceview-2.4.2.ebuild:
+  x86 stable, bug #260063
 
   11 Mar 2009; Daniel Gryniewicz <dang@gentoo.org>
   gtksourceview-2.4.2.ebuild:



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtksourceview-2.4.2.ebuild	11 Mar 2009 02:27:15 -0000	1.4
+++ gtksourceview-2.4.2.ebuild	15 Mar 2009 21:30:53 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.4 2009/03/11 02:27:15 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.5 2009/03/15 21:30:53 maekke Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-03-18 14:56 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-18 14:56 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/18 14:56:50

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  alpha/ia64 stable wrt #260063
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.153                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.153&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.153&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.152&r2=1.153

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- ChangeLog	15 Mar 2009 21:30:53 -0000	1.152
+++ ChangeLog	18 Mar 2009 14:56:50 -0000	1.153
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.152 2009/03/15 21:30:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.153 2009/03/18 14:56:50 armin76 Exp $
+
+  18 Mar 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
+  alpha/ia64 stable wrt #260063
 
   15 Mar 2009; Markus Meier <maekke@gentoo.org> gtksourceview-2.4.2.ebuild:
   x86 stable, bug #260063



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtksourceview-2.4.2.ebuild	15 Mar 2009 21:30:53 -0000	1.5
+++ gtksourceview-2.4.2.ebuild	18 Mar 2009 14:56:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.5 2009/03/15 21:30:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.6 2009/03/18 14:56:50 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-04-12 20:49 Friedrich Oslage (bluebird)
  0 siblings, 0 replies; 10+ messages in thread
From: Friedrich Oslage (bluebird) @ 2009-04-12 20:49 UTC (permalink / raw
  To: gentoo-commits

bluebird    09/04/12 20:49:14

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  Stable on sparc, bug #260063
  (Portage version: 2.1.6.7/cvs/Linux sparc64)

Revision  Changes    Path
1.154                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.154&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.154&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.153&r2=1.154

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.153
retrieving revision 1.154
diff -u -r1.153 -r1.154
--- ChangeLog	18 Mar 2009 14:56:50 -0000	1.153
+++ ChangeLog	12 Apr 2009 20:49:14 -0000	1.154
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.153 2009/03/18 14:56:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.154 2009/04/12 20:49:14 bluebird Exp $
+
+  12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org>
+  gtksourceview-2.4.2.ebuild:
+  Stable on sparc, bug #260063
 
   18 Mar 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
   alpha/ia64 stable wrt #260063



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtksourceview-2.4.2.ebuild	18 Mar 2009 14:56:50 -0000	1.6
+++ gtksourceview-2.4.2.ebuild	12 Apr 2009 20:49:14 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.6 2009/03/18 14:56:50 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.7 2009/04/12 20:49:14 bluebird Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-04-27 10:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-27 10:18 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/27 10:18:28

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  arm stable
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.155                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.155&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.155&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.154&r2=1.155

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.154
retrieving revision 1.155
diff -u -r1.154 -r1.155
--- ChangeLog	12 Apr 2009 20:49:14 -0000	1.154
+++ ChangeLog	27 Apr 2009 10:18:27 -0000	1.155
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.154 2009/04/12 20:49:14 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.155 2009/04/27 10:18:27 armin76 Exp $
+
+  27 Apr 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
+  arm stable
 
   12 Apr 2009; Friedrich Oslage <bluebird@gentoo.org>
   gtksourceview-2.4.2.ebuild:



1.8                  x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild?r1=1.7&r2=1.8

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtksourceview-2.4.2.ebuild	12 Apr 2009 20:49:14 -0000	1.7
+++ gtksourceview-2.4.2.ebuild	27 Apr 2009 10:18:27 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.7 2009/04/12 20:49:14 bluebird Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.8 2009/04/27 10:18:27 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
       [not found] <E1LyR4j-0008P9-9B@stork.gentoo.org>
@ 2009-04-27 13:40 ` Jeroen Roovers (jer)
  0 siblings, 0 replies; 10+ messages in thread
From: Jeroen Roovers (jer) @ 2009-04-27 13:40 UTC (permalink / raw
  To: gentoo-commits

jer         09/04/27 13:40:49

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  Stable for HPPA (bug #260063).
  (Portage version: 2.2_rc31/cvs/Linux i686)

Revision  Changes    Path
1.156                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.156&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.156&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.155&r2=1.156

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.155
retrieving revision 1.156
diff -u -r1.155 -r1.156
--- ChangeLog	27 Apr 2009 10:18:27 -0000	1.155
+++ ChangeLog	27 Apr 2009 13:40:49 -0000	1.156
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.155 2009/04/27 10:18:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.156 2009/04/27 13:40:49 jer Exp $
+
+  27 Apr 2009; Jeroen Roovers <jer@gentoo.org> gtksourceview-2.4.2:
+  Stable for HPPA (bug #260063).
 
   27 Apr 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
   arm stable



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtksourceview-2.4.2.ebuild	27 Apr 2009 10:18:27 -0000	1.8
+++ gtksourceview-2.4.2.ebuild	27 Apr 2009 13:40:49 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.8 2009/04/27 10:18:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.9 2009/04/27 13:40:49 jer Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild
@ 2009-04-28 11:02 Raul Porcel (armin76)
  0 siblings, 0 replies; 10+ messages in thread
From: Raul Porcel (armin76) @ 2009-04-28 11:02 UTC (permalink / raw
  To: gentoo-commits

armin76     09/04/28 11:02:51

  Modified:             ChangeLog gtksourceview-2.4.2.ebuild
  Log:
  sh stable
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.157                x11-libs/gtksourceview/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/gtksourceview/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	27 Apr 2009 13:40:49 -0000	1.156
+++ ChangeLog	28 Apr 2009 11:02:51 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.156 2009/04/27 13:40:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.157 2009/04/28 11:02:51 armin76 Exp $
+
+  28 Apr 2009; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.4.2.ebuild:
+  sh stable
 
   27 Apr 2009; Jeroen Roovers <jer@gentoo.org> gtksourceview-2.4.2:
   Stable for HPPA (bug #260063).



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

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

Index: gtksourceview-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gtksourceview-2.4.2.ebuild	27 Apr 2009 13:40:49 -0000	1.9
+++ gtksourceview-2.4.2.ebuild	28 Apr 2009 11:02:51 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.9 2009/04/27 13:40:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.4.2.ebuild,v 1.10 2009/04/28 11:02:51 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="2.0"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.12






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

end of thread, other threads:[~2009-04-28 11:03 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-04-12 20:49 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.4.2.ebuild Friedrich Oslage (bluebird)
  -- strict thread matches above, loose matches on Subject: below --
2009-04-28 11:02 Raul Porcel (armin76)
     [not found] <E1LyR4j-0008P9-9B@stork.gentoo.org>
2009-04-27 13:40 ` Jeroen Roovers (jer)
2009-04-27 10:18 Raul Porcel (armin76)
2009-03-18 14:56 Raul Porcel (armin76)
2009-03-15 21:30 Markus Meier (maekke)
2009-03-11  2:27 Daniel Gryniewicz (dang)
2009-03-06 15:40 Brent Baude (ranger)
2009-03-05 21:29 Brent Baude (ranger)
2009-01-13 23:38 Remi Cardona (remi)

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