diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-25 08:48:03 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-25 08:48:03 +0000 |
commit | d7c510d5824d23359805c6548db237359cfe4fff (patch) | |
tree | 37ede2e3a65358ff05b3d23bccc56d9b87f21f52 /media-gfx/gthumb | |
parent | Version bump. (diff) | |
download | gentoo-2-d7c510d5824d23359805c6548db237359cfe4fff.tar.gz gentoo-2-d7c510d5824d23359805c6548db237359cfe4fff.tar.bz2 gentoo-2-d7c510d5824d23359805c6548db237359cfe4fff.zip |
Version bump, drop old. Rekeyword on ppc/ppc64 as looks it makes repoman happy (and don't remember why were dropped).
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'media-gfx/gthumb')
-rw-r--r-- | media-gfx/gthumb/ChangeLog | 9 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-2.14.4.ebuild (renamed from media-gfx/gthumb/gthumb-2.14.0.ebuild) | 10 | ||||
-rw-r--r-- | media-gfx/gthumb/gthumb-3.0.0.ebuild | 4 |
3 files changed, 16 insertions, 7 deletions
diff --git a/media-gfx/gthumb/ChangeLog b/media-gfx/gthumb/ChangeLog index 079739a52007..17517a0878f9 100644 --- a/media-gfx/gthumb/ChangeLog +++ b/media-gfx/gthumb/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for media-gfx/gthumb # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.150 2012/05/24 13:58:42 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/ChangeLog,v 1.151 2012/05/25 08:48:03 pacho Exp $ + +*gthumb-2.14.4 (25 May 2012) + + 25 May 2012; Pacho Ramos <pacho@gentoo.org> +gthumb-2.14.4.ebuild, + -gthumb-2.14.0.ebuild, gthumb-3.0.0.ebuild: + Version bump, drop old. Rekeyword on ppc/ppc64 as looks it makes repoman happy + (and don't remember why were dropped). 24 May 2012; Samuli Suominen <ssuominen@gentoo.org> gthumb-2.14.3.ebuild: ppc stable wrt #410611 diff --git a/media-gfx/gthumb/gthumb-2.14.0.ebuild b/media-gfx/gthumb/gthumb-2.14.4.ebuild index 7a53482f19e9..af2d7fc260a1 100644 --- a/media-gfx/gthumb/gthumb-2.14.0.ebuild +++ b/media-gfx/gthumb/gthumb-2.14.4.ebuild @@ -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/gthumb/gthumb-2.14.0.ebuild,v 1.7 2012/05/05 07:00:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-2.14.4.ebuild,v 1.1 2012/05/25 08:48:03 pacho Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -13,8 +13,8 @@ HOMEPAGE="https://live.gnome.org/gthumb" LICENSE="GPL-2" SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86" -IUSE="cdr exif gnome-keyring gstreamer http raw slideshow tiff test" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="cdr exif gnome-keyring gstreamer http jpeg raw slideshow tiff test" # We can't link against libbrasero-burn3 RDEPEND=">=dev-libs/glib-2.28.0:2 @@ -23,7 +23,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 >=dev-libs/libunique-1.1.2:1 media-libs/libpng:0 - virtual/jpeg:0 + sys-libs/zlib x11-libs/libSM cdr? ( >=app-cdr/brasero-2.28 @@ -36,6 +36,7 @@ RDEPEND=">=dev-libs/glib-2.28.0:2 http? ( >=net-libs/libsoup-2.26:2.4 >=net-libs/libsoup-gnome-2.26:2.4 ) + jpeg? ( virtual/jpeg:0 ) slideshow? ( >=media-libs/clutter-1:1.0 >=media-libs/clutter-gtk-0.10:0.10 ) @@ -66,6 +67,7 @@ pkg_setup() { $(use_enable gstreamer) $(use_enable gnome-keyring) $(use_enable http libsoup) + $(use_enable jpeg) $(use_enable raw libopenraw) $(use_enable slideshow clutter) $(use_enable test test-suite) diff --git a/media-gfx/gthumb/gthumb-3.0.0.ebuild b/media-gfx/gthumb/gthumb-3.0.0.ebuild index 902122782cd8..c223e82521ef 100644 --- a/media-gfx/gthumb/gthumb-3.0.0.ebuild +++ b/media-gfx/gthumb/gthumb-3.0.0.ebuild @@ -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/gthumb/gthumb-3.0.0.ebuild,v 1.2 2012/05/05 07:00:18 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gthumb/gthumb-3.0.0.ebuild,v 1.3 2012/05/25 08:48:03 pacho Exp $ EAPI="4" GCONF_DEBUG="yes" @@ -13,7 +13,7 @@ HOMEPAGE="https://live.gnome.org/gthumb" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" IUSE="cdr exif gnome-keyring gstreamer http jpeg raw slideshow svg tiff test" COMMON_DEPEND=">=dev-libs/glib-2.28.0:2 |