public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2007-09-19 19:01 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Gryniewicz (dang) @ 2007-09-19 19:01 UTC (permalink / raw
  To: gentoo-commits

dang        07/09/19 19:01:10

  Modified:             ChangeLog
  Added:                gtksourceview-1.8.5-r1.ebuild
  Log:
  Add a language spec for ebuilds; bug #155350
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.100                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	2 Jun 2007 02:45:49 -0000	1.99
+++ ChangeLog	19 Sep 2007 19:01:09 -0000	1.100
@@ -1,6 +1,12 @@
 # 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.99 2007/06/02 02:45:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.100 2007/09/19 19:01:09 dang Exp $
+
+*gtksourceview-1.8.5-r1 (19 Sep 2007)
+
+  19 Sep 2007; Daniel Gryniewicz <dang@gentoo.org> +files/gentoo.lang,
+  +gtksourceview-1.8.5-r1.ebuild:
+  Add a language spec for ebuilds; bug #155350
 
   02 Jun 2007; Brent Baude <ranger@gentoo.org> gtksourceview-1.8.5.ebuild:
   Marking gtksourceview-1.8.5 ppc stable for bug #171107



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

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

Index: gtksourceview-1.8.5-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-1.8.5-r1.ebuild,v 1.1 2007/09/19 19:01:09 dang Exp $

inherit gnome2

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

LICENSE="GPL-2"
SLOT="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
	>=gnome-base/libgnomeprint-2.8
	>=dev-libs/glib-2"
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"
}

