summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-09-12 13:06:33 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-09-12 13:06:33 +0000
commit4d937faaa4d55a894242468d1a55e3e5a53dfebd (patch)
tree4f7a8788a8eccc68bdd89a8c6da38e78c6e6c9b0 /media-gfx/gnome-raw-thumbnailer
parentSince we cannot build ld64, but *can* build new cctools, build the ld64 from ... (diff)
downloadgentoo-2-4d937faaa4d55a894242468d1a55e3e5a53dfebd.tar.gz
gentoo-2-4d937faaa4d55a894242468d1a55e3e5a53dfebd.tar.bz2
gentoo-2-4d937faaa4d55a894242468d1a55e3e5a53dfebd.zip
Migrate to EAPI 2 in order to nuke built_with_use call.
(Portage version: 2.2_rc40/cvs/Linux i686)
Diffstat (limited to 'media-gfx/gnome-raw-thumbnailer')
-rw-r--r--media-gfx/gnome-raw-thumbnailer/ChangeLog8
-rw-r--r--media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild20
2 files changed, 12 insertions, 16 deletions
diff --git a/media-gfx/gnome-raw-thumbnailer/ChangeLog b/media-gfx/gnome-raw-thumbnailer/ChangeLog
index efb9ed9c294d..c437eb1d2eeb 100644
--- a/media-gfx/gnome-raw-thumbnailer/ChangeLog
+++ b/media-gfx/gnome-raw-thumbnailer/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gnome-raw-thumbnailer
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.3 2008/11/24 17:59:01 ssuominen Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.4 2009/09/12 13:06:33 betelgeuse Exp $
+
+ 12 Sep 2009; Petteri Räty <betelgeuse@gentoo.org>
+ gnome-raw-thumbnailer-0.99.1.ebuild:
+ Migrate to EAPI 2 in order to nuke built_with_use call.
24 Nov 2008; <ssuominen@gentoo.org> metadata.xml:
Rename my old e-mail drac at gentoo.org to ssuominen at gentoo.org.
diff --git a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild
index 80d37d7829b3..184fa5e676e1 100644
--- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild
+++ b/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild,v 1.2 2008/07/04 07:49:28 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild,v 1.3 2009/09/12 13:06:33 betelgeuse Exp $
+EAPI="2"
GCONF_DEBUG=no
inherit autotools eutils gnome2
@@ -17,7 +18,7 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-RDEPEND="media-libs/libopenraw
+RDEPEND="media-libs/libopenraw[gtk]
>=x11-libs/gtk+-2
gnome-base/gnome-vfs"
DEPEND="${RDEPEND}
@@ -30,17 +31,8 @@ S=${WORKDIR}/${MY_P}
DOCS="AUTHORS ChangeLog NEWS README"
-pkg_setup() {
- local fail="Re-emerge media-libs/libopenraw with USE gtk."
-
- if ! built_with_use media-libs/libopenraw gtk; then
- eerror "${fail}"
- die "${fail}"
- fi
-}
-
-src_unpack() {
- gnome2_src_unpack
+src_prepare() {
+ gnome2_src_prepare
epatch "${FILESDIR}"/${P}-drop-libgsf.patch
eautoreconf
intltoolize -f || die "intltoolize failed."