diff options
-rw-r--r-- | media-gfx/autopano-sift/ChangeLog | 8 | ||||
-rw-r--r-- | media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild | 16 | ||||
-rw-r--r-- | media-gfx/f-spot/ChangeLog | 7 | ||||
-rw-r--r-- | media-gfx/f-spot/f-spot-0.5.0.3.ebuild | 9 |
4 files changed, 19 insertions, 21 deletions
diff --git a/media-gfx/autopano-sift/ChangeLog b/media-gfx/autopano-sift/ChangeLog index 2dd513632562..38c76051ac22 100644 --- a/media-gfx/autopano-sift/ChangeLog +++ b/media-gfx/autopano-sift/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-gfx/autopano-sift -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.22 2008/11/23 13:32:42 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/ChangeLog,v 1.23 2009/01/05 17:22:26 loki_val Exp $ + + 05 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> + autopano-sift-2.4-r1.ebuild: + Fix for new gtk-sharp-module eclass 23 Nov 2008; Peter Alfredsen <loki_val@gentoo.org> autopano-sift-2.4-r1.ebuild: diff --git a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild b/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild index 9ff639c193fd..cdbbe4b07c8a 100644 --- a/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild +++ b/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild @@ -1,6 +1,6 @@ -# 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/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.8 2008/11/23 13:32:42 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/autopano-sift/autopano-sift-2.4-r1.ebuild,v 1.9 2009/01/05 17:22:26 loki_val Exp $ inherit mono eutils @@ -15,22 +15,12 @@ IUSE="" RDEPEND="!media-gfx/autopano-sift-C dev-lang/mono - || ( >=dev-dotnet/gtk-sharp-2.12.6 dev-dotnet/glade-sharp ) + dev-dotnet/glade-sharp dev-dotnet/gtk-sharp >=dev-dotnet/libgdiplus-1.1.11" DEPEND="${RDEPEND} dev-util/pkgconfig" -pkg_setup() { - if has_version '>=dev-dotnet/gtk-sharp-2.12.6' - then - if ! built_with_use --missing false 'dev-dotnet/gtk-sharp' 'glade' - then - eerror "Please rebuild >=dev-dotnet/gtk-sharp-2.12.6 with USE='glade'" - fi - fi -} - src_unpack() { unpack ${A} diff --git a/media-gfx/f-spot/ChangeLog b/media-gfx/f-spot/ChangeLog index 469a38007faf..8868cc27e231 100644 --- a/media-gfx/f-spot/ChangeLog +++ b/media-gfx/f-spot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/f-spot -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.31 2008/11/23 13:12:41 loki_val Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/ChangeLog,v 1.32 2009/01/05 17:21:58 loki_val Exp $ + + 05 Jan 2009; Peter Alfredsen <loki_val@gentoo.org> f-spot-0.5.0.3.ebuild: + Fix for new gtk-sharp-module eclass *f-spot-0.5.0.3 (23 Nov 2008) diff --git a/media-gfx/f-spot/f-spot-0.5.0.3.ebuild b/media-gfx/f-spot/f-spot-0.5.0.3.ebuild index 965fbdf288eb..9daf793f93fe 100644 --- a/media-gfx/f-spot/f-spot-0.5.0.3.ebuild +++ b/media-gfx/f-spot/f-spot-0.5.0.3.ebuild @@ -1,10 +1,10 @@ -# 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/f-spot/f-spot-0.5.0.3.ebuild,v 1.1 2008/11/23 13:12:41 loki_val Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/f-spot/f-spot-0.5.0.3.ebuild,v 1.2 2009/01/05 17:21:58 loki_val Exp $ EAPI=2 -inherit gnome2 mono autotools +inherit gnome2 mono DESCRIPTION="Personal photo management application for the gnome desktop" HOMEPAGE="http://f-spot.org" @@ -17,7 +17,8 @@ RDEPEND=">=dev-lang/mono-2.0 >=dev-libs/dbus-glib-0.71 >=dev-libs/glib-2 >=x11-libs/gtk+-2.6 - >=dev-dotnet/gtk-sharp-2.12.0[glade] + >=dev-dotnet/gtk-sharp-2.12.0 + >=dev-dotnet/glade-sharp-2.12.0 >=dev-dotnet/dbus-sharp-0.4.2 >=dev-dotnet/dbus-glib-sharp-0.3.0 >=dev-dotnet/gtkhtml-sharp-2.7 |