Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/gtk+extra: gtk+extra-3.0.5.ebuild ChangeLog
Date: Thu, 03 Oct 2013 20:30:13
Message-Id: 20131003203010.01E052004C@flycatcher.gentoo.org
1 pacho 13/10/03 20:30:09
2
3 Modified: ChangeLog
4 Added: gtk+extra-3.0.5.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.44 x11-libs/gtk+extra/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.44&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?rev=1.44&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/ChangeLog?r1=1.43&r2=1.44
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v
20 retrieving revision 1.43
21 retrieving revision 1.44
22 diff -u -r1.43 -r1.44
23 --- ChangeLog 5 Aug 2012 08:45:41 -0000 1.43
24 +++ ChangeLog 3 Oct 2013 20:30:09 -0000 1.44
25 @@ -1,6 +1,11 @@
26 # ChangeLog for x11-libs/gtk+extra
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.43 2012/08/05 08:45:41 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/gtk+extra/ChangeLog,v 1.44 2013/10/03 20:30:09 pacho Exp $
31 +
32 +*gtk+extra-3.0.5 (03 Oct 2013)
33 +
34 + 03 Oct 2013; Pacho Ramos <pacho@g.o> +gtk+extra-3.0.5.ebuild:
35 + Version bump
36
37 05 Aug 2012; Samuli Suominen <ssuominen@g.o>
38 -gtk+extra-2.1.2-r1.ebuild, -files/gtk+extra-2.1.2-build.patch,
39
40
41
42 1.1 x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/gtk+extra/gtk+extra-3.0.5.ebuild?rev=1.1&content-type=text/plain
46
47 Index: gtk+extra-3.0.5.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/gtk+extra/gtk+extra-3.0.5.ebuild,v 1.1 2013/10/03 20:30:09 pacho Exp $
52
53 EAPI=5
54 GCONF_DEBUG="no"
55
56 inherit gnome2
57
58 DESCRIPTION="Useful Additional GTK+ widgets"
59 HOMEPAGE="http://gtkextra.sourceforge.net"
60 SRC_URI="mirror://sourceforge/gtkextra/gtkextra-${PV}.tar.gz"
61
62 LICENSE="FDL-1.1 LGPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE="+introspection static-libs test"
66
67 RDEPEND="
68 >=x11-libs/gtk+-2.12.0:2
69 dev-libs/glib:2
70 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
71 "
72 DEPEND="${RDEPEND}
73 virtual/pkgconfig
74 "
75 # dev-libs/gobject-introspection-common needed for eautoreconf
76
77 S="${WORKDIR}/gtkextra-${PV}"
78
79 src_configure() {
80 gnome2_src_configure \
81 --enable-glade=no \
82 --disable-man \
83 $(use_enable introspection) \
84 $(use_enable static-libs static) \
85 $(use_enable test tests) \
86 --with-html-dir=/usr/share/doc/${PF}/html
87 }