diff options
author | Pacho Ramos <pacho@gentoo.org> | 2016-09-18 12:51:35 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2016-09-18 13:01:49 +0200 |
commit | 653725d2f387fcdc2fc6eb2c94f445021576bfc3 (patch) | |
tree | 30ff15d3c5ac34de417464829ce45a01f1aed0d0 /media-gfx/gnome-raw-thumbnailer | |
parent | app-dicts/gwaei: Cleanup metadata (diff) | |
download | gentoo-653725d2f387fcdc2fc6eb2c94f445021576bfc3.tar.gz gentoo-653725d2f387fcdc2fc6eb2c94f445021576bfc3.tar.bz2 gentoo-653725d2f387fcdc2fc6eb2c94f445021576bfc3.zip |
media-gfx/gnome-raw-thumbnailer: Update eapi and ebuild
Package-Manager: portage-2.3.0
Diffstat (limited to 'media-gfx/gnome-raw-thumbnailer')
-rw-r--r-- | media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild | 26 |
1 files changed, 12 insertions, 14 deletions
diff --git a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild index d305716c0965..1125daf67f2d 100644 --- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild +++ b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild @@ -1,12 +1,11 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=4 -GCONF_DEBUG=no +EAPI=6 inherit gnome2 -MY_P=${PN/gnome-}-${PV} +MY_P="${PN/gnome-}-${PV}" DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME" HOMEPAGE="https://libopenraw.freedesktop.org/wiki/RawThumbnailer" @@ -17,17 +16,16 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="" -RDEPEND=">=media-libs/libopenraw-0.0.9[gtk] - >=x11-libs/gdk-pixbuf-2 - >=dev-libs/glib-2.26 - !media-gfx/raw-thumbnailer" +RDEPEND=" + >=media-libs/libopenraw-0.0.9[gtk] + >=x11-libs/gdk-pixbuf-2:2 + >=dev-libs/glib-2.26:2 + !media-gfx/raw-thumbnailer +" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig - sys-devel/gettext" + sys-devel/gettext +" -S=${WORKDIR}/${MY_P} - -pkg_setup() { - DOCS="AUTHORS ChangeLog NEWS" -} +S="${WORKDIR}/${MY_P}" |