summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-09-18 12:51:35 +0200
committerPacho Ramos <pacho@gentoo.org>2016-09-18 13:01:49 +0200
commit653725d2f387fcdc2fc6eb2c94f445021576bfc3 (patch)
tree30ff15d3c5ac34de417464829ce45a01f1aed0d0
parent4f3d42f552311399003429b6bf7abaac4fc7764f (diff)
downloadgentoo-653725d2f387fcdc2fc6eb2c94f445021576bfc3.tar.gz
gentoo-653725d2f387fcdc2fc6eb2c94f445021576bfc3.tar.xz
media-gfx/gnome-raw-thumbnailer: Update eapi and ebuild
Package-Manager: portage-2.3.0
-rw-r--r--media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild26
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 d305716c096..1125daf67f2 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}"