public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-01-10 16:56 Hanno Boeck (hanno)
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Boeck (hanno) @ 2009-01-10 16:56 UTC (permalink / raw
  To: gentoo-commits

hanno       09/01/10 16:56:07

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  gegl: remove sandbox workaround, has been fixed upstream
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.16                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	10 Jan 2009 16:50:30 -0000	1.15
+++ ChangeLog	10 Jan 2009 16:56:07 -0000	1.16
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.15 2009/01/10 16:50:30 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.16 2009/01/10 16:56:07 hanno Exp $
+
+  10 Jan 2009; Hanno Boeck <hanno@gentoo.org> gegl-0.0.22.ebuild:
+  Remove sandbox workaround, fixed upstream, see
+  http://bugzilla.gnome.org/show_bug.cgi?id=529668.
 
 *gegl-0.0.22 (10 Jan 2009)
 



1.2                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gegl-0.0.22.ebuild	10 Jan 2009 16:50:30 -0000	1.1
+++ gegl-0.0.22.ebuild	10 Jan 2009 16:56:07 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.1 2009/01/10 16:50:30 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.2 2009/01/10 16:56:07 hanno Exp $
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -58,7 +58,7 @@
 		$(use_with svg librsvg) \
 		$(use_enable sse) \
 		|| die "econf failed"
-	env GEGL_SWAP="${WORKDIR}" emake || die "emake failed"
+	emake || die "emake failed"
 }
 
 src_install() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-01-10 22:00 Patrick Lauer (patrick)
  0 siblings, 0 replies; 14+ messages in thread
