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.0.1-r1.ebuild
@ 2007-10-24  1:37 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 7+ messages in thread
From: Daniel Gryniewicz (dang) @ 2007-10-24  1:37 UTC (permalink / raw
  To: gentoo-commits

dang        07/10/24 01:37:38

  Modified:             ChangeLog
  Added:                gtksourceview-2.0.1-r1.ebuild
  Log:
  Bump to 2.0.1-r1
  	- add gentoo language file; bug #194462
  
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.105                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.104
retrieving revision 1.105
diff -u -r1.104 -r1.105
--- ChangeLog	18 Oct 2007 11:56:37 -0000	1.104
+++ ChangeLog	24 Oct 2007 01:37:37 -0000	1.105
@@ -1,6 +1,13 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.104 2007/10/18 11:56:37 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.105 2007/10/24 01:37:37 dang Exp $
+
+*gtksourceview-2.0.1-r1 (24 Oct 2007)
+
+  24 Oct 2007; Daniel Gryniewicz <dang@gentoo.org> +files/2.0/gentoo.lang,
+  +gtksourceview-2.0.1-r1.ebuild:
+  Bump to 2.0.1-r1
+  	- add gentoo language file; bug #194462
 
   18 Oct 2007; Rémi Cardona <remi@gentoo.org> gtksourceview-2.0.1.ebuild:
   force system libpcre usage



1.1                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.1 2007/10/24 01:37:37 dang Exp $

inherit gnome2 eutils autotools

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.8
	>=dev-libs/libxml2-2.5
	>=dev-libs/glib-2
	>=dev-libs/libpcre-7.4"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/intltool-0.35
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog HACKING MAINTAINERS NEWS README TODO"

pkg_setup() {
	# Removes the gnome-vfs dep
	G2CONF="${G2CONF} --disable-build-tests --with-system-pcre"
}

src_install() {
	gnome2_src_install

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



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-20 15:08 Samuli Suominen (drac)
  0 siblings, 0 replies; 7+ messages in thread
From: Samuli Suominen (drac) @ 2007-11-20 15:08 UTC (permalink / raw
  To: gentoo-commits

drac        07/11/20 15:08:52

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  amd64 stable wrt #199740
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.110                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog	17 Nov 2007 18:02:40 -0000	1.109
+++ ChangeLog	20 Nov 2007 15:08:51 -0000	1.110
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.109 2007/11/17 18:02:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.110 2007/11/20 15:08:51 drac Exp $
+
+  20 Nov 2007; Samuli Suominen <drac@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  amd64 stable wrt #199740
 
   17 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild:



1.2                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-2.0.1-r1.ebuild	24 Oct 2007 01:37:37 -0000	1.1
+++ gtksourceview-2.0.1-r1.ebuild	20 Nov 2007 15:08:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.1 2007/10/24 01:37:37 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.2 2007/11/20 15:08:51 drac Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-21 17:26 Dawid Weglinski (cla)
  0 siblings, 0 replies; 7+ messages in thread
From: Dawid Weglinski (cla) @ 2007-11-21 17:26 UTC (permalink / raw
  To: gentoo-commits

cla         07/11/21 17:26:05

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  Stable on x86 wrt #199740
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.112                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.111
retrieving revision 1.112
diff -u -r1.111 -r1.112
--- ChangeLog	20 Nov 2007 19:20:26 -0000	1.111
+++ ChangeLog	21 Nov 2007 17:26:04 -0000	1.112
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.111 2007/11/20 19:20:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.112 2007/11/21 17:26:04 cla Exp $
+
+  21 Nov 2007; Dawid Węgliński <cla@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  Stable on x86 (bug #199740)
 
   20 Nov 2007; Markus Rothe <corsair@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild:



1.3                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtksourceview-2.0.1-r1.ebuild	20 Nov 2007 15:08:51 -0000	1.2
+++ gtksourceview-2.0.1-r1.ebuild	21 Nov 2007 17:26:04 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.2 2007/11/20 15:08:51 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.3 2007/11/21 17:26:04 cla Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-22 15:01 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-22 15:01 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/22 15:01:36

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #199740
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.113                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.112
retrieving revision 1.113
diff -u -r1.112 -r1.113
--- ChangeLog	21 Nov 2007 17:26:04 -0000	1.112
+++ ChangeLog	22 Nov 2007 15:01:36 -0000	1.113
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.112 2007/11/21 17:26:04 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.113 2007/11/22 15:01:36 armin76 Exp $
+
+  22 Nov 2007; Raúl Porcel <armin76@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  alpha/ia64/sparc stable wrt #199740
 
   21 Nov 2007; Dawid Węgliński <cla@gentoo.org>
   gtksourceview-2.0.1-r1.ebuild:



1.4                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtksourceview-2.0.1-r1.ebuild	21 Nov 2007 17:26:04 -0000	1.3
+++ gtksourceview-2.0.1-r1.ebuild	22 Nov 2007 15:01:36 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.3 2007/11/21 17:26:04 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.4 2007/11/22 15:01:36 armin76 Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-24 22:59 Brent Baude (ranger)
  0 siblings, 0 replies; 7+ messages in thread
From: Brent Baude (ranger) @ 2007-11-24 22:59 UTC (permalink / raw
  To: gentoo-commits

ranger      07/11/24 22:59:53

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  Marking gtksourceview-2.0.1-r1 ppc stable for bug 199740
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.114                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.113
retrieving revision 1.114
diff -u -r1.113 -r1.114
--- ChangeLog	22 Nov 2007 15:01:36 -0000	1.113
+++ ChangeLog	24 Nov 2007 22:59:52 -0000	1.114
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.113 2007/11/22 15:01:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.114 2007/11/24 22:59:52 ranger Exp $
+
+  24 Nov 2007; Brent Baude <ranger@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  Marking gtksourceview-2.0.1-r1 ppc stable for bug 199740
 
   22 Nov 2007; Raúl Porcel <armin76@gentoo.org>
   gtksourceview-2.0.1-r1.ebuild:



1.5                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtksourceview-2.0.1-r1.ebuild	22 Nov 2007 15:01:36 -0000	1.4
+++ gtksourceview-2.0.1-r1.ebuild	24 Nov 2007 22:59:52 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.4 2007/11/22 15:01:36 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.5 2007/11/24 22:59:52 ranger Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-26 14:03 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-26 14:03 UTC (permalink / raw
  To: gentoo-commits

corsair     07/11/26 14:03:34

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  Stable on ppc64; bug #199740
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.115                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- ChangeLog	24 Nov 2007 22:59:52 -0000	1.114
+++ ChangeLog	26 Nov 2007 14:03:34 -0000	1.115
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.114 2007/11/24 22:59:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.115 2007/11/26 14:03:34 corsair Exp $
+
+  26 Nov 2007; Markus Rothe <corsair@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  Stable on ppc64; bug #199740
 
   24 Nov 2007; Brent Baude <ranger@gentoo.org>
   gtksourceview-2.0.1-r1.ebuild:



1.6                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtksourceview-2.0.1-r1.ebuild	24 Nov 2007 22:59:52 -0000	1.5
+++ gtksourceview-2.0.1-r1.ebuild	26 Nov 2007 14:03:34 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.5 2007/11/24 22:59:52 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.6 2007/11/26 14:03:34 corsair Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild
@ 2007-11-29  6:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2007-11-29  6:00 UTC (permalink / raw
  To: gentoo-commits

jer         07/11/29 06:00:16

  Modified:             ChangeLog gtksourceview-2.0.1-r1.ebuild
  Log:
  Stable for HPPA (bug #199740).
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.117                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog	27 Nov 2007 03:43:41 -0000	1.116
+++ ChangeLog	29 Nov 2007 06:00:15 -0000	1.117
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.116 2007/11/27 03:43:41 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.117 2007/11/29 06:00:15 jer Exp $
+
+  29 Nov 2007; Jeroen Roovers <jer@gentoo.org>
+  gtksourceview-2.0.1-r1.ebuild:
+  Stable for HPPA (bug #199740).
 
   27 Nov 2007; Jeroen Roovers <jer@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild:



1.7                  x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild

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

Index: gtksourceview-2.0.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtksourceview-2.0.1-r1.ebuild	26 Nov 2007 14:03:34 -0000	1.6
+++ gtksourceview-2.0.1-r1.ebuild	29 Nov 2007 06:00:15 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.6 2007/11/26 14:03:34 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.0.1-r1.ebuild,v 1.7 2007/11/29 06:00:15 jer Exp $
 
 inherit gnome2 eutils autotools
 
@@ -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.8



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-11-29  6:00 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-22 15:01 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.0.1-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-11-29  6:00 Jeroen Roovers (jer)
2007-11-26 14:03 Markus Rothe (corsair)
2007-11-24 22:59 Brent Baude (ranger)
2007-11-21 17:26 Dawid Weglinski (cla)
2007-11-20 15:08 Samuli Suominen (drac)
2007-10-24  1:37 Daniel Gryniewicz (dang)

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