public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-01-01 20:53 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-01 20:53 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/01 20:53:51

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  media-libs/gegl: Fix src_configure
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.1&r2=1.2

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gegl-0.1.8.ebuild	1 Jan 2012 13:33:37 -0000	1.1
+++ gegl-0.1.8.ebuild	1 Jan 2012 20:53:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.1 2012/01/01 13:33:37 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.2 2012/01/01 20:53:51 sping Exp $
 
 EAPI=4
 
@@ -91,7 +91,7 @@
 		$(use_with svg librsvg) \
 		$(use_with umfpack) \
 		$(use_with v4l libv4l) \
-		$(use_with introspection) \
+		$(use_enable introspection) \
 		$(use_with lensfun)
 	# TODO expose --without-vala ?
 }



1.60                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	1 Jan 2012 13:33:38 -0000	1.59
+++ ChangeLog	1 Jan 2012 20:53:51 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.59 2012/01/01 13:33:38 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.60 2012/01/01 20:53:51 sping Exp $
+
+  01 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+  Fix broken use of --(en|dis)able-introspection
 
 *gegl-0.1.8 (01 Jan 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-01-01 21:54 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-01 21:54 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/01 21:54:45

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  media-libs/gegl: Sandbox fix (bug #396687)
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.2&r2=1.3

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gegl-0.1.8.ebuild	1 Jan 2012 20:53:51 -0000	1.2
+++ gegl-0.1.8.ebuild	1 Jan 2012 21:54:45 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.2 2012/01/01 20:53:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.3 2012/01/01 21:54:45 sping Exp $
 
 EAPI=4
 
@@ -104,6 +104,11 @@
 	default
 }
 
+src_compile() {
+	# Sandbox workaround (bug #396687)
+	GI_SCANNER_DISABLE_CACHE=yes_please default
+}
+
 src_install() {
 	default
 	find "${ED}" -name '*.la' -delete



1.61                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	1 Jan 2012 20:53:51 -0000	1.60
+++ ChangeLog	1 Jan 2012 21:54:45 -0000	1.61
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.60 2012/01/01 20:53:51 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.61 2012/01/01 21:54:45 sping Exp $
+
+  01 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+  Hopefully fix sandbox violation (bug #396687)
 
   01 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
   Fix broken use of --(en|dis)able-introspection






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-01-02 11:59 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-02 11:59 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/02 11:59:07

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  media-libs/gegl: Fix sandbox issues (bug #396687)
  
  (Portage version: 2.1.10.43/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.3&r2=1.4

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gegl-0.1.8.ebuild	1 Jan 2012 21:54:45 -0000	1.3
+++ gegl-0.1.8.ebuild	2 Jan 2012 11:59:06 -0000	1.4
@@ -1,10 +1,10 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.3 2012/01/01 21:54:45 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.4 2012/01/02 11:59:06 sping Exp $
 
 EAPI=4
 
-inherit eutils autotools
+inherit gnome2-utils eutils autotools
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -97,16 +97,13 @@
 }
 
 src_test() {
-	# set xdg dirs to not violate sandbox constrains
-	export XDG_CONFIG_HOME="${T}"
-	export XDG_CACHE_HOME="${T}"
-
+	gnome2_environment_reset  # sandbox issues
 	default
 }
 
 src_compile() {
-	# Sandbox workaround (bug #396687)
-	GI_SCANNER_DISABLE_CACHE=yes_please default
+	gnome2_environment_reset  # sandbox issues (bug #396687)
+	default
 }
 
 src_install() {



1.62                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.61&r2=1.62

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog	1 Jan 2012 21:54:45 -0000	1.61
+++ ChangeLog	2 Jan 2012 11:59:07 -0000	1.62
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.61 2012/01/01 21:54:45 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.62 2012/01/02 11:59:07 sping Exp $
+
+  02 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+  Fix remaining sandbox issues using gnome2_environment_reset of the
+  gnome2-utils eclass. Idea by Alexandre Rostovtsev (tetromino), testing by
+  Mike Callahan and others. (bug #396687)
 
   01 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
   Hopefully fix sandbox violation (bug #396687)






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-01-02 17:05 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-02 17:05 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/02 17:05:25

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  media-libs/gegl: Improve 0.1.8
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.4&r2=1.5

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gegl-0.1.8.ebuild	2 Jan 2012 11:59:06 -0000	1.4
+++ gegl-0.1.8.ebuild	2 Jan 2012 17:05:25 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.4 2012/01/02 11:59:06 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.5 2012/01/02 17:05:25 sping Exp $
 
 EAPI=4
 
@@ -54,8 +54,9 @@
 DOCS=( ChangeLog INSTALL README NEWS )
 
 src_prepare() {
-	# Workaroung "No rule to make target `gegl-0.1.deps'"
-	touch "${S}/gegl/gegl-0.1.deps" || die
+	# Fix for upstream bug "gegl/gegl-0.1.deps missing from gegl-0.1.8 tarball"
+	# https://bugzilla.gnome.org/show_bug.cgi?id=666737
+	[ -f gegl/gegl-0.1.deps ] || echo 'Babl-0.1' > gegl/gegl-0.1.deps
 
 	# fix OSX loadable module filename extension
 	sed -i -e 's/\.dylib/.bundle/' configure.ac || die



1.63                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	2 Jan 2012 11:59:07 -0000	1.62
+++ ChangeLog	2 Jan 2012 17:05:25 -0000	1.63
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.62 2012/01/02 11:59:07 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.63 2012/01/02 17:05:25 sping Exp $
+
+  02 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+  Improve fix on gegl/gegl-0.1.deps (for USE=introspection)
 
   02 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
   Fix remaining sandbox issues using gnome2_environment_reset of the






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-01-04  6:12 Sebastian Pipping (sping)
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastian Pipping (sping) @ 2012-01-04  6:12 UTC (permalink / raw
  To: gentoo-commits

sping       12/01/04 06:12:58

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  media-libs/gegl: Remove dependency on GTK+
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.5&r2=1.6

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gegl-0.1.8.ebuild	2 Jan 2012 17:05:25 -0000	1.5
+++ gegl-0.1.8.ebuild	4 Jan 2012 06:12:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.5 2012/01/02 17:05:25 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.6 2012/01/04 06:12:57 sping Exp $
 
 EAPI=4
 
@@ -20,7 +20,6 @@
 
 RDEPEND=">=media-libs/babl-0.1.6
 	>=dev-libs/glib-2.28:2
-	x11-libs/gtk+:2
 	>=x11-libs/gdk-pixbuf-2.18:2
 	x11-libs/pango
 	sys-libs/zlib



1.64                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	2 Jan 2012 17:05:25 -0000	1.63
+++ ChangeLog	4 Jan 2012 06:12:57 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.63 2012/01/02 17:05:25 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.64 2012/01/04 06:12:57 sping Exp $
+
+  04 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
+  Remove dependency on GTK+ from GEGL 0.1.8
 
   02 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild:
   Improve fix on gegl/gegl-0.1.deps (for USE=introspection)






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog
@ 2012-02-13 20:21 Fabian Groffen (grobian)
  0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2012-02-13 20:21 UTC (permalink / raw
  To: gentoo-commits

grobian     12/02/13 20:21:43

  Modified:             gegl-0.1.8.ebuild ChangeLog
  Log:
  Marked ~x64-macos
  
  (Portage version: 2.2.01.20153-prefix/cvs/Darwin i386)

Revision  Changes    Path
1.8                  media-libs/gegl/gegl-0.1.8.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild?r1=1.7&r2=1.8

Index: gegl-0.1.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gegl-0.1.8.ebuild	6 Jan 2012 19:40:53 -0000	1.7
+++ gegl-0.1.8.ebuild	13 Feb 2012 20:21:43 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.7 2012/01/06 19:40:53 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.1.8.ebuild,v 1.8 2012/02/13 20:21:43 grobian Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
 
 IUSE="cairo debug exif ffmpeg graphviz introspection jpeg jpeg2k lensfun lua mmx openexr png raw sdl sse svg umfpack v4l vala"
 



1.66                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	6 Jan 2012 19:40:53 -0000	1.65
+++ ChangeLog	13 Feb 2012 20:21:43 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.65 2012/01/06 19:40:53 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.66 2012/02/13 20:21:43 grobian Exp $
+
+  13 Feb 2012; Fabian Groffen <grobian@gentoo.org> gegl-0.1.8.ebuild:
+  Marked ~x64-macos
 
   06 Jan 2012; Sebastian Pipping <sping@gentoo.org> gegl-0.1.8.ebuild,
   metadata.xml:






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

end of thread, other threads:[~2012-02-13 20:21 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-02 17:05 [gentoo-commits] gentoo-x86 commit in media-libs/gegl: gegl-0.1.8.ebuild ChangeLog Sebastian Pipping (sping)
  -- strict thread matches above, loose matches on Subject: below --
2012-02-13 20:21 Fabian Groffen (grobian)
2012-01-04  6:12 Sebastian Pipping (sping)
2012-01-02 11:59 Sebastian Pipping (sping)
2012-01-01 21:54 Sebastian Pipping (sping)
2012-01-01 20:53 Sebastian Pipping (sping)

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