From: Patrick Lauer (patrick) @ 2009-01-10 22:00 UTC (permalink / raw
  To: gentoo-commits

patrick     09/01/10 22:00:40

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Fixing missing inherit, #254485
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.17                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.16&r2=1.17

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog	10 Jan 2009 16:56:07 -0000	1.16
+++ ChangeLog	10 Jan 2009 22:00:40 -0000	1.17
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.16 2009/01/10 16:56:07 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.17 2009/01/10 22:00:40 patrick Exp $
+
+  10 Jan 2009; Patrick Lauer <patrick@gentoo.org> gegl-0.0.22.ebuild:
+  Adding eutils inherit, fixes bug #254485
 
   10 Jan 2009; Hanno Boeck <hanno@gentoo.org> gegl-0.0.22.ebuild:
   Remove sandbox workaround, fixed upstream, see



1.3                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gegl-0.0.22.ebuild	10 Jan 2009 16:56:07 -0000	1.2
+++ gegl-0.0.22.ebuild	10 Jan 2009 22:00:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.2 2009/01/10 16:56:07 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.3 2009/01/10 22:00:40 patrick Exp $
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -12,6 +12,8 @@
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 
+inherit eutils
+
 DEPEND=">=media-libs/babl-0.0.20
 	>=dev-libs/glib-2.18.0
 	media-libs/libpng






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-01-10 23:08 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 14+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-01-10 23:08 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    09/01/10 23:08:31

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  inherit goes near the top
  (Portage version: 2.1.6.4/cvs/Linux 2.6.27.8 i686)

Revision  Changes    Path
1.18                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.17&r2=1.18

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog	10 Jan 2009 22:00:40 -0000	1.17
+++ ChangeLog	10 Jan 2009 23:08:30 -0000	1.18
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.17 2009/01/10 22:00:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.18 2009/01/10 23:08:30 mr_bones_ Exp $
+
+  10 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> gegl-0.0.22.ebuild:
+  inherit goes near the top
 
   10 Jan 2009; Patrick Lauer <patrick@gentoo.org> gegl-0.0.22.ebuild:
   Adding eutils inherit, fixes bug #254485



1.4                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gegl-0.0.22.ebuild	10 Jan 2009 22:00:40 -0000	1.3
+++ gegl-0.0.22.ebuild	10 Jan 2009 23:08:30 -0000	1.4
@@ -1,6 +1,8 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.3 2009/01/10 22:00:40 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.4 2009/01/10 23:08:30 mr_bones_ Exp $
+
+inherit eutils
 
 DESCRIPTION="A graph based image processing framework"
 HOMEPAGE="http://www.gegl.org/"
@@ -12,8 +14,6 @@
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 
-inherit eutils
-
 DEPEND=">=media-libs/babl-0.0.20
 	>=dev-libs/glib-2.18.0
 	media-libs/libpng






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-01-15 14:01 Hanno Boeck (hanno)
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Boeck (hanno) @ 2009-01-15 14:01 UTC (permalink / raw
  To: gentoo-commits

hanno       09/01/15 14:01:07

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  gegl: add missing include of locale.h
  (Portage version: 2.2_rc22/cvs/Linux 2.6.28 x86_64)

Revision  Changes    Path
1.19                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.18&r2=1.19

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog	10 Jan 2009 23:08:30 -0000	1.18
+++ ChangeLog	15 Jan 2009 14:01:07 -0000	1.19
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.18 2009/01/10 23:08:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.19 2009/01/15 14:01:07 hanno Exp $
+
+  15 Jan 2009; Hanno Boeck <hanno@gentoo.org>
+  +files/gegl-0.0.22-locale_h.diff, gegl-0.0.22.ebuild:
+  Add missing include, fixes #254619.
 
   10 Jan 2009; Michael Sterrett <mr_bones_@gentoo.org> gegl-0.0.22.ebuild:
   inherit goes near the top



1.5                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gegl-0.0.22.ebuild	10 Jan 2009 23:08:30 -0000	1.4
+++ gegl-0.0.22.ebuild	15 Jan 2009 14:01:07 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.4 2009/01/10 23:08:30 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.5 2009/01/15 14:01:07 hanno Exp $
 
 inherit eutils
 
@@ -40,6 +40,12 @@
 	fi
 }
 
+src_unpack() {
+	unpack ${A}
+	cd "${S}"
+	epatch "${FILESDIR}/${P}-locale_h.diff"
+}
+
 src_compile() {
 	econf --with-gtk --with-pango --with-gdk-pixbuf \
 		$(use_enable debug) \






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-01-31  9:26 Matti Bickel (mabi)
  0 siblings, 0 replies; 14+ messages in thread
From: Matti Bickel (mabi) @ 2009-01-31  9:26 UTC (permalink / raw
  To: gentoo-commits

mabi        09/01/31 09:26:09

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  added ~ppc for bug #240433
  (Portage version: 2.1.6.7/cvs/Linux ppc)

Revision  Changes    Path
1.20                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.19&r2=1.20

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	15 Jan 2009 14:01:07 -0000	1.19
+++ ChangeLog	31 Jan 2009 09:26:08 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.19 2009/01/15 14:01:07 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.20 2009/01/31 09:26:08 mabi Exp $
+
+  31 Jan 2009; Matti Bickel <mabi@gentoo.org> gegl-0.0.22.ebuild:
+  added ~ppc for bug #240433
 
   15 Jan 2009; Hanno Boeck <hanno@gentoo.org>
   +files/gegl-0.0.22-locale_h.diff, gegl-0.0.22.ebuild:



1.6                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gegl-0.0.22.ebuild	15 Jan 2009 14:01:07 -0000	1.5
+++ gegl-0.0.22.ebuild	31 Jan 2009 09:26:09 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.5 2009/01/15 14:01:07 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.6 2009/01/31 09:26:09 mabi Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-03-20 23:32 Markus Meier (maekke)
  0 siblings, 0 replies; 14+ messages in thread
From: Markus Meier (maekke) @ 2009-03-20 23:32 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/20 23:32:13

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  amd64/x86 stable, bug #258344
  (Portage version: 2.1.6.9/cvs/Linux x86_64)

Revision  Changes    Path
1.21                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.20&r2=1.21

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog	31 Jan 2009 09:26:08 -0000	1.20
+++ ChangeLog	20 Mar 2009 23:32:13 -0000	1.21
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.20 2009/01/31 09:26:08 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.21 2009/03/20 23:32:13 maekke Exp $
+
+  20 Mar 2009; Markus Meier <maekke@gentoo.org> gegl-0.0.22.ebuild:
+  amd64/x86 stable, bug #258344
 
   31 Jan 2009; Matti Bickel <mabi@gentoo.org> gegl-0.0.22.ebuild:
   added ~ppc for bug #240433



1.7                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gegl-0.0.22.ebuild	31 Jan 2009 09:26:09 -0000	1.6
+++ gegl-0.0.22.ebuild	20 Mar 2009 23:32:13 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.6 2009/01/31 09:26:09 mabi Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.7 2009/03/20 23:32:13 maekke Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-03-22 15:17 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 14+ messages in thread
From: Tobias Klausmann (klausman) @ 2009-03-22 15:17 UTC (permalink / raw
  To: gentoo-commits

klausman    09/03/22 15:17:04

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Stable on alpha, bug #258344
  (Portage version: 2.1.6.9/cvs/Linux x86_64)

Revision  Changes    Path
1.22                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.22&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.22&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.21&r2=1.22

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- ChangeLog	20 Mar 2009 23:32:13 -0000	1.21
+++ ChangeLog	22 Mar 2009 15:17:04 -0000	1.22
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.21 2009/03/20 23:32:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.22 2009/03/22 15:17:04 klausman Exp $
+
+  22 Mar 2009; Tobias Klausmann <klausman@gentoo.org> gegl-0.0.22.ebuild:
+  Stable on alpha, bug #258344
 
   20 Mar 2009; Markus Meier <maekke@gentoo.org> gegl-0.0.22.ebuild:
   amd64/x86 stable, bug #258344



1.8                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gegl-0.0.22.ebuild	20 Mar 2009 23:32:13 -0000	1.7
+++ gegl-0.0.22.ebuild	22 Mar 2009 15:17:04 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.7 2009/03/20 23:32:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.8 2009/03/22 15:17:04 klausman Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-03-31 14:14 Raul Porcel (armin76)
  0 siblings, 0 replies; 14+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-31 14:14 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/31 14:14:40

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  ia64/sparc stable wrt #258344
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.23                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	22 Mar 2009 15:17:04 -0000	1.22
+++ ChangeLog	31 Mar 2009 14:14:40 -0000	1.23
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.22 2009/03/22 15:17:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.23 2009/03/31 14:14:40 armin76 Exp $
+
+  31 Mar 2009; Raúl Porcel <armin76@gentoo.org> gegl-0.0.22.ebuild:
+  ia64/sparc stable wrt #258344
 
   22 Mar 2009; Tobias Klausmann <klausman@gentoo.org> gegl-0.0.22.ebuild:
   Stable on alpha, bug #258344



1.9                  media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- gegl-0.0.22.ebuild	22 Mar 2009 15:17:04 -0000	1.8
+++ gegl-0.0.22.ebuild	31 Mar 2009 14:14:40 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.8 2009/03/22 15:17:04 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.9 2009/03/31 14:14:40 armin76 Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-04-06 14:21 Brent Baude (ranger)
  0 siblings, 0 replies; 14+ messages in thread
From: Brent Baude (ranger) @ 2009-04-06 14:21 UTC (permalink / raw
  To: gentoo-commits

ranger      09/04/06 14:21:33

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Marking gegl-0.0.22 ppc for bug 258344
  (Portage version: 2.1.6.11/cvs/Linux ppc64)

Revision  Changes    Path
1.24                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	31 Mar 2009 14:14:40 -0000	1.23
+++ ChangeLog	6 Apr 2009 14:21:33 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.23 2009/03/31 14:14:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.24 2009/04/06 14:21:33 ranger Exp $
+
+  06 Apr 2009; Brent Baude <ranger@gentoo.org> gegl-0.0.22.ebuild:
+  Marking gegl-0.0.22 ppc for bug 258344
 
   31 Mar 2009; Raúl Porcel <armin76@gentoo.org> gegl-0.0.22.ebuild:
   ia64/sparc stable wrt #258344



1.10                 media-libs/gegl/gegl-0.0.22.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?r1=1.9&r2=1.10

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gegl-0.0.22.ebuild	31 Mar 2009 14:14:40 -0000	1.9
+++ gegl-0.0.22.ebuild	6 Apr 2009 14:21:33 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.9 2009/03/31 14:14:40 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.10 2009/04/06 14:21:33 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-05-26 23:42 Hanno Boeck (hanno)
  0 siblings, 0 replies; 14+ messages in thread
From: Hanno Boeck (hanno) @ 2009-05-26 23:42 UTC (permalink / raw
  To: gentoo-commits

hanno       09/05/26 23:42:35

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  gegl: remove deprecated usage of img_convert-function from ffmpeg
  (Portage version: 2.2_rc33/cvs/Linux x86_64)

Revision  Changes    Path
1.25                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	6 Apr 2009 14:21:33 -0000	1.24
+++ ChangeLog	26 May 2009 23:42:35 -0000	1.25
@@ -1,6 +1,10 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.24 2009/04/06 14:21:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.25 2009/05/26 23:42:35 hanno Exp $
+
+  26 May 2009; Hanno Boeck <hanno@gentoo.org> gegl-0.0.22.ebuild,
+  +files/replace-imgconvert-by-swsscale.patch:
+  Don't use deprecated img_convert function, patch from Pardus.
 
   06 Apr 2009; Brent Baude <ranger@gentoo.org> gegl-0.0.22.ebuild:
   Marking gegl-0.0.22 ppc for bug 258344



1.11                 media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- gegl-0.0.22.ebuild	6 Apr 2009 14:21:33 -0000	1.10
+++ gegl-0.0.22.ebuild	26 May 2009 23:42:35 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.10 2009/04/06 14:21:33 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.11 2009/05/26 23:42:35 hanno Exp $
 
 inherit eutils
 
@@ -32,6 +32,7 @@
 	raw? ( >=media-libs/libopenraw-0.0.5 )
 	sdl? ( media-libs/libsdl )
 	svg? ( >=gnome-base/librsvg-2.14.0 )"
+RDEPEND="${DEPEND}"
 
 pkg_setup() {
 	if use doc && ! built_with_use 'media-gfx/imagemagick' 'png'; then
@@ -44,6 +45,7 @@
 	unpack ${A}
 	cd "${S}"
 	epatch "${FILESDIR}/${P}-locale_h.diff"
+	epatch "${FILESDIR}/replace-imgconvert-by-swsscale.patch"
 }
 
 src_compile() {






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-07-07  0:20 Jeroen Roovers (jer)
  0 siblings, 0 replies; 14+ messages in thread
From: Jeroen Roovers (jer) @ 2009-07-07  0:20 UTC (permalink / raw
  To: gentoo-commits

jer         09/07/07 00:20:26

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Stable for HPPA (bug #258344).
  (Portage version: 2.2_rc33/cvs/Linux i686)

Revision  Changes    Path
1.26                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	26 May 2009 23:42:35 -0000	1.25
+++ ChangeLog	7 Jul 2009 00:20:26 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.25 2009/05/26 23:42:35 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.26 2009/07/07 00:20:26 jer Exp $
+
+  07 Jul 2009; Jeroen Roovers <jer@gentoo.org> gegl-0.0.22.ebuild:
+  Stable for HPPA (bug #258344).
 
   26 May 2009; Hanno Boeck <hanno@gentoo.org> gegl-0.0.22.ebuild,
   +files/replace-imgconvert-by-swsscale.patch:



1.12                 media-libs/gegl/gegl-0.0.22.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?r1=1.11&r2=1.12

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- gegl-0.0.22.ebuild	26 May 2009 23:42:35 -0000	1.11
+++ gegl-0.0.22.ebuild	7 Jul 2009 00:20:26 -0000	1.12
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.11 2009/05/26 23:42:35 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.12 2009/07/07 00:20:26 jer Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2009-12-20 16:15 Brent Baude (ranger)
  0 siblings, 0 replies; 14+ messages in thread
From: Brent Baude (ranger) @ 2009-12-20 16:15 UTC (permalink / raw
  To: gentoo-commits

ranger      09/12/20 16:15:33

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Marking gegl-0.0.22 ppc64 for bug 293127
  (Portage version: 2.1.7.14/cvs/Linux ppc64)

Revision  Changes    Path
1.29                 media-libs/gegl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/ChangeLog?r1=1.28&r2=1.29

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	18 Sep 2009 01:45:39 -0000	1.28
+++ ChangeLog	20 Dec 2009 16:15:33 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.28 2009/09/18 01:45:39 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.29 2009/12/20 16:15:33 ranger Exp $
+
+  20 Dec 2009; Brent Baude <ranger@gentoo.org> gegl-0.0.22.ebuild:
+  Marking gegl-0.0.22 ppc64 for bug 293127
 
 *gegl-0.1.0-r1 (18 Sep 2009)
 



1.13                 media-libs/gegl/gegl-0.0.22.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild?r1=1.12&r2=1.13

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- gegl-0.0.22.ebuild	7 Jul 2009 00:20:26 -0000	1.12
+++ gegl-0.0.22.ebuild	20 Dec 2009 16:15:33 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.12 2009/07/07 00:20:26 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.13 2009/12/20 16:15:33 ranger Exp $
 
 inherit eutils
 
@@ -10,7 +10,7 @@
 
 LICENSE="|| ( GPL-3 LGPL-3 )"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
 
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2011-03-29 12:27 Christoph Mende (angelos)
  0 siblings, 0 replies; 14+ messages in thread
From: Christoph Mende (angelos) @ 2011-03-29 12:27 UTC (permalink / raw
  To: gentoo-commits

angelos     11/03/29 12:27:22

  Modified:             ChangeLog gegl-0.0.22.ebuild
  Log:
  Fixed slot deps
  
  (Portage version: 2.2.0_alpha29/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 media-libs/gegl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	26 Mar 2011 14:58:11 -0000	1.40
+++ ChangeLog	29 Mar 2011 12:27:21 -0000	1.41
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.40 2011/03/26 14:58:11 scarabeus Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.41 2011/03/29 12:27:21 angelos Exp $
+
+  29 Mar 2011; Christoph Mende <angelos@gentoo.org> gegl-0.0.22.ebuild:
+  Fixed slot deps
 
   26 Mar 2011; Tomáš Chvátal <scarabeus@gentoo.org>
   -files/gegl-0.0.18-newffmpeg.diff, -gegl-0.0.20.ebuild, -gegl-0.1.0.ebuild,



1.15                 media-libs/gegl/gegl-0.0.22.ebuild

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

Index: gegl-0.0.22.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- gegl-0.0.22.ebuild	7 Nov 2010 19:44:30 -0000	1.14
+++ gegl-0.0.22.ebuild	29 Mar 2011 12:27:21 -0000	1.15
@@ -1,7 +1,8 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.14 2010/11/07 19:44:30 anarchy Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/gegl-0.0.22.ebuild,v 1.15 2011/03/29 12:27:21 angelos Exp $
 
+EAPI=1
 inherit eutils
 
 DESCRIPTION="A graph based image processing framework"
@@ -15,9 +16,9 @@
 IUSE="cairo debug doc ffmpeg jpeg mmx openexr png raw sdl sse svg v4l"
 
 DEPEND=">=media-libs/babl-0.0.20
-	>=dev-libs/glib-2.18.0
+	>=dev-libs/glib-2.18.0:2
 	media-libs/libpng
-	>=x11-libs/gtk+-2.14.0
+	>=x11-libs/gtk+-2.14.0:2
 	x11-libs/pango
 	cairo? ( x11-libs/cairo )
 	doc? ( app-text/asciidoc






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

* [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild
@ 2011-12-22 10:33 Tomas Chvatal (scarabeus)
  0 siblings, 0 replies; 14+ messages in thread
From: Tomas Chvatal (scarabeus) @ 2011-12-22 10:33 UTC (permalink / raw
  To: gentoo-commits

scarabeus    11/12/22 10:33:39

  Modified:             ChangeLog
  Removed:              gegl-0.0.22.ebuild
  Log:
  remove old
  
  (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)

Revision  Changes    Path
1.58                 media-libs/gegl/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	20 May 2011 20:20:01 -0000	1.57
+++ ChangeLog	22 Dec 2011 10:33:39 -0000	1.58
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/gegl
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.57 2011/05/20 20:20:01 xarthisius Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/gegl/ChangeLog,v 1.58 2011/12/22 10:33:39 scarabeus Exp $
+
+  22 Dec 2011; Tomáš Chvátal <scarabeus@gentoo.org> -gegl-0.0.22.ebuild:
+  remove old
 
   20 May 2011; Kacper Kowalik <xarthisius@gentoo.org> gegl-0.1.6.ebuild:
   ppc/ppc64 stable wrt #360595






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

end of thread, other threads:[~2011-12-22 10:33 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-10 16:56 [gentoo-commits] gentoo-x86 commit in media-libs/gegl: ChangeLog gegl-0.0.22.ebuild Hanno Boeck (hanno)
  -- strict thread matches above, loose matches on Subject: below --
2009-01-10 22:00 Patrick Lauer (patrick)
2009-01-10 23:08 Michael Sterrett (mr_bones_)
2009-01-15 14:01 Hanno Boeck (hanno)
2009-01-31  9:26 Matti Bickel (mabi)
2009-03-20 23:32 Markus Meier (maekke)
2009-03-22 15:17 Tobias Klausmann (klausman)
2009-03-31 14:14 Raul Porcel (armin76)
2009-04-06 14:21 Brent Baude (ranger)
2009-05-26 23:42 Hanno Boeck (hanno)
2009-07-07  0:20 Jeroen Roovers (jer)
2009-12-20 16:15 Brent Baude (ranger)
2011-03-29 12:27 Christoph Mende (angelos)
2011-12-22 10:33 Tomas Chvatal (scarabeus)

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