Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-cpp/gconfmm: gconfmm-2.18.0.ebuild ChangeLog gconfmm-2.20.0.ebuild
Date: Thu, 03 Jan 2008 20:34:10
Message-Id: E1JAWlR-0007Ze-1G@stork.gentoo.org
1 eva 08/01/03 20:34:05
2
3 Modified: gconfmm-2.18.0.ebuild ChangeLog
4 Added: gconfmm-2.20.0.ebuild
5 Log:
6 bump to 2.20.0, nothing new
7 (Portage version: 2.1.4_rc14)
8
9 Revision Changes Path
10 1.11 dev-cpp/gconfmm/gconfmm-2.18.0.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild?r1=1.10&r2=1.11
15
16 Index: gconfmm-2.18.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- gconfmm-2.18.0.ebuild 4 Oct 2007 21:33:23 -0000 1.10
23 +++ gconfmm-2.18.0.ebuild 3 Jan 2008 20:34:04 -0000 1.11
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2007 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild,v 1.10 2007/10/04 21:33:23 tgall Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.18.0.ebuild,v 1.11 2008/01/03 20:34:04 eva Exp $
29
30 inherit gnome2 eutils
31
32 @@ -49,6 +49,6 @@
33
34 if use examples; then
35 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
36 - cp -R examples ${D}/usr/share/doc/${PF}
37 + cp -R examples "${D}/usr/share/doc/${PF}"
38 fi
39 }
40
41
42
43 1.60 dev-cpp/gconfmm/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.60&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/ChangeLog?rev=1.60&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/ChangeLog?r1=1.59&r2=1.60
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v
52 retrieving revision 1.59
53 retrieving revision 1.60
54 diff -u -r1.59 -r1.60
55 --- ChangeLog 4 Oct 2007 21:33:23 -0000 1.59
56 +++ ChangeLog 3 Jan 2008 20:34:04 -0000 1.60
57 @@ -1,6 +1,12 @@
58 # ChangeLog for dev-cpp/gconfmm
59 -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.59 2007/10/04 21:33:23 tgall Exp $
61 +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
62 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/ChangeLog,v 1.60 2008/01/03 20:34:04 eva Exp $
63 +
64 +*gconfmm-2.20.0 (03 Jan 2008)
65 +
66 + 03 Jan 2008; Gilles Dartiguelongue <eva@g.o>
67 + +gconfmm-2.20.0.ebuild:
68 + bump to 2.20.0
69
70 04 Oct 2007; Tom Gall <tgall@g.o> gconfmm-2.18.0.ebuild:
71 stable on ppc64
72
73
74
75 1.1 dev-cpp/gconfmm/gconfmm-2.20.0.ebuild
76
77 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild?rev=1.1&content-type=text/plain
79
80 Index: gconfmm-2.20.0.ebuild
81 ===================================================================
82 # Copyright 1999-2008 Gentoo Foundation
83 # Distributed under the terms of the GNU General Public License v2
84 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/gconfmm/gconfmm-2.20.0.ebuild,v 1.1 2008/01/03 20:34:04 eva Exp $
85
86 inherit gnome2 eutils
87
88 DESCRIPTION="C++ bindings for GConf"
89 HOMEPAGE="http://gtkmm.sourceforge.net/"
90
91 LICENSE="LGPL-2.1"
92 SLOT="0"
93 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
94 IUSE="doc examples"
95
96 RDEPEND=">=gnome-base/gconf-2.4
97 >=dev-cpp/glibmm-2.12
98 >=dev-cpp/gtkmm-2.4"
99
100 DEPEND=">=dev-util/pkgconfig-0.12.0
101 ${RDEPEND}"
102
103 DOCS="AUTHORS COPYING* ChangeLog NEWS README INSTALL"
104
105 src_unpack() {
106 gnome2_src_unpack
107
108 if ! use examples; then
109 # don't waste time building the examples
110 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || \
111 die "sed Makefile.in failed"
112 fi
113 }
114
115 src_compile() {
116 gnome2_src_compile
117
118 if use doc; then
119 cd "${S}/docs/reference"
120 make all
121 fi
122 }
123
124 src_install() {
125 gnome2_src_install
126
127 if use doc ; then
128 dohtml -r docs/reference/html/* docs/images/*
129 fi
130
131 if use examples; then
132 find examples -type d -name '.deps' -exec rm -fr {} \; 2>/dev/null
133 cp -R examples "${D}/usr/share/doc/${PF}"
134 fi
135 }
136
137
138
139 --
140 gentoo-commits@g.o mailing list