diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:03:46 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2013-03-29 23:03:46 +0000 |
commit | 4a106b3c55611f5090b4f302ecb0b5694961fc8f (patch) | |
tree | 52853f03eb89837c0d01c55730f9d52f6e8e8017 /media-gfx | |
parent | Clean up old revision. (diff) | |
download | gentoo-2-4a106b3c55611f5090b4f302ecb0b5694961fc8f.tar.gz gentoo-2-4a106b3c55611f5090b4f302ecb0b5694961fc8f.tar.bz2 gentoo-2-4a106b3c55611f5090b4f302ecb0b5694961fc8f.zip |
Clean up old revision.
(Portage version: 2.2.0_alpha166/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gnome-raw-thumbnailer/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild | 42 |
2 files changed, 6 insertions, 44 deletions
diff --git a/media-gfx/gnome-raw-thumbnailer/ChangeLog b/media-gfx/gnome-raw-thumbnailer/ChangeLog index 5c766fd8f351..ceba5a229e7e 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-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.14 2012/05/05 07:00:24 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.15 2013/03/29 23:03:46 eva Exp $ + + 29 Mar 2013; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-raw-thumbnailer-0.99.1.ebuild: + Clean up old revision. 05 May 2012; Jeff Horelick <jdhore@gentoo.org> gnome-raw-thumbnailer-0.99.1.ebuild, gnome-raw-thumbnailer-3.0.0.ebuild: 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 deleted file mode 100644 index 2e96f40b2016..000000000000 --- a/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-0.99.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2012 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.8 2012/05/05 07:00:24 jdhore Exp $ - -EAPI=2 -GCONF_DEBUG=no - -inherit autotools eutils gnome2 - -MY_P=${PN/gnome-}-${PV} - -DESCRIPTION="A lightweight and fast raw image thumbnailer for GNOME" -HOMEPAGE="http://libopenraw.freedesktop.org/wiki/RawThumbnailer" -SRC_URI="http://libopenraw.freedesktop.org/download/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="media-libs/libopenraw[gtk] - >=x11-libs/gtk+-2:2 - gnome-base/gnome-vfs:2" -DEPEND="${RDEPEND} - dev-util/intltool - virtual/pkgconfig - sys-devel/gettext - !media-gfx/raw-thumbnailer" - -S=${WORKDIR}/${MY_P} - -DOCS="AUTHORS ChangeLog NEWS README" - -src_prepare() { - epatch "${FILESDIR}"/${P}-drop-libgsf.patch \ - "${FILESDIR}"/${P}-make-382.patch - - intltoolize --force --copy --automake || die - eautoreconf - - gnome2_src_prepare -} |