Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/c++-gtk-utils: c++-gtk-utils-2.2.7.ebuild ChangeLog c++-gtk-utils-2.0.24.ebuild c++-gtk-utils-2.2.0.ebuild c++-gtk-utils-2.0.17.ebuild
Date: Sat, 07 Jun 2014 13:25:59
Message-Id: 20140607132555.F11D42004E@flycatcher.gentoo.org
1 jer 14/06/07 13:25:55
2
3 Modified: ChangeLog
4 Added: c++-gtk-utils-2.2.7.ebuild
5 c++-gtk-utils-2.0.24.ebuild
6 Removed: c++-gtk-utils-2.2.0.ebuild
7 c++-gtk-utils-2.0.17.ebuild
8 Log:
9 Version bump.
10
11 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
12
13 Revision Changes Path
14 1.20 x11-libs/c++-gtk-utils/ChangeLog
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.20&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?rev=1.20&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog?r1=1.19&r2=1.20
19
20 Index: ChangeLog
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v
23 retrieving revision 1.19
24 retrieving revision 1.20
25 diff -u -r1.19 -r1.20
26 --- ChangeLog 12 May 2014 16:56:27 -0000 1.19
27 +++ ChangeLog 7 Jun 2014 13:25:55 -0000 1.20
28 @@ -1,6 +1,14 @@
29 # ChangeLog for x11-libs/c++-gtk-utils
30 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.19 2014/05/12 16:56:27 jer Exp $
32 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/ChangeLog,v 1.20 2014/06/07 13:25:55 jer Exp $
33 +
34 +*c++-gtk-utils-2.2.7 (07 Jun 2014)
35 +*c++-gtk-utils-2.0.24 (07 Jun 2014)
36 +
37 + 07 Jun 2014; Jeroen Roovers <jer@g.o> -c++-gtk-utils-2.0.17.ebuild,
38 + +c++-gtk-utils-2.0.24.ebuild, -c++-gtk-utils-2.2.0.ebuild,
39 + +c++-gtk-utils-2.2.7.ebuild:
40 + Version bump.
41
42 *c++-gtk-utils-2.2.6 (12 May 2014)
43 *c++-gtk-utils-2.0.23 (12 May 2014)
44
45
46
47 1.1 x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild?rev=1.1&content-type=text/plain
51
52 Index: c++-gtk-utils-2.2.7.ebuild
53 ===================================================================
54 # Copyright 1999-2014 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.2.7.ebuild,v 1.1 2014/06/07 13:25:55 jer Exp $
57
58 EAPI=5
59 inherit eutils
60
61 DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++"
62 HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
63 SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
64
65 LICENSE="LGPL-2.1"
66 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
67 IUSE="+gtk nls static-libs"
68 SLOT="0"
69
70 RDEPEND="
71 >=dev-libs/glib-2.26
72 gtk? ( x11-libs/gtk+:3 )
73 "
74 DEPEND="
75 ${RDEPEND}
76 nls? ( sys-devel/gettext )
77 virtual/pkgconfig
78 "
79
80 DOCS=( ChangeLog )
81
82 src_configure() {
83 econf \
84 $(use_enable nls) \
85 $(use_with gtk) \
86 $(use_enable static-libs static) \
87 --docdir=/usr/share/doc/${PF} \
88 --htmldir=/usr/share/doc/${PF}/html
89 }
90
91 src_install() {
92 default
93 prune_libtool_files
94 }
95
96
97
98 1.1 x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild
99
100 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.1&view=markup
101 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild?rev=1.1&content-type=text/plain
102
103 Index: c++-gtk-utils-2.0.24.ebuild
104 ===================================================================
105 # Copyright 1999-2014 Gentoo Foundation
106 # Distributed under the terms of the GNU General Public License v2
107 # $Header: /var/cvsroot/gentoo-x86/x11-libs/c++-gtk-utils/c++-gtk-utils-2.0.24.ebuild,v 1.1 2014/06/07 13:25:55 jer Exp $
108
109 EAPI=5
110 inherit eutils
111
112 DESCRIPTION="A library containing a number of classes and functions for programming GTK+ programs using C++"
113 HOMEPAGE="http://cxx-gtk-utils.sourceforge.net/"
114 SRC_URI="mirror://sourceforge/${PN/++/xx}/${P}.tar.gz"
115
116 LICENSE="LGPL-2.1"
117 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
118 IUSE="+gtk nls static-libs"
119 SLOT="3"
120
121 RDEPEND="
122 >=dev-libs/glib-2.26
123 gtk? ( x11-libs/gtk+:3 )
124 "
125 DEPEND="
126 ${RDEPEND}
127 nls? ( sys-devel/gettext )
128 virtual/pkgconfig
129 "
130
131 DOCS=( ChangeLog )
132
133 src_configure() {
134 econf \
135 $(use_enable nls) \
136 $(use_with gtk) \
137 $(use_enable static-libs static) \
138 --docdir=/usr/share/doc/${PF} \
139 --htmldir=/usr/share/doc/${PF}/html
140 }
141
142 src_install() {
143 default
144 prune_libtool_files
145 }