public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-11-26 14:58 Hanno Boeck (hanno)
  0 siblings, 0 replies; 6+ messages in thread
From: Hanno Boeck (hanno) @ 2007-11-26 14:58 UTC (permalink / raw
  To: gentoo-commits

hanno       07/11/26 14:58:22

  Modified:             ChangeLog
  Added:                gimp-2.4.2.ebuild
  Log:
  gimp 2.4.2 bump
  (Portage version: 2.1.4_rc3)

Revision  Changes    Path
1.240                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.239&r2=1.240

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog	1 Nov 2007 00:18:54 -0000	1.239
+++ ChangeLog	26 Nov 2007 14:58:22 -0000	1.240
@@ -1,6 +1,11 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.239 2007/11/01 00:18:54 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.240 2007/11/26 14:58:22 hanno Exp $
+
+*gimp-2.4.2 (26 Nov 2007)
+
+  26 Nov 2007; Hanno Boeck <hanno@gentoo.org> +gimp-2.4.2.ebuild:
+  Version bump.
 
 *gimp-2.4.1 (01 Nov 2007)
 



1.1                  media-gfx/gimp/gimp-2.4.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild?rev=1.1&content-type=text/plain

Index: gimp-2.4.2.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.1 2007/11/26 14:58:22 hanno Exp $

inherit fdo-mime flag-o-matic multilib python

DESCRIPTION="GNU Image Manipulation Program"
HOMEPAGE="http://www.gimp.org/"
SRC_URI="mirror://gimp/v2.4/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="2"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"

IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"

RDEPEND=">=dev-libs/glib-2.12.3
	>=x11-libs/gtk+-2.10.13
	>=x11-libs/pango-1.12.2
	>=media-libs/freetype-2.1.7
	>=media-libs/fontconfig-2.2.0
	>=media-libs/libart_lgpl-2.3.8-r1
	sys-libs/zlib
	dev-libs/libxml2
	dev-libs/libxslt
	x11-themes/hicolor-icon-theme
	aalib? ( media-libs/aalib )
	alsa? ( >=media-libs/alsa-lib-1.0.14a-r1 )
	curl? ( net-misc/curl )
	dbus? ( dev-libs/dbus-glib
		sys-apps/hal )
	doc? ( app-doc/gimp-help )
	gnome? ( >=gnome-base/gnome-vfs-2.10.0
		>=gnome-base/libgnomeui-2.10.0
		>=gnome-base/gnome-keyring-0.4.5 )
	gtkhtml? ( =gnome-extra/gtkhtml-2* )
	jpeg? ( >=media-libs/jpeg-6b-r2
		>=media-libs/libexif-0.6.15 )
	lcms? ( media-libs/lcms )
	mng? ( media-libs/libmng )
	pdf? ( >=app-text/poppler-bindings-0.3.1 )
	png? ( >=media-libs/libpng-1.2.2 )
	python?	( >=dev-lang/python-2.2.1
		>=dev-python/pygtk-2.10.4 )
	tiff? ( >=media-libs/tiff-3.5.7 )
	svg? ( >=gnome-base/librsvg-2.8.0 )
	wmf? ( >=media-libs/libwmf-0.2.8 )"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.12.0
	>=dev-util/intltool-0.31
	sys-devel/gettext
	doc? ( >=dev-util/gtk-doc-1 )"

pkg_setup() {
	if use pdf && ! built_with_use app-text/poppler-bindings gtk; then
		eerror "This package requires app-text/poppler-bindings compiled with GTK+ support."
		die "Please reemerge app-text/poppler-bindings with USE=\"gtk\"."
	fi
	if use alsa && ! built_with_use media-libs/alsa-lib midi; then
		eerror "This package requires media-libs/alsa-lib compiled with midi support."
		die "Please reemerge media-libs/alsa-lib with USE=\"midi\"."
	fi
}

src_compile() {
	# workaround portage variable leakage
	local AA=

	# gimp uses inline functions (e.g. plug-ins/common/grid.c) (#23078)
	# gimp uses floating point math, needs accuracy (#98685)
	filter-flags "-fno-inline" "-ffast-math"
	# gimp assumes char is signed (fixes preview corruption)
	if use ppc || use ppc64; then
		append-flags "-fsigned-char"
	fi

	econf --enable-default-binary \
		--with-x \
		$(use_with aalib aa) \
		$(use_with alsa) \
		$(use_enable altivec) \
		$(use_with curl) \
		$(use_enable debug) \
		$(use_enable doc gtk-doc) \
		$(use_with dbus) \
		$(use_with gnome) \
		$(use_with gtkhtml gtkhtml2) \
		$(use_with jpeg libjpeg) \
		$(use_with jpeg libexif) \
		$(use_with lcms) \
		$(use_enable mmx) \
		$(use_with mng libmng) \
		$(use_with pdf poppler) \
		$(use_with png libpng) \
		$(use_enable python) \
		$(use_enable smp mp) \
		$(use_enable sse) \
		$(use_with svg librsvg) \
		$(use_with tiff libtiff) \
		$(use_with wmf) \
		|| die "econf failed"

	emake || die "emake failed"
}

src_install() {
	make DESTDIR="${D}" install || die "make install failed"

	dodoc AUTHORS ChangeLog* HACKING NEWS README*
}

pkg_postinst() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update

	elog
	elog "If you want Postscript file support, emerge ghostscript."
	elog

	python_mod_optimize /usr/$(get_libdir)/gimp/2.0/python \
		/usr/$(get_libdir)/gimp/2.0/plug-ins
}

