Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
loki_val 09/01/05 17:24:27
Modified: ChangeLog muine-0.8.10.ebuild
Log:
FIX for new gtk-sharp-module eclass
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-rc9 x86_64)
Revision Changes Path
1.49 media-sound/muine/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 14 Dec 2008 14:27:06 -0000 1.48
+++ ChangeLog 5 Jan 2009 17:24:27 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/muine
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.48 2008/12/14 14:27:06 loki_val Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/ChangeLog,v 1.49 2009/01/05 17:24:27 loki_val Exp $
+
+ 05 Jan 2009; Peter Alfredsen <loki_val@g.o> muine-0.8.10.ebuild:
+ Fix for new gtk-sharp-module eclass
14 Dec 2008; Peter Alfredsen <loki_val@g.o> muine-0.8.7.ebuild,
muine-0.8.8.ebuild, muine-0.8.10.ebuild:
1.3 media-sound/muine/muine-0.8.10.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild?r1=1.2&r2=1.3
Index: muine-0.8.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- muine-0.8.10.ebuild 14 Dec 2008 14:27:06 -0000 1.2
+++ muine-0.8.10.ebuild 5 Jan 2009 17:24:27 -0000 1.3
@@ -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-sound/muine/muine-0.8.10.ebuild,v 1.2 2008/12/14 14:27:06 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/muine/muine-0.8.10.ebuild,v 1.3 2009/01/05 17:24:27 loki_val Exp $
EAPI=2
-inherit base gnome2 mono eutils multilib autotools flag-o-matic
+inherit base gnome2 mono eutils multilib flag-o-matic
DESCRIPTION="A music player for GNOME"
HOMEPAGE="http://muine-player.org"
@@ -18,7 +18,8 @@
RDEPEND="x11-themes/gnome-icon-theme
>=dev-lang/mono-2
>=x11-libs/gtk+-2.6
- >=dev-dotnet/gtk-sharp-2.12.6[glade]
+ >=dev-dotnet/gtk-sharp-2.12.6
+ >=dev-dotnet/glade-sharp-2.12.6
>=dev-dotnet/gnome-sharp-2.6
>=dev-dotnet/gconf-sharp-2.6
>=dev-dotnet/gnomevfs-sharp-2.6
|
|