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.0.ebuild
@ 2008-03-21 16:57 Mart Raudsepp (leio)
  0 siblings, 0 replies; only message in thread
From: Mart Raudsepp (leio) @ 2008-03-21 16:57 UTC (permalink / raw
  To: gentoo-commits

leio        08/03/21 16:57:57

  Modified:             ChangeLog gtksourceview-2.2.0.ebuild
  Log:
  Fix up regex dependency handling - system pcre is never needed with the glib version we indirectly depend on, and glib provided GRegex is used instead. No real change other than unnecessary libpcre dependency is now removed.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.129                x11-libs/gtksourceview/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	10 Mar 2008 19:55:21 -0000	1.128
+++ ChangeLog	21 Mar 2008 16:57:57 -0000	1.129
@@ -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.128 2008/03/10 19:55:21 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/ChangeLog,v 1.129 2008/03/21 16:57:57 leio Exp $
+
+  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
+  version we indirectly depend on, and glib provided GRegex is used instead.
+  No real change other than the unnecessary libpcre dependency is now removed.
 
 *gtksourceview-2.2.0 (10 Mar 2008)
 



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

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

Index: gtksourceview-2.2.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gtksourceview-2.2.0.ebuild	10 Mar 2008 19:55:21 -0000	1.1
+++ gtksourceview-2.2.0.ebuild	21 Mar 2008 16:57:57 -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.0.ebuild,v 1.1 2008/03/10 19:55:21 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtksourceview/gtksourceview-2.2.0.ebuild,v 1.2 2008/03/21 16:57:57 leio Exp $
 
 inherit gnome2 eutils
 
@@ -12,10 +12,12 @@
 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
-	>=dev-libs/libpcre-7.4"
+	>=dev-libs/glib-2.14"
 DEPEND="${RDEPEND}
 	sys-devel/gettext
 	>=dev-util/intltool-0.35
@@ -26,7 +28,7 @@
 
 pkg_setup() {
 	# Removes the gnome-vfs dep
-	G2CONF="${G2CONF} --disable-build-tests --with-system-pcre"
+	G2CONF="${G2CONF} --disable-build-tests"
 }
 
 src_install() {



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



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-21 16:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-21 16:57 [gentoo-commits] gentoo-x86 commit in x11-libs/gtksourceview: ChangeLog gtksourceview-2.2.0.ebuild Mart Raudsepp (leio)

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