diff options
author | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
---|---|---|
committer | Jeff Horelick <jdhore@gentoo.org> | 2012-05-05 07:00:27 +0000 |
commit | e508ea76617f92d515d39d9b65a273d4f6f1cf2a (patch) | |
tree | 4bc1c3ac9c9c67d0b7654203d6e46eb8bc01be21 /media-gfx/gnome-raw-thumbnailer | |
parent | New separate gnome log viewer package, formerly part of gnome-extra/gnome-utils. (diff) | |
download | gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.tar.gz gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.tar.bz2 gentoo-2-e508ea76617f92d515d39d9b65a273d4f6f1cf2a.zip |
dev-util/pkgconfig -> virtual/pkgconfig
(Portage version: 2.2.0_alpha101/cvs/Linux i686)
Diffstat (limited to 'media-gfx/gnome-raw-thumbnailer')
3 files changed, 10 insertions, 6 deletions
diff --git a/media-gfx/gnome-raw-thumbnailer/ChangeLog b/media-gfx/gnome-raw-thumbnailer/ChangeLog index 368c88d302ff..5c766fd8f351 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.13 2012/04/29 15:54:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/ChangeLog,v 1.14 2012/05/05 07:00:24 jdhore Exp $ + + 05 May 2012; Jeff Horelick <jdhore@gentoo.org> + gnome-raw-thumbnailer-0.99.1.ebuild, gnome-raw-thumbnailer-3.0.0.ebuild: + dev-util/pkgconfig -> virtual/pkgconfig 29 Apr 2012; Markus Meier <maekke@gentoo.org> 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 index 738ceab97e04..2e96f40b2016 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,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# 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.7 2011/03/23 08:32:48 nirbheek Exp $ +# $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 @@ -23,7 +23,7 @@ RDEPEND="media-libs/libopenraw[gtk] gnome-base/gnome-vfs:2" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig sys-devel/gettext !media-gfx/raw-thumbnailer" 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 7b9da436dbbe..c362210d0634 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,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/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild,v 1.5 2012/04/29 15:54:52 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-raw-thumbnailer/gnome-raw-thumbnailer-3.0.0.ebuild,v 1.6 2012/05/05 07:00:24 jdhore Exp $ EAPI=4 GCONF_DEBUG=no @@ -23,7 +23,7 @@ RDEPEND=">=media-libs/libopenraw-0.0.9[gtk] !media-gfx/raw-thumbnailer" DEPEND="${RDEPEND} dev-util/intltool - dev-util/pkgconfig + virtual/pkgconfig sys-devel/gettext" S=${WORKDIR}/${MY_P} |