src_install() {
	gnome2_src_install

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



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2007-09-20 18:56 Daniel Gryniewicz (dang)
  0 siblings, 0 replies; 11+ messages in thread
From: Daniel Gryniewicz (dang) @ 2007-09-20 18:56 UTC (permalink / raw
  To: gentoo-commits

dang        07/09/20 18:56:35

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  Block portatosourceview which has the gentoo.lang in it
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.101                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	19 Sep 2007 19:01:09 -0000	1.100
+++ ChangeLog	20 Sep 2007 18:56:35 -0000	1.101
@@ -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.100 2007/09/19 19:01:09 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.101 2007/09/20 18:56:35 dang Exp $
+
+  20 Sep 2007; Daniel Gryniewicz <dang@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  Block portatosourceview which has the gentoo.lang in it
 
 *gtksourceview-1.8.5-r1 (19 Sep 2007)
 



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

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-1.8.5-r1.ebuild	19 Sep 2007 19:01:09 -0000	1.1
+++ gtksourceview-1.8.5-r1.ebuild	20 Sep 2007 18:56:35 -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-1.8.5-r1.ebuild,v 1.1 2007/09/19 19:01:09 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.2 2007/09/20 18:56:35 dang Exp $
 
 inherit gnome2
 
@@ -15,7 +15,9 @@
 RDEPEND=">=x11-libs/gtk+-2.8
 	>=dev-libs/libxml2-2.5
 	>=gnome-base/libgnomeprint-2.8
-	>=dev-libs/glib-2"
+	>=dev-libs/glib-2
+	!<dev-util/portatosourceview-2.16.1-r1"
+
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 	>=dev-util/intltool-0.35



-- 
gentoo-commits@gentoo.org mailing list



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

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

drac        07/11/16 17:13:59

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

Revision  Changes    Path
1.106                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.105
retrieving revision 1.106
diff -u -r1.105 -r1.106
--- ChangeLog	24 Oct 2007 01:37:37 -0000	1.105
+++ ChangeLog	16 Nov 2007 17:13:58 -0000	1.106
@@ -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.105 2007/10/24 01:37:37 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.106 2007/11/16 17:13:58 drac Exp $
+
+  16 Nov 2007; Samuli Suominen <drac@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  amd64 stable wrt #199322
 
 *gtksourceview-2.0.1-r1 (24 Oct 2007)
 



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

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gtksourceview-1.8.5-r1.ebuild	10 Oct 2007 15:01:21 -0000	1.3
+++ gtksourceview-1.8.5-r1.ebuild	16 Nov 2007 17:13:58 -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-1.8.5-r1.ebuild,v 1.3 2007/10/10 15:01:21 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.4 2007/11/16 17:13:58 drac Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

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

cla         07/11/17 13:25:18

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  Stable on x86 wrt bug #199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.107                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- ChangeLog	16 Nov 2007 17:13:58 -0000	1.106
+++ ChangeLog	17 Nov 2007 13:25:18 -0000	1.107
@@ -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.106 2007/11/16 17:13:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.107 2007/11/17 13:25:18 cla Exp $
+
+  17 Nov 2007; Dawid Węgliński <cla@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  Stable on x86 (bug #199322)
 
   16 Nov 2007; Samuli Suominen <drac@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild:



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

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtksourceview-1.8.5-r1.ebuild	16 Nov 2007 17:13:58 -0000	1.4
+++ gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 13:25:18 -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-1.8.5-r1.ebuild,v 1.4 2007/11/16 17:13:58 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.5 2007/11/17 13:25:18 cla Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2007-11-17 15:37 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 11+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2007-11-17 15:37 UTC (permalink / raw
  To: gentoo-commits

nixnut      07/11/17 15:37:31

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  Stable on ppc wrt bug 199322
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.108                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.107
retrieving revision 1.108
diff -u -r1.107 -r1.108
--- ChangeLog	17 Nov 2007 13:25:18 -0000	1.107
+++ ChangeLog	17 Nov 2007 15:37:31 -0000	1.108
@@ -1,6 +1,9 @@
 # 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.107 2007/11/17 13:25:18 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.108 2007/11/17 15:37:31 nixnut Exp $
+
+  17 Nov 2007; nixnut <nixnut@gentoo.org> gtksourceview-1.8.5-r1.ebuild:
+  Stable on ppc wrt bug 199322
 
   17 Nov 2007; Dawid Węgliński <cla@gentoo.org>
   gtksourceview-1.8.5-r1.ebuild:



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

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 13:25:18 -0000	1.5
+++ gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 15:37:31 -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-1.8.5-r1.ebuild,v 1.5 2007/11/17 13:25:18 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.6 2007/11/17 15:37:31 nixnut Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

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

armin76     07/11/17 18:02:40

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

Revision  Changes    Path
1.109                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.108
retrieving revision 1.109
diff -u -r1.108 -r1.109
--- ChangeLog	17 Nov 2007 15:37:31 -0000	1.108
+++ ChangeLog	17 Nov 2007 18:02:40 -0000	1.109
@@ -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.108 2007/11/17 15:37:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.109 2007/11/17 18:02:40 armin76 Exp $
+
+  17 Nov 2007; Raúl Porcel <armin76@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  alpha/ia64/sparc stable wrt #199322
 
   17 Nov 2007; nixnut <nixnut@gentoo.org> gtksourceview-1.8.5-r1.ebuild:
   Stable on ppc wrt bug 199322



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

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 15:37:31 -0000	1.6
+++ gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 18:02:40 -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-1.8.5-r1.ebuild,v 1.6 2007/11/17 15:37:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.7 2007/11/17 18:02:40 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

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

corsair     07/11/20 19:20:26

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

Revision  Changes    Path
1.111                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	20 Nov 2007 15:08:51 -0000	1.110
+++ ChangeLog	20 Nov 2007 19:20:26 -0000	1.111
@@ -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.110 2007/11/20 15:08:51 drac Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.111 2007/11/20 19:20:26 corsair Exp $
+
+  20 Nov 2007; Markus Rothe <corsair@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  Stable on ppc64; bug #199322
 
   20 Nov 2007; Samuli Suominen <drac@gentoo.org>
   gtksourceview-2.0.1-r1.ebuild:



1.8                  x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gtksourceview-1.8.5-r1.ebuild	17 Nov 2007 18:02:40 -0000	1.7
+++ gtksourceview-1.8.5-r1.ebuild	20 Nov 2007 19:20:26 -0000	1.8
@@ -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-1.8.5-r1.ebuild,v 1.7 2007/11/17 18:02:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.8 2007/11/20 19:20:26 corsair Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

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

jer         07/11/27 03:43:41

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  Stable for HPPA (bug #199322).
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.116                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.115
retrieving revision 1.116
diff -u -r1.115 -r1.116
--- ChangeLog	26 Nov 2007 14:03:34 -0000	1.115
+++ ChangeLog	27 Nov 2007 03:43:41 -0000	1.116
@@ -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.115 2007/11/26 14:03:34 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.116 2007/11/27 03:43:41 jer Exp $
+
+  27 Nov 2007; Jeroen Roovers <jer@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  Stable for HPPA (bug #199322).
 
   26 Nov 2007; Markus Rothe <corsair@gentoo.org>
   gtksourceview-2.0.1-r1.ebuild:



1.9                  x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gtksourceview-1.8.5-r1.ebuild	20 Nov 2007 19:20:26 -0000	1.8
+++ gtksourceview-1.8.5-r1.ebuild	27 Nov 2007 03:43:41 -0000	1.9
@@ -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-1.8.5-r1.ebuild,v 1.8 2007/11/20 19:20:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.9 2007/11/27 03:43:41 jer Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="GPL-2"
 SLOT="1.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] 11+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2008-06-15 19:44 Sven Wegener (swegener)
  0 siblings, 0 replies; 11+ messages in thread
From: Sven Wegener (swegener) @ 2008-06-15 19:44 UTC (permalink / raw
  To: gentoo-commits

swegener    08/06/15 19:44:53

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  append-cppflags -D_GNU_SOURCE for gcc-4.3/glibc-2.8 compability.
  (Portage version: 2.1.5.5)

Revision  Changes    Path
1.132                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.131
retrieving revision 1.132
diff -u -r1.131 -r1.132
--- ChangeLog	17 May 2008 18:12:07 -0000	1.131
+++ ChangeLog	15 Jun 2008 19:44:52 -0000	1.132
@@ -1,6 +1,10 @@
 # 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.131 2008/05/17 18:12:07 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.132 2008/06/15 19:44:52 swegener Exp $
+
+  15 Jun 2008; Sven Wegener <swegener@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  append-cppflags -D_GNU_SOURCE for gcc-4.3/glibc-2.8 compability.
 
   17 May 2008; Mart Raudsepp <leio@gentoo.org>
   -gtksourceview-2.0.1-r1.ebuild, -gtksourceview-2.2.0.ebuild:



1.11                 x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gtksourceview-1.8.5-r1.ebuild	11 Dec 2007 22:03:31 -0000	1.10
+++ gtksourceview-1.8.5-r1.ebuild	15 Jun 2008 19:44:52 -0000	1.11
@@ -1,8 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.10 2007/12/11 22:03:31 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.11 2008/06/15 19:44:52 swegener Exp $
 
-inherit gnome2
+inherit gnome2 flag-o-matic
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
 HOMEPAGE="http://www.gnome.org/"
@@ -29,6 +29,9 @@
 pkg_setup() {
 	# Removes the gnome-vfs dep
 	G2CONF="${G2CONF} --disable-build-tests"
+
+	# Needed for gcc-4.3
+	append-cppflags -D_GNU_SOURCE
 }
 
 src_install() {



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2011-03-29 12:59 Christoph Mende (angelos)
  0 siblings, 0 replies; 11+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-29 12:59 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/29 12:59:21

  Modified:             ChangeLog gtksourceview-1.8.5-r1.ebuild
  Log:
  Fix gtk+ slot deps
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.199                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.198
retrieving revision 1.199
diff -u -r1.198 -r1.199
--- ChangeLog	27 Mar 2011 12:57:48 -0000	1.198
+++ ChangeLog	29 Mar 2011 12:59:21 -0000	1.199
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.198 2011/03/27 12:57:48 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.199 2011/03/29 12:59:21 angelos Exp $
+
+  29 Mar 2011; Christoph Mende <angelos@gentoo.org>
+  gtksourceview-1.8.5-r1.ebuild:
+  Fix gtk+ slot deps
 
   27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   -gtksourceview-2.10.4.ebuild, gtksourceview-2.10.5-r1.ebuild:



1.14                 x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild

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

Index: gtksourceview-1.8.5-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- gtksourceview-1.8.5-r1.ebuild	6 Feb 2011 01:45:10 -0000	1.13
+++ gtksourceview-1.8.5-r1.ebuild	29 Mar 2011 12:59:21 -0000	1.14
@@ -1,7 +1,8 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.13 2011/02/06 01:45:10 abcd Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-1.8.5-r1.ebuild,v 1.14 2011/03/29 12:59:21 angelos Exp $
 
+EAPI=1
 inherit gnome2 flag-o-matic autotools
 
 DESCRIPTION="A text widget implementing syntax highlighting and other features"
@@ -12,10 +13,10 @@
 KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux"
 IUSE="doc"
 
-RDEPEND=">=x11-libs/gtk+-2.8
-	>=dev-libs/libxml2-2.5
+RDEPEND=">=x11-libs/gtk+-2.8:2
+	>=dev-libs/libxml2-2.5:2
 	>=gnome-base/libgnomeprint-2.8
-	>=dev-libs/glib-2
+	dev-libs/glib:2
 	!<dev-util/portatosourceview-2.16.1-r1"
 
 DEPEND="${RDEPEND}






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild
@ 2011-09-13 11:55 Pacho Ramos (pacho)
  0 siblings, 0 replies; 11+ messages in thread
From: Pacho Ramos (pacho) @ 2011-09-13 11:55 UTC (permalink / raw
  To: gentoo-commits

pacho       11/09/13 11:55:31

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

Revision  Changes    Path
1.208                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	28 Aug 2011 23:52:18 -0000	1.207
+++ ChangeLog	13 Sep 2011 11:55:31 -0000	1.208
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/gtksourceview
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.207 2011/08/28 23:52:18 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.208 2011/09/13 11:55:31 pacho Exp $
+
+  13 Sep 2011; Pacho Ramos <pacho@gentoo.org> -gtksourceview-1.8.5-r1.ebuild:
+  Remove old.
 
   28 Aug 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
   -gtksourceview-3.0.3.ebuild, -gtksourceview-3.0.4.ebuild,






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

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

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-29 12:59 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-1.8.5-r1.ebuild Christoph Mende (angelos)
  -- strict thread matches above, loose matches on Subject: below --
2011-09-13 11:55 Pacho Ramos (pacho)
2008-06-15 19:44 Sven Wegener (swegener)
2007-11-27  3:43 Jeroen Roovers (jer)
2007-11-20 19:20 Markus Rothe (corsair)
2007-11-17 18:02 Raul Porcel (armin76)
2007-11-17 15:37 Gysbert Wassenaar (nixnut)
2007-11-17 13:25 Dawid Weglinski (cla)
2007-11-16 17:13 Samuli Suominen (drac)
2007-09-20 18:56 Daniel Gryniewicz (dang)
2007-09-19 19:01 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