diff options
author | Samuli Suominen <drac@gentoo.org> | 2007-02-04 00:41:07 +0000 |
---|---|---|
committer | Samuli Suominen <drac@gentoo.org> | 2007-02-04 00:41:07 +0000 |
commit | 6eee7da6c1d459e302ff690089b1365571b81d25 (patch) | |
tree | 66c213c4df0c98973a1b75f095ae750e2c7b0f96 /media-video/camorama | |
parent | Cleanup. (diff) | |
download | gentoo-2-6eee7da6c1d459e302ff690089b1365571b81d25.tar.gz gentoo-2-6eee7da6c1d459e302ff690089b1365571b81d25.tar.bz2 gentoo-2-6eee7da6c1d459e302ff690089b1365571b81d25.zip |
Reordering depends for bug 165141
(Portage version: 2.1.2-r6)
Diffstat (limited to 'media-video/camorama')
-rw-r--r-- | media-video/camorama/ChangeLog | 7 | ||||
-rw-r--r-- | media-video/camorama/camorama-0.18.ebuild | 29 |
2 files changed, 21 insertions, 15 deletions
diff --git a/media-video/camorama/ChangeLog b/media-video/camorama/ChangeLog index fb9fd98ef740..c7d864ce4377 100644 --- a/media-video/camorama/ChangeLog +++ b/media-video/camorama/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-video/camorama -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.10 2006/11/29 09:00:58 zzam Exp $ +# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/ChangeLog,v 1.11 2007/02/04 00:41:07 drac Exp $ + + 04 Feb 2007; Samuli Suominen <drac@gentoo.org> camorama-0.18.ebuild: + Reordering depends. Closing bug 165141. 29 Nov 2006; Matthias Schwarzott <zzam@gentoo.org> camorama-0.18.ebuild: Now depend on gtk+-2.10 instead of gtk-2.0, thanks to Philip Allison diff --git a/media-video/camorama/camorama-0.18.ebuild b/media-video/camorama/camorama-0.18.ebuild index e06151f76ba8..07e7bf8d9e5c 100644 --- a/media-video/camorama/camorama-0.18.ebuild +++ b/media-video/camorama/camorama-0.18.ebuild @@ -1,24 +1,27 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.18.ebuild,v 1.2 2006/11/29 09:00:58 zzam Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-video/camorama/camorama-0.18.ebuild,v 1.3 2007/02/04 00:41:07 drac Exp $ inherit gnome2 -IUSE="" DESCRIPTION="A GNOME 2 Webcam application featuring various image filters." HOMEPAGE="http://camorama.fixedgear.org/" -SRC_URI="http://camorama.fixedgear.org/downloads/${P}.tar.bz2" -LICENSE="GPL-2" +SRC_URI="http://${PN}.fixedgear.org/downloads/${P}.tar.bz2" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" -DEPEND=">=x11-libs/gtk+-2.10 - >=gnome-base/libgnomeui-2.0 - >=gnome-base/libgnome-2.0 - >=gnome-base/gconf-2.0 - >=gnome-base/libglade-2.0 - >=sys-devel/gettext-0.11 - >=dev-libs/glib-2 - >=dev-util/intltool-0.20" +IUSE="" + +RDEPEND=">=x11-libs/gtk+-2.10 + >=gnome-base/libgnomeui-2 + >=gnome-base/libgnome-2 + >=gnome-base/gconf-2 + >=gnome-base/libglade-2 + >=dev-libs/glib-2" +DEPEND="${RDEPEND} + sys-devel/gettext + dev-util/pkgconfig + dev-util/intltool" SCROLLKEEPER_UPDATE="0" |