diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-10-15 18:57:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-10-15 18:57:03 +0000 |
commit | 517f1035ec500059a62966b84cddc03f2e52620d (patch) | |
tree | 18fa1d83ca57f5a13afddfbe615f7561c3a3bb8a /media-gfx/gthumb | |
parent | Stable for ia64, wrt bug #487360 (diff) | |
download | gentoo-2-517f1035ec500059a62966b84cddc03f2e52620d.tar.gz gentoo-2-517f1035ec500059a62966b84cddc03f2e52620d.tar.bz2 gentoo-2-517f1035ec500059a62966b84cddc03f2e52620d.zip |
Version bump, drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/gthumb/files/gthumb-3.2.0-configure-option.patch | 44 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.0.2.ebuild | 83 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.2.4.ebuild (renamed from media-gfx/gthumb/gthumb-3.2.2.ebuild) | 7 |
4 files changed, 12 insertions, 131 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog index 17ee358ab4f3..89648dd3af2d 100644 --- a/media-gfx/gthumb/ChangeLog +++ b/media-gfx/gthumb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/gthumb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.164 2013/08/30 22:45:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.165 2013/10/15 18:57:03 pacho Exp $ + +*gthumb-3.2.4 (15 Oct 2013) + + 15 Oct 2013; Pacho Ramos <pacho@gentoo.org> +gthumb-3.2.4.ebuild, + -files/gthumb-3.2.0-configure-option.patch, -gthumb-3.0.2.ebuild, + -gthumb-3.2.2.ebuild: + Version bump, drop old 30 Aug 2013; Gilles Dartiguelongue <eva@gentoo.org> gthumb-3.2.2.ebuild, gthumb-3.2.3.ebuild: diff --git a/media-gfx/gthumb/files/gthumb-3.2.0-configure-option.patch b/media-gfx/gthumb/files/gthumb-3.2.0-configure-option.patch deleted file mode 100644 index 07dc1b681f7f..000000000000 --- a/media-gfx/gthumb/files/gthumb-3.2.0-configure-option.patch +++ /dev/null @@ -1,44 +0,0 @@ -From 3a1128457bd229abf51d48a660abc4b4458b518b Mon Sep 17 00:00:00 2001 -From: Paolo Bacchilega <paobac@src.gnome.org> -Date: Thu, 28 Mar 2013 17:55:21 +0000 -Subject: configure: fixed unrecognized option --disable-libjson-glib - -[bug #696783] ---- -diff --git a/configure.ac b/configure.ac -index b3e6845..d496b3b 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -518,16 +518,16 @@ AC_SUBST(LIBSOUP_LIBS) - - dnl =========================================================================== - --AC_ARG_ENABLE([json_glib], -+AC_ARG_ENABLE([libjson_glib], - [AS_HELP_STRING([--disable-libjson-glib],[do not compile code that uses the libjson-glib library])],, -- [enable_json_glib=yes]) -+ [enable_libjson_glib=yes]) - --if test x$enable_json_glib = xyes ; then -+if test x$enable_libjson_glib = xyes ; then - PKG_CHECK_MODULES(JSON_GLIB, - [json-glib-1.0 >= $JSON_GLIB_REQUIRED], - [AC_DEFINE(HAVE_JSON_GLIB, 1, [Have libjson-glib]) -- enable_json_glib=yes], -- [enable_json_glib=no]) -+ enable_libjson_glib=yes], -+ [enable_libjson_glib=no]) - fi - AC_SUBST(JSON_GLIB_CFLAGS) - AC_SUBST(JSON_GLIB_LIBS) -@@ -548,7 +548,7 @@ fi - AC_SUBST(WEBKIT2_CFLAGS) - AC_SUBST(WEBKIT2_LIBS) - --if [ test "x$enable_libsoup" = xyes && test "x$enable_json_glib" = xyes && test "x$enable_webkit2" = xyes ] ; then -+if [ test "x$enable_libsoup" = xyes && test "x$enable_libjson_glib" = xyes && test "x$enable_webkit2" = xyes ] ; then - enable_web_services=yes - else - enable_web_services=no --- -cgit v0.9.1 diff --git a/media-gfx/gthumb/gthumb-3.0.2.ebuild b/media-gfx/gthumb/gthumb-3.0.2.ebuild deleted file mode 100644 index 8cab722734ca..000000000000 --- a/media-gfx/gthumb/gthumb-3.0.2.ebuild +++ /dev/null @@ -1,83 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.0.2.ebuild,v 1.2 2012/12/05 22:18:46 tetromino Exp $ - -EAPI="5" -GCONF_DEBUG="yes" -GNOME2_LA_PUNT="yes" - -inherit gnome2 - -DESCRIPTION="Image viewer and browser for Gnome" -HOMEPAGE="https://live.gnome.org/gthumb" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~x86-solaris" -IUSE="cdr exif gnome-keyring gstreamer http jpeg raw slideshow svg tiff test" - -COMMON_DEPEND=" - >=dev-libs/glib-2.28:2 - >=x11-libs/gtk+-3.2:3 - - media-libs/libpng:0= - sys-libs/zlib - x11-libs/libICE - x11-libs/libSM - - cdr? ( >=app-cdr/brasero-3.2 ) - exif? ( >=media-gfx/exiv2-0.21:= ) - gnome-keyring? ( >=gnome-base/gnome-keyring-3.2 ) - gstreamer? ( - >=media-libs/gstreamer-0.10:0.10 - >=media-libs/gst-plugins-base-0.10:0.10 ) - http? ( - >=net-libs/libsoup-2.36:2.4 - >=net-libs/libsoup-gnome-2.36:2.4 ) - jpeg? ( virtual/jpeg:0= ) - slideshow? ( - >=media-libs/clutter-1:1.0 - >=media-libs/clutter-gtk-1:1.0 ) - svg? ( >=gnome-base/librsvg-2.34 ) - tiff? ( media-libs/tiff:= ) - raw? ( >=media-libs/libopenraw-0.0.8:= ) - !raw? ( media-gfx/dcraw )" -RDEPEND="${COMMON_DEPEND} - >=gnome-base/gsettings-desktop-schemas-0.1.4" -DEPEND="${COMMON_DEPEND} - app-text/gnome-doc-utils - app-text/scrollkeeper - >=dev-util/intltool-0.35 - sys-devel/bison - sys-devel/flex - virtual/pkgconfig - test? ( ~app-text/docbook-xml-dtd-4.1.2 )" -# eautoreconf needs: -# gnome-base/gnome-common - -src_prepare() { - # Upstream says in configure help that libchamplain support - # crashes frequently - G2CONF="${G2CONF} - --disable-static - --disable-libchamplain - --with-smclient=xsmp - $(use_enable cdr libbrasero) - $(use_enable exif exiv2) - $(use_enable gstreamer) - $(use_enable gnome-keyring) - $(use_enable http libsoup) - $(use_enable jpeg) - $(use_enable raw libopenraw) - $(use_enable slideshow clutter) - $(use_enable svg librsvg) - $(use_enable test test-suite) - $(use_enable tiff)" - DOCS="AUTHORS ChangeLog NEWS README" - - # Remove unwanted CFLAGS added with USE=debug - sed -e 's/CFLAGS="$CFLAGS -g -O0 -DDEBUG"//' \ - -i configure.ac -i configure || die - - gnome2_src_prepare -} diff --git a/media-gfx/gthumb/gthumb-3.2.2.ebuild b/media-gfx/gthumb/gthumb-3.2.4.ebuild index ddfa6a5746c0..db4186a4d307 100644 --- a/media-gfx/gthumb/gthumb-3.2.2.ebuild +++ b/media-gfx/gthumb/gthumb-3.2.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.2.2.ebuild,v 1.2 2013/08/30 22:45:15 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.2.4.ebuild,v 1.1 2013/10/15 18:57:03 pacho Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -9,7 +9,7 @@ GNOME2_LA_PUNT="yes" inherit gnome2 DESCRIPTION="Image viewer and browser for Gnome" -HOMEPAGE="https://live.gnome.org/gthumb" +HOMEPAGE="https://wiki.gnome.org/Apps/gthumb" LICENSE="GPL-2+" SLOT="0" @@ -54,7 +54,8 @@ DEPEND="${COMMON_DEPEND} sys-devel/bison sys-devel/flex virtual/pkgconfig - test? ( ~app-text/docbook-xml-dtd-4.1.2 )" + test? ( ~app-text/docbook-xml-dtd-4.1.2 ) +" # eautoreconf needs: # gnome-base/gnome-common |