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.2.1.ebuild
@ 2008-04-09 21:43 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 5+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2008-04-09 21:43 UTC (permalink / raw
  To: gentoo-commits

eva         08/04/09 21:43:10

  Modified:             ChangeLog
  Added:                gtksourceview-2.2.1.ebuild
  Log:
  bump to 2.2.1. Bug fixes, translations updates and improved keybindings.
  (Portage version: 2.1.5_rc2)

Revision  Changes    Path
1.130                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.129
retrieving revision 1.130
diff -u -r1.129 -r1.130
--- ChangeLog	21 Mar 2008 16:57:57 -0000	1.129
+++ ChangeLog	9 Apr 2008 21:43:10 -0000	1.130
@@ -1,6 +1,12 @@
 # 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.129 2008/03/21 16:57:57 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.130 2008/04/09 21:43:10 eva Exp $
+
+*gtksourceview-2.2.1 (09 Apr 2008)
+
+  09 Apr 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +gtksourceview-2.2.1.ebuild:
+  bump to 2.2.1. Bug fixes, translations updates and improved keybindings.
 
   21 Mar 2008; Mart Raudsepp <leio@gentoo.org> gtksourceview-2.2.0.ebuild:
   Fix up regex dependency handling - system pcre is never needed with the glib



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

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

Index: gtksourceview-2.2.1.ebuild
===================================================================
# 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-2.2.1.ebuild,v 1.1 2008/04/09 21:43:10 eva Exp $

inherit gnome2 eutils

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"

# glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not
# build a copy of it. However gtk+-2.12 already can't work with lower version
# than that
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.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}-2.0/language-specs
	doins "${FILESDIR}"/2.0/gentoo.lang
}



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



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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.1.ebuild
@ 2008-07-27 18:27 Olivier Crete (tester)
  0 siblings, 0 replies; 5+ messages in thread
