Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-dotnet/gconf-sharp: ChangeLog gconf-sharp-2.24.0.ebuild
Date: Wed, 26 Nov 2008 00:55:55
Message-Id: E1L58h8-0002uJ-5w@stork.gentoo.org
1 loki_val 08/11/26 00:55:54
2
3 Modified: ChangeLog
4 Added: gconf-sharp-2.24.0.ebuild
5 Log:
6 Bump to 2.24.0
7 (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)
8
9 Revision Changes Path
10 1.55 dev-dotnet/gconf-sharp/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog?rev=1.55&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog?rev=1.55&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog?r1=1.54&r2=1.55
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog,v
19 retrieving revision 1.54
20 retrieving revision 1.55
21 diff -u -r1.54 -r1.55
22 --- ChangeLog 25 Nov 2008 20:56:30 -0000 1.54
23 +++ ChangeLog 26 Nov 2008 00:55:54 -0000 1.55
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-dotnet/gconf-sharp
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog,v 1.54 2008/11/25 20:56:30 loki_val Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/ChangeLog,v 1.55 2008/11/26 00:55:54 loki_val Exp $
29 +
30 +*gconf-sharp-2.24.0 (26 Nov 2008)
31 +
32 + 26 Nov 2008; Peter Alfredsen <loki_val@g.o>
33 + +gconf-sharp-2.24.0.ebuild:
34 + Bump to 2.24.0
35
36 25 Nov 2008; Peter Alfredsen <loki_val@g.o>
37 gconf-sharp-2.16.0.ebuild:
38
39
40
41 1.1 dev-dotnet/gconf-sharp/gconf-sharp-2.24.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gconf-sharp/gconf-sharp-2.24.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gconf-sharp/gconf-sharp-2.24.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: gconf-sharp-2.24.0.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gconf-sharp/gconf-sharp-2.24.0.ebuild,v 1.1 2008/11/26 00:55:54 loki_val Exp $
51
52 EAPI=2
53
54 GTK_SHARP_MODULE="gnome"
55 GTK_SHARP_MODULE_DEPS="art"
56 GTK_SHARP_REQUIRED_VERSION="2.12"
57
58 inherit gtk-sharp-module
59
60 SLOT="2"
61 KEYWORDS="~x86 ~ppc ~sparc ~x86-fbsd ~amd64"
62 IUSE=""
63
64 DEPEND="${DEPEND}
65 >=gnome-base/gconf-2.20
66 >=dev-dotnet/gtk-sharp-2.12.6[glade]
67 >=dev-dotnet/gnome-sharp-${PV}
68 >=dev-dotnet/art-sharp-${PV}"
69
70 src_prepare() {
71 gtk-sharp-module_src_prepare
72
73 # The makefile for GConf.PropertyEditors references two dll's which will
74 # not be built in our case because of the splitting of gnome-sharp;
75 # reference their system-installed counterparts instead.
76 # TODO: Should this be in the eclass? If no, the other fix for gconf-sharp
77 # in the eclass should be moved here as well.
78 sed -i -e "s:\$(top_builddir)/art/art-sharp.dll:${GTK_SHARP_LIB_DIR}/art-sharp.dll:" \
79 -e "s:\$(top_builddir)/gnome/gnome-sharp.dll:${GTK_SHARP_LIB_DIR}/gnome-sharp.dll:" \
80 "${S}"/gconf/GConf.PropertyEditors/Makefile.in || die "sed failed"
81 }