diff options
author | Pacho Ramos <pacho@gentoo.org> | 2010-07-13 12:12:19 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2010-07-13 12:12:19 +0000 |
commit | a4acc3255cb6429c0fa09638b981432334f8b750 (patch) | |
tree | 2ee13169544a83efba96ad99eb3b8e93c0574221 /media-gfx/gthumb | |
parent | Mask slideshow media-gfx/gthumb USE flag until bug 318691 is fixed. (diff) | |
download | gentoo-2-a4acc3255cb6429c0fa09638b981432334f8b750.tar.gz gentoo-2-a4acc3255cb6429c0fa09638b981432334f8b750.tar.bz2 gentoo-2-a4acc3255cb6429c0fa09638b981432334f8b750.zip |
Version bump, remove old, rekeyword on ppc now that they have proper USE flag masked (bug 318691)
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/ChangeLog | 10 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-2.11.2.1.ebuild | 70 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-2.11.4.ebuild | 78 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-2.11.5.ebuild (renamed from media-gfx/gthumb/gthumb-2.11.3.ebuild) | 4 |
4 files changed, 11 insertions, 151 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog index 56d687f7cd3f..e83ae72dc759 100644 --- a/media-gfx/gthumb/ChangeLog +++ b/media-gfx/gthumb/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for media-gfx/gthumb # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.112 2010/07/07 11:58:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.113 2010/07/13 12:12:18 pacho Exp $ + +*gthumb-2.11.5 (13 Jul 2010) + + 13 Jul 2010; Pacho Ramos <pacho@gentoo.org> -gthumb-2.11.2.1.ebuild, + -gthumb-2.11.3.ebuild, -gthumb-2.11.4.ebuild, +gthumb-2.11.5.ebuild: + Version bump with more fixes and translation updates. Remove old buggy and + crashy versions that were not ready to go stable. Rekeyword on ppc now + that affected use flag is masked for them (bug #318691). 07 Jul 2010; Pacho Ramos <pacho@gentoo.org> gthumb-2.11.2.1.ebuild, gthumb-2.11.3.ebuild, gthumb-2.11.4.ebuild: diff --git a/media-gfx/gthumb/gthumb-2.11.2.1.ebuild b/media-gfx/gthumb/gthumb-2.11.2.1.ebuild deleted file mode 100644 index a4cb03f136af..000000000000 --- a/media-gfx/gthumb/gthumb-2.11.2.1.ebuild +++ /dev/null @@ -1,70 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.11.2.1.ebuild,v 1.4 2010/07/07 11:58:06 pacho Exp $ - -EAPI=2 -inherit autotools eutils gnome2 - -DESCRIPTION="Image viewer and browser for Gnome" -HOMEPAGE="http://gthumb.sourceforge.net" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="exif gnome-keyring gstreamer http raw tiff test" - -# clutter -RDEPEND=">=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.16:2 - >=gnome-base/gconf-2.6 - >=dev-libs/libunique-1 - media-libs/jpeg - exif? ( >=media-gfx/exiv2-0.18 ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.28 ) - gstreamer? ( - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-base-0.10 ) - http? ( - >=net-libs/libsoup-2.26:2.4 - >=net-libs/libsoup-gnome-2.26:2.4 ) - tiff? ( media-libs/tiff ) - raw? ( >=media-libs/libopenraw-0.0.8 ) - !raw? ( media-gfx/dcraw )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - app-text/scrollkeeper - >=dev-util/intltool-0.35 - app-text/gnome-doc-utils - gnome-base/gnome-common - test? ( ~app-text/docbook-xml-dtd-4.1.2 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-clutter - $(use_enable exif exiv2) - $(use_enable gstreamer) - $(use_enable gnome-keyring) - $(use_enable http libsoup) - $(use_enable raw libopenraw) - $(use_enable test test-suite) - $(use_enable tiff)" -} - -src_prepare() { - gnome2_src_prepare - - # Do not require unstable libunique - epatch "${FILESDIR}/${P}-configure.patch" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - # gthumb does not need *.la files - find "${D}" -name "*.la" -delete || die "*.la files removal failed" -} diff --git a/media-gfx/gthumb/gthumb-2.11.4.ebuild b/media-gfx/gthumb/gthumb-2.11.4.ebuild deleted file mode 100644 index c06073486c87..000000000000 --- a/media-gfx/gthumb/gthumb-2.11.4.ebuild +++ /dev/null @@ -1,78 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.11.4.ebuild,v 1.3 2010/07/07 11:58:06 pacho Exp $ - -EAPI="3" - -inherit autotools eutils gnome2 - -DESCRIPTION="Image viewer and browser for Gnome" -HOMEPAGE="http://gthumb.sourceforge.net" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" -IUSE="cdr exif gnome-keyring gstreamer http raw slideshow tiff test" - -# clutter -RDEPEND=">=dev-libs/glib-2.16:2 - >=x11-libs/gtk+-2.18:2 - >=gnome-base/gconf-2.6 - >=dev-libs/libunique-1 - >=media-libs/jpeg-8:0 - cdr? ( >=app-cdr/brasero-2.28 ) - exif? ( >=media-gfx/exiv2-0.18 ) - gnome-keyring? ( >=gnome-base/gnome-keyring-2.28 ) - gstreamer? ( - >=media-libs/gstreamer-0.10 - >=media-libs/gst-plugins-base-0.10 ) - http? ( - >=net-libs/libsoup-2.26:2.4 - >=net-libs/libsoup-gnome-2.26:2.4 ) - slideshow? ( - >=media-libs/clutter-1:1.0 - >=media-libs/clutter-gtk-0.10:1.0 ) - tiff? ( media-libs/tiff ) - raw? ( >=media-libs/libopenraw-0.0.8 ) - !raw? ( media-gfx/dcraw )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - app-text/scrollkeeper - >=dev-util/intltool-0.35 - app-text/gnome-doc-utils - gnome-base/gnome-common - test? ( ~app-text/docbook-xml-dtd-4.1.2 )" - -DOCS="AUTHORS ChangeLog NEWS README" - -pkg_setup() { - G2CONF="${G2CONF} - --disable-static - --disable-clutter - $(use_enable cdr brasero) - $(use_enable exif exiv2) - $(use_enable gstreamer) - $(use_enable gnome-keyring) - $(use_enable http libsoup) - $(use_enable raw libopenraw) - $(use_enable slideshow clutter) - $(use_enable test test-suite) - $(use_enable tiff)" -} - -src_prepare() { - gnome2_src_prepare - - # Do not require unstable libunique - epatch "${FILESDIR}/${PN}-2.11.2.1-configure.patch" - - intltoolize --force --copy --automake || die "intltoolize failed" - eautoreconf -} - -src_install() { - gnome2_src_install - - # gthumb does not need *.la files - find "${D}" -name "*.la" -delete || die "*.la files removal failed" -} diff --git a/media-gfx/gthumb/gthumb-2.11.3.ebuild b/media-gfx/gthumb/gthumb-2.11.5.ebuild index 218ff07662e0..9bab69c0c1a5 100644 --- a/media-gfx/gthumb/gthumb-2.11.3.ebuild +++ b/media-gfx/gthumb/gthumb-2.11.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.11.3.ebuild,v 1.5 2010/07/07 11:58:06 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.11.5.ebuild,v 1.1 2010/07/13 12:12:19 pacho Exp $ EAPI="3" @@ -11,7 +11,7 @@ HOMEPAGE="http://gthumb.sourceforge.net" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~ppc64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="cdr exif gnome-keyring gstreamer http raw slideshow tiff test" # clutter |