From: Olivier Crete (tester) @ 2008-07-27 18:27 UTC (permalink / raw
  To: gentoo-commits

tester      08/07/27 18:27:51

  Modified:             ChangeLog gtksourceview-2.2.1.ebuild
  Log:
  Stable on amd64, bug #229709
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.135                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	2 Jul 2008 21:03:28 -0000	1.134
+++ ChangeLog	27 Jul 2008 18:27:51 -0000	1.135
@@ -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.134 2008/07/02 21:03:28 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.135 2008/07/27 18:27:51 tester Exp $
+
+  26 Jul 2008; Olivier Crête <tester@gentoo.org>
+  gtksourceview-2.2.1.ebuild:
+  Stable on amd64, bug #229709
 
 *gtksourceview-2.2.2 (02 Jul 2008)
 



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

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

Index: gtksourceview-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-2.2.1.ebuild	9 Apr 2008 21:43:10 -0000	1.1
+++ gtksourceview-2.2.1.ebuild	27 Jul 2008 18:27:51 -0000	1.2
@@ -1,6 +1,6 @@
 # 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-2.2.1.ebuild,v 1.1 2008/04/09 21:43:10 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v 1.2 2008/07/27 18:27:51 tester Exp $
 
 inherit gnome2 eutils
 
@@ -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"
 
 # glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.1.ebuild
@ 2008-07-30 21:48 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2008-07-30 21:48 UTC (permalink / raw
  To: gentoo-commits

ranger      08/07/30 21:48:33

  Modified:             ChangeLog gtksourceview-2.2.1.ebuild
  Log:
  Marking gtksourceview-2.2.1 ppc for bug 229709
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.136                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	27 Jul 2008 18:27:51 -0000	1.135
+++ ChangeLog	30 Jul 2008 21:48:32 -0000	1.136
@@ -1,6 +1,9 @@
 # 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.135 2008/07/27 18:27:51 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.136 2008/07/30 21:48:32 ranger Exp $
+
+  30 Jul 2008; Brent Baude <ranger@gentoo.org> gtksourceview-2.2.1.ebuild:
+  Marking gtksourceview-2.2.1 ppc stable for bug 229709
 
   26 Jul 2008; Olivier Crête <tester@gentoo.org>
   gtksourceview-2.2.1.ebuild:



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

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

Index: gtksourceview-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gtksourceview-2.2.1.ebuild	27 Jul 2008 18:27:51 -0000	1.2
+++ gtksourceview-2.2.1.ebuild	30 Jul 2008 21:48:32 -0000	1.3
@@ -1,6 +1,6 @@
 # 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-2.2.1.ebuild,v 1.2 2008/07/27 18:27:51 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v 1.3 2008/07/30 21:48:32 ranger Exp $
 
 inherit gnome2 eutils
 
@@ -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"
 
 # glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.1.ebuild
@ 2008-08-10 10:34 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2008-08-10 10:34 UTC (permalink / raw
  To: gentoo-commits

maekke      08/08/10 10:34:35

  Modified:             ChangeLog gtksourceview-2.2.1.ebuild
  Log:
  x86 stable, bug #229709
  (Portage version: 2.2_rc6/cvs/Linux 2.6.27-rc2 i686)

Revision  Changes    Path
1.138                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	9 Aug 2008 12:56:31 -0000	1.137
+++ ChangeLog	10 Aug 2008 10:34:34 -0000	1.138
@@ -1,6 +1,9 @@
 # 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.137 2008/08/09 12:56:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.138 2008/08/10 10:34:34 maekke Exp $
+
+  10 Aug 2008; Markus Meier <maekke@gentoo.org> gtksourceview-2.2.1.ebuild:
+  x86 stable, bug #229709
 
   09 Aug 2008; Gilles Dartiguelongue <eva@gentoo.org>
   gtksourceview-2.2.1.ebuild, gtksourceview-2.2.2.ebuild:



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

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

Index: gtksourceview-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gtksourceview-2.2.1.ebuild	9 Aug 2008 12:56:31 -0000	1.4
+++ gtksourceview-2.2.1.ebuild	10 Aug 2008 10:34:34 -0000	1.5
@@ -1,6 +1,6 @@
 # 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-2.2.1.ebuild,v 1.4 2008/08/09 12:56:31 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v 1.5 2008/08/10 10:34:34 maekke Exp $
 
 inherit gnome2 eutils
 
@@ -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"
 
 # glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.1.ebuild
@ 2008-08-12 13:41 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2008-08-12 13:41 UTC (permalink / raw
  To: gentoo-commits

armin76     08/08/12 13:41:37

  Modified:             ChangeLog gtksourceview-2.2.1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #229709
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.139                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	10 Aug 2008 10:34:34 -0000	1.138
+++ ChangeLog	12 Aug 2008 13:41:36 -0000	1.139
@@ -1,6 +1,9 @@
 # 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.138 2008/08/10 10:34:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.139 2008/08/12 13:41:36 armin76 Exp $
+
+  12 Aug 2008; Raúl Porcel <armin76@gentoo.org> gtksourceview-2.2.1.ebuild:
+  alpha/ia64/sparc stable wrt #229709
 
   10 Aug 2008; Markus Meier <maekke@gentoo.org> gtksourceview-2.2.1.ebuild:
   x86 stable, bug #229709



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

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

Index: gtksourceview-2.2.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gtksourceview-2.2.1.ebuild	10 Aug 2008 10:34:34 -0000	1.5
+++ gtksourceview-2.2.1.ebuild	12 Aug 2008 13:41:36 -0000	1.6
@@ -1,6 +1,6 @@
 # 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-2.2.1.ebuild,v 1.5 2008/08/10 10:34:34 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.1.ebuild,v 1.6 2008/08/12 13:41:36 armin76 Exp $
 
 inherit gnome2 eutils
 
@@ -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"
 
 # glib-2.14 dep is to be sure GRegex exists, so that gtksourceview does not






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

end of thread, other threads:[~2008-08-12 13:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-30 21:48 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2008-08-12 13:41 Raul Porcel (armin76)
2008-08-10 10:34 Markus Meier (maekke)
2008-07-27 18:27 Olivier Crete (tester)
2008-04-09 21:43 Gilles Dartiguelongue (eva)

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