pkg_postrm() {
	fdo-mime_desktop_database_update
	fdo-mime_mime_database_update
	python_mod_cleanup /usr/$(get_libdir)/gimp/2.0/python \
		/usr/$(get_libdir)/gimp/2.0/plug-ins
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-12-26 23:48 Dawid Weglinski (cla)
  0 siblings, 0 replies; 6+ messages in thread
From: Dawid Weglinski (cla) @ 2007-12-26 23:48 UTC (permalink / raw
  To: gentoo-commits

cla         07/12/26 23:48:56

  Modified:             ChangeLog gimp-2.4.2.ebuild
  Log:
  Stable on x86 wrt bug #203382
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.241                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.241&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.241&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.240&r2=1.241

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog	26 Nov 2007 14:58:22 -0000	1.240
+++ ChangeLog	26 Dec 2007 23:48:55 -0000	1.241
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.240 2007/11/26 14:58:22 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.241 2007/12/26 23:48:55 cla Exp $
+
+  26 Dec 2007; Dawid Węgliński <cla@gentoo.org> gimp-2.4.2.ebuild:
+  Stable on x86 (bug #203382)
 
 *gimp-2.4.2 (26 Nov 2007)
 



1.2                  media-gfx/gimp/gimp-2.4.2.ebuild

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

Index: gimp-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimp-2.4.2.ebuild	26 Nov 2007 14:58:22 -0000	1.1
+++ gimp-2.4.2.ebuild	26 Dec 2007 23:48:55 -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/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.1 2007/11/26 14:58:22 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.2 2007/12/26 23:48:55 cla Exp $
 
 inherit fdo-mime flag-o-matic multilib python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-12-27 16:40 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2007-12-27 16:40 UTC (permalink / raw
  To: gentoo-commits

ranger      07/12/27 16:40:31

  Modified:             ChangeLog gimp-2.4.2.ebuild
  Log:
  Marking gimp-2.4.2 ppc and ppc64 stable for bug 203382
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.242                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.242&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.242&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.241&r2=1.242

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.241
retrieving revision 1.242
diff -u -r1.241 -r1.242
--- ChangeLog	26 Dec 2007 23:48:55 -0000	1.241
+++ ChangeLog	27 Dec 2007 16:40:30 -0000	1.242
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.241 2007/12/26 23:48:55 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.242 2007/12/27 16:40:30 ranger Exp $
+
+  27 Dec 2007; Brent Baude <ranger@gentoo.org> gimp-2.4.2.ebuild:
+  Marking gimp-2.4.2 ppc and ppc64 stable for bug 203382
 
   26 Dec 2007; Dawid Węgliński <cla@gentoo.org> gimp-2.4.2.ebuild:
   Stable on x86 (bug #203382)



1.3                  media-gfx/gimp/gimp-2.4.2.ebuild

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

Index: gimp-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gimp-2.4.2.ebuild	26 Dec 2007 23:48:55 -0000	1.2
+++ gimp-2.4.2.ebuild	27 Dec 2007 16:40:30 -0000	1.3
@@ -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/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.2 2007/12/26 23:48:55 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.3 2007/12/27 16:40:30 ranger Exp $
 
 inherit fdo-mime flag-o-matic multilib python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-12-27 21:53 Richard Freeman (rich0)
  0 siblings, 0 replies; 6+ messages in thread
From: Richard Freeman (rich0) @ 2007-12-27 21:53 UTC (permalink / raw
  To: gentoo-commits

rich0       07/12/27 21:53:52

  Modified:             ChangeLog gimp-2.4.2.ebuild
  Log:
  Stable on amd64 - #203382.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.243                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.243&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.243&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.242&r2=1.243

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.242
retrieving revision 1.243
diff -u -r1.242 -r1.243
--- ChangeLog	27 Dec 2007 16:40:30 -0000	1.242
+++ ChangeLog	27 Dec 2007 21:53:51 -0000	1.243
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.242 2007/12/27 16:40:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.243 2007/12/27 21:53:51 rich0 Exp $
+
+  27 Dec 2007; <rich@gentoo.org> gimp-2.4.2.ebuild:
+  Stable on amd64 - #203382.
 
   27 Dec 2007; Brent Baude <ranger@gentoo.org> gimp-2.4.2.ebuild:
   Marking gimp-2.4.2 ppc and ppc64 stable for bug 203382



1.4                  media-gfx/gimp/gimp-2.4.2.ebuild

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

Index: gimp-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gimp-2.4.2.ebuild	27 Dec 2007 16:40:30 -0000	1.3
+++ gimp-2.4.2.ebuild	27 Dec 2007 21:53:51 -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/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.3 2007/12/27 16:40:30 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.4 2007/12/27 21:53:51 rich0 Exp $
 
 inherit fdo-mime flag-o-matic multilib python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 -mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 -mips ppc ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-12-28 14:51 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-12-28 14:51 UTC (permalink / raw
  To: gentoo-commits

armin76     07/12/28 14:51:49

  Modified:             ChangeLog gimp-2.4.2.ebuild
  Log:
  alpha/ia64/sparc stable wrt #203382
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.244                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.244&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.244&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.243&r2=1.244

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.243
retrieving revision 1.244
diff -u -r1.243 -r1.244
--- ChangeLog	27 Dec 2007 21:53:51 -0000	1.243
+++ ChangeLog	28 Dec 2007 14:51:48 -0000	1.244
@@ -1,6 +1,9 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.243 2007/12/27 21:53:51 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.244 2007/12/28 14:51:48 armin76 Exp $
+
+  28 Dec 2007; Raúl Porcel <armin76@gentoo.org> gimp-2.4.2.ebuild:
+  alpha/ia64/sparc stable wrt #203382
 
   27 Dec 2007; <rich@gentoo.org> gimp-2.4.2.ebuild:
   Stable on amd64 - #203382.



1.5                  media-gfx/gimp/gimp-2.4.2.ebuild

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

Index: gimp-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gimp-2.4.2.ebuild	27 Dec 2007 21:53:51 -0000	1.4
+++ gimp-2.4.2.ebuild	28 Dec 2007 14:51:48 -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/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.4 2007/12/27 21:53:51 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.5 2007/12/28 14:51:48 armin76 Exp $
 
 inherit fdo-mime flag-o-matic multilib python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 -mips ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~hppa ia64 -mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild
@ 2007-12-28 16:35 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2007-12-28 16:35 UTC (permalink / raw
  To: gentoo-commits

jer         07/12/28 16:35:28

  Modified:             ChangeLog gimp-2.4.2.ebuild
  Log:
  Lock the target. Bait the line. Grab the net. Catch the man. 2.4.2 is stable for HPPA (bug #203382).
  (Portage version: 2.1.4_rc11)

Revision  Changes    Path
1.246                media-gfx/gimp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.246&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.246&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.245&r2=1.246

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.245
retrieving revision 1.246
diff -u -r1.245 -r1.246
--- ChangeLog	28 Dec 2007 15:27:37 -0000	1.245
+++ ChangeLog	28 Dec 2007 16:35:27 -0000	1.246
@@ -1,6 +1,10 @@
 # ChangeLog for media-gfx/gimp
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.245 2007/12/28 15:27:37 rich0 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.246 2007/12/28 16:35:27 jer Exp $
+
+  28 Dec 2007; Jeroen Roovers <jer@gentoo.org> gimp-2.4.2.ebuild:
+  Lock the target. Bait the line. Grab the net. Catch the man. 2.4.2 is stable
+  for HPPA (bug #203382).
 
   28 Dec 2007; Raúl Porcel <armin76@gentoo.org> gimp-2.4.2.ebuild:
   alpha/ia64/sparc stable wrt #203382



1.6                  media-gfx/gimp/gimp-2.4.2.ebuild

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

Index: gimp-2.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gimp-2.4.2.ebuild	28 Dec 2007 14:51:48 -0000	1.5
+++ gimp-2.4.2.ebuild	28 Dec 2007 16:35:27 -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/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.5 2007/12/28 14:51:48 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.4.2.ebuild,v 1.6 2007/12/28 16:35:27 jer Exp $
 
 inherit fdo-mime flag-o-matic multilib python
 
@@ -10,7 +10,7 @@
 
 LICENSE="GPL-2"
 SLOT="2"
-KEYWORDS="alpha amd64 ~hppa ia64 -mips ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 hppa ia64 -mips ppc ppc64 sparc x86 ~x86-fbsd"
 
 IUSE="alsa aalib altivec curl dbus debug doc gtkhtml gnome jpeg lcms mmx mng pdf png python smp sse svg tiff wmf"
 



-- 
gentoo-commits@gentoo.org mailing list



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

end of thread, other threads:[~2007-12-28 16:35 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-12-28 16:35 [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.4.2.ebuild Jeroen Roovers (jer)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-28 14:51 Raul Porcel (armin76)
2007-12-27 21:53 Richard Freeman (rich0)
2007-12-27 16:40 Brent Baude (ranger)
2007-12-26 23:48 Dawid Weglinski (cla)
2007-11-26 14:58 Hanno Boeck (hanno)

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