Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.0.17.ebuild ChangeLog
Date: Tue, 04 Jun 2013 18:20:58
Message-Id: 20130604182052.6A2CF2171D@flycatcher.gentoo.org
1 ssuominen 13/06/04 18:20:52
2
3 Modified: ChangeLog
4 Added: c++-gtk-utils-2.0.17.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha177/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.16 x11-libs/c++-gtk-utils/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.16&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.16&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.15&r2=1.16
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
20 retrieving revision 1.15
21 retrieving revision 1.16
22 diff -u -r1.15 -r1.16
23 --- ChangeLog 28 Mar 2013 17:03:14 -0000 1.15
24 +++ ChangeLog 4 Jun 2013 18:20:52 -0000 1.16
25 @@ -1,6 +1,12 @@
26 # ChangeLog for x11-libs/c++-gtk-utils
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.15 2013/03/28 17:03:14 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.16 2013/06/04 18:20:52 ssuominen Exp $
30 +
31 +*c++-gtk-utils-2.0.17 (04 Jun 2013)
32 +
33 + 04 Jun 2013; Samuli Suominen <ssuominen@g.o>
34 + +c++-gtk-utils-2.0.17.ebuild:
35 + Version bump.
36
37 *c++-gtk-utils-2.0.16 (28 Mar 2013)
38
39
40
41
42 1.1 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.17.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.17.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.17.ebuild?rev=1.1&content-type=text/plain
46
47 Index: c++-gtk-utils-2.0.17.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.17.ebuild,v 1.1 2013/06/04 18:20:52 ssuominen Exp $
52
53 EAPI=5
54 inherit eutils
55
56 DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++"
57 HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
59
60 LICENSE="LGPL-2.1"
61 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
62 IUSE="+gtk nls static-libs"
63 SLOT="3"
64
65 RDEPEND="
66 >=dev-libs/glib-2.26
67 gtk? ( x11-libs/gtk+:3 )
68 "
69 DEPEND="
70 ${RDEPEND}
71 nls? ( sys-devel/gettext )
72 virtual/pkgconfig
73 "
74
75 DOCS=( ChangeLog )
76
77 src_configure() {
78 econf \
79 $(use_enable nls) \
80 $(use_with gtk) \
81 $(use_enable static-libs static) \
82 --docdir=/usr/share/doc/${PF} \
83 --htmldir=/usr/share/doc/${PF}/html
84 }
85
86 src_install() {
87 default
88 prune_libtool_files
89 }