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/glibmm: ChangeLog glibmm-2.16.3.ebuild
Date: Wed, 02 Jul 2008 21:56:51
Message-Id: E1KEAJh-0008K3-Or@stork.gentoo.org
1 eva 08/07/02 21:56:45
2
3 Modified: ChangeLog
4 Added: glibmm-2.16.3.ebuild
5 Log:
6 bump to 2.16.3. Various bug fixes.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.114 dev-cpp/glibmm/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.114&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/ChangeLog?rev=1.114&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/ChangeLog?r1=1.113&r2=1.114
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v
19 retrieving revision 1.113
20 retrieving revision 1.114
21 diff -u -r1.113 -r1.114
22 --- ChangeLog 30 Jun 2008 16:25:26 -0000 1.113
23 +++ ChangeLog 2 Jul 2008 21:56:45 -0000 1.114
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-cpp/glibmm
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.113 2008/06/30 16:25:26 jer Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/ChangeLog,v 1.114 2008/07/02 21:56:45 eva Exp $
29 +
30 +*glibmm-2.16.3 (02 Jul 2008)
31 +
32 + 02 Jul 2008; Gilles Dartiguelongue <eva@g.o> +glibmm-2.16.3.ebuild:
33 + bump to 2.16.3. Various bug fixes.
34
35 30 Jun 2008; Jeroen Roovers <jer@g.o> glibmm-2.16.1.ebuild:
36 Stable for HPPA (bug #227679).
37
38
39
40 1.1 dev-cpp/glibmm/glibmm-2.16.3.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.16.3.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-cpp/glibmm/glibmm-2.16.3.ebuild?rev=1.1&content-type=text/plain
44
45 Index: glibmm-2.16.3.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-cpp/glibmm/glibmm-2.16.3.ebuild,v 1.1 2008/07/02 21:56:45 eva Exp $
50
51 inherit gnome2
52
53 DESCRIPTION="C++ interface for glib2"
54 HOMEPAGE="http://gtkmm.sourceforge.net/"
55
56 LICENSE="LGPL-2.1"
57 SLOT="2"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE="doc examples"
60
61 RDEPEND=">=dev-libs/libsigc++-2.2
62 >=dev-libs/glib-2.16"
63 DEPEND="${RDEPEND}
64 dev-util/pkgconfig
65 doc? ( app-doc/doxygen )"
66
67 DOCS="AUTHORS ChangeLog NEWS README"
68
69 src_unpack() {
70 gnome2_src_unpack
71
72 if ! use examples; then
73 # don't waste time building the examples
74 sed -i 's/^\(SUBDIRS =.*\)examples\(.*\)$/\1\2/' Makefile.in || die "sed failed"
75 fi
76 }
77
78 src_install() {
79 gnome2_src_install
80
81 if ! use doc && ! use examples; then
82 rm -fr "${D}/usr/share/doc/glibmm-2.4"
83 fi
84
85 if use examples; then
86 find examples -type d -name '.deps' -exec rm -rf {} \; 2>/dev/null
87 dodoc examples
88 fi
89 }
90
91
92
93 --
94 gentoo-commits@l.g.o mailing list