* [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.8.0.ebuild gimp-9999.ebuild
@ 2012-05-04 21:42 Sebastian Pipping (sping)
0 siblings, 0 replies; only message in thread
From: Sebastian Pipping (sping) @ 2012-05-04 21:42 UTC (permalink / raw
To: gentoo-commits
sping 12/05/04 21:42:32
Modified: ChangeLog gimp-2.8.0.ebuild gimp-9999.ebuild
Log:
media-gfx/gimp: Fix bzip2 use flag support, remove .la files (bug #414525)
(Portage version: 2.1.10.56/cvs/Linux x86_64)
Revision Changes Path
1.363 media-gfx/gimp/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.363&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?rev=1.363&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/ChangeLog?r1=1.362&r2=1.363
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v
retrieving revision 1.362
retrieving revision 1.363
diff -u -r1.362 -r1.363
--- ChangeLog 3 May 2012 20:22:40 -0000 1.362
+++ ChangeLog 4 May 2012 21:42:32 -0000 1.363
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gimp
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.362 2012/05/03 20:22:40 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/ChangeLog,v 1.363 2012/05/04 21:42:32 sping Exp $
+
+ 04 May 2012; Sebastian Pipping <sping@gentoo.org> gimp-2.8.0.ebuild,
+ +files/gimp-2.8.0-bzip2.patch, gimp-9999.ebuild:
+ Fix bzip2 use flag support, remove .la files (bug #414525)
*gimp-2.8.0 (03 May 2012)
1.2 media-gfx/gimp/gimp-2.8.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-2.8.0.ebuild?r1=1.1&r2=1.2
Index: gimp-2.8.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gimp-2.8.0.ebuild 3 May 2012 20:22:40 -0000 1.1
+++ gimp-2.8.0.ebuild 4 May 2012 21:42:32 -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-gfx/gimp/gimp-2.8.0.ebuild,v 1.1 2012/05/03 20:22:40 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-2.8.0.ebuild,v 1.2 2012/05/04 21:42:32 sping Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
@@ -55,6 +55,7 @@
gs? ( app-text/ghostscript-gpl )
udev? ( sys-fs/udev[gudev] )"
DEPEND="${RDEPEND}
+ sys-apps/findutils
>=dev-util/pkgconfig-0.22
>=dev-util/intltool-0.40.1
>=sys-devel/gettext-0.17
@@ -106,6 +107,7 @@
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.7.4-no-deprecation.patch # bug 395695, comment 9 and 16
+ epatch "${FILESDIR}"/${PN}-2.8.0-bzip2.patch # bug 414525
eautoreconf # If you remove this: remove dev-util/gtk-doc-am from DEPEND, too
echo '#!/bin/sh' > py-compile
@@ -123,6 +125,8 @@
# Workaround for bug #321111 to give GIMP the least
# precedence on PDF documents by default
mv "${D}"/usr/share/applications/{,zzz-}gimp.desktop || die
+
+ find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
1.43 media-gfx/gimp/gimp-9999.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild?rev=1.43&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild?rev=1.43&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild?r1=1.42&r2=1.43
Index: gimp-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v
retrieving revision 1.42
retrieving revision 1.43
diff -u -r1.42 -r1.43
--- gimp-9999.ebuild 12 Apr 2012 00:33:57 -0000 1.42
+++ gimp-9999.ebuild 4 May 2012 21:42:32 -0000 1.43
@@ -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-gfx/gimp/gimp-9999.ebuild,v 1.42 2012/04/12 00:33:57 sping Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gimp/gimp-9999.ebuild,v 1.43 2012/05/04 21:42:32 sping Exp $
EAPI="3"
PYTHON_DEPEND="python? 2:2.5"
@@ -58,6 +58,7 @@
gs? ( app-text/ghostscript-gpl )
udev? ( sys-fs/udev[gudev] )"
DEPEND="${RDEPEND}
+ sys-apps/findutils
>=dev-util/pkgconfig-0.22
>=dev-util/intltool-0.40.1
>=sys-devel/gettext-0.17
@@ -133,6 +134,8 @@
# Workaround for bug #321111 to give GIMP the least
# precedence on PDF documents by default
mv "${D}"/usr/share/applications/{,zzz-}gimp.desktop || die
+
+ find "${D}" -name '*.la' -delete || die
}
pkg_postinst() {
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-05-04 21:42 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-04 21:42 [gentoo-commits] gentoo-x86 commit in media-gfx/gimp: ChangeLog gimp-2.8.0.ebuild gimp-9999.ebuild 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