Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in eclass: gtk-sharp-module.eclass
Date: Tue, 25 Jan 2011 14:16:00
Message-Id: 20110125141550.79C7C20054@flycatcher.gentoo.org
1 pacho 11/01/25 14:15:50
2
3 Modified: gtk-sharp-module.eclass
4 Log:
5 Use slotted dependencies where possible for future Gnome3 stuff.
6
7 Revision Changes Path
8 1.28 eclass/gtk-sharp-module.eclass
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.28&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gtk-sharp-module.eclass?rev=1.28&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gtk-sharp-module.eclass?r1=1.27&r2=1.28
13
14 Index: gtk-sharp-module.eclass
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v
17 retrieving revision 1.27
18 retrieving revision 1.28
19 diff -u -r1.27 -r1.28
20 --- gtk-sharp-module.eclass 18 Nov 2010 09:06:18 -0000 1.27
21 +++ gtk-sharp-module.eclass 25 Jan 2011 14:15:50 -0000 1.28
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2008 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.27 2010/11/18 09:06:18 pacho Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/eclass/gtk-sharp-module.eclass,v 1.28 2011/01/25 14:15:50 pacho Exp $
27
28 # @ECLASS: gtk-sharp-module.eclass
29 # @MAINTAINER:
30 @@ -193,7 +193,7 @@
31 add_depend "~dev-dotnet/gnomevfs-sharp-${PV}"
32 add_depend "~dev-dotnet/art-sharp-${PV}"
33 add_depend ">=gnome-base/libgnomecanvas-${GNOMECANVAS_REQUIRED_VERSION}"
34 - add_depend ">=x11-libs/gtk+-2.14.0"
35 + add_depend ">=x11-libs/gtk+-2.14.0:2"
36 ;;
37 gconf-sharp-*)
38 add_depend ">=gnome-base/gconf-${PV_MAJOR}"
39 @@ -210,7 +210,7 @@
40 # incompatible changes, requiring .so bumps. gnome-desktop-sharp
41 # is locked to a specific .so.n version, so strict dependencies
42 # may be required in the future (as it has in the past).
43 - add_depend ">=gnome-base/gnome-desktop-${PV_MAJOR}"
44 + add_depend ">=gnome-base/gnome-desktop-${PV_MAJOR}:2"
45 ;;
46 gnome-panel-sharp-*)
47 add_depend ">=gnome-base/gnome-panel-${PV_MAJOR}"
48 @@ -232,7 +232,7 @@
49 add_depend ">=gnome-extra/nautilus-cd-burner-2.24.0"
50 ;;
51 rsvg-sharp-*)
52 - add_depend ">=gnome-base/librsvg-${RSVG_REQUIRED_VERSION}"
53 + add_depend ">=gnome-base/librsvg-${RSVG_REQUIRED_VERSION}:2"
54 ;;
55 vte-sharp-*)
56 add_depend ">=x11-libs/vte-${VTE_REQUIRED_VERSION}"