Gentoo Archives: gentoo-commits

From: "Gilles Dartiguelongue (eva)" <eva@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-libs/libwnck: metadata.xml ChangeLog libwnck-2.30.3.ebuild
Date: Tue, 24 Aug 2010 22:01:25
Message-Id: 20100824220121.2406C2004E@flycatcher.gentoo.org
1 eva 10/08/24 22:01:21
2
3 Modified: metadata.xml ChangeLog
4 Added: libwnck-2.30.3.ebuild
5 Log:
6 Version bump. Drop old libtool compat code per commt #8 in bug #324167. Add introspection support.
7
8 (Portage version: 2.2_rc68/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 x11-libs/libwnck/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 4 Jul 2003 20:11:17 -0000 1.1
24 +++ metadata.xml 24 Aug 2010 22:01:21 -0000 1.2
25 @@ -1,5 +1,9 @@
26 <?xml version="1.0" encoding="UTF-8"?>
27 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
28 <pkgmetadata>
29 -<herd>gnome</herd>
30 + <herd>gnome</herd>
31 + <use>
32 + <flag name="introspection">Use <pkg>dev-libs/gobject-introspection</pkg>
33 + for introspection</flag>
34 + </use>
35 </pkgmetadata>
36
37
38
39 1.246 x11-libs/libwnck/ChangeLog
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.246&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.246&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.245&r2=1.246
44
45 Index: ChangeLog
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
48 retrieving revision 1.245
49 retrieving revision 1.246
50 diff -u -r1.245 -r1.246
51 --- ChangeLog 18 Aug 2010 20:59:28 -0000 1.245
52 +++ ChangeLog 24 Aug 2010 22:01:21 -0000 1.246
53 @@ -1,6 +1,13 @@
54 # ChangeLog for x11-libs/libwnck
55 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
56 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.245 2010/08/18 20:59:28 maekke Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.246 2010/08/24 22:01:21 eva Exp $
58 +
59 +*libwnck-2.30.3 (24 Aug 2010)
60 +
61 + 24 Aug 2010; Gilles Dartiguelongue <eva@g.o>
62 + +libwnck-2.30.3.ebuild, metadata.xml:
63 + Version bump. Drop old libtool compat code per commt #8 in bug #324167.
64 + Add introspection support.
65
66 18 Aug 2010; Markus Meier <maekke@g.o> libwnck-2.28.0.ebuild:
67 arm stable, bug #314899
68
69
70
71 1.1 x11-libs/libwnck/libwnck-2.30.3.ebuild
72
73 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-2.30.3.ebuild?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-2.30.3.ebuild?rev=1.1&content-type=text/plain
75
76 Index: libwnck-2.30.3.ebuild
77 ===================================================================
78 # Copyright 1999-2010 Gentoo Foundation
79 # Distributed under the terms of the GNU General Public License v2
80 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.30.3.ebuild,v 1.1 2010/08/24 22:01:21 eva Exp $
81
82 EAPI="2"
83 GCONF_DEBUG="no"
84
85 inherit gnome2
86
87 DESCRIPTION="A window navigation construction kit"
88 HOMEPAGE="http://www.gnome.org/"
89
90 LICENSE="LGPL-2"
91 SLOT="0"
92 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
93
94 # FIXME: introspection support disabled for now
95 IUSE="doc introspection startup-notification"
96
97 RDEPEND=">=x11-libs/gtk+-2.19.7
98 >=dev-libs/glib-2.16.0
99 x11-libs/libX11
100 x11-libs/libXres
101 x11-libs/libXext
102 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
103 startup-notification? ( >=x11-libs/startup-notification-0.4 )"
104 DEPEND="${RDEPEND}
105 sys-devel/gettext
106 >=dev-util/pkgconfig-0.9
107 >=dev-util/intltool-0.40
108 doc? ( >=dev-util/gtk-doc-1.9 )
109 x86-interix? ( sys-libs/itx-bind )"
110 # eautoreconf needs
111 # dev-util/gtk-doc-am
112 # gnome-base/gnome-common
113
114 DOCS="AUTHORS ChangeLog HACKING NEWS README"
115
116 pkg_setup() {
117 G2CONF="${G2CONF}
118 --disable-static
119 $(use_enable introspection)
120 $(use_enable startup-notification)"
121 }
122
123 src_prepare() {
124 gnome2_src_prepare
125
126 if use x86-interix; then
127 # activate the itx-bind package...
128 append-flags "-I${EPREFIX}/usr/include/bind"
129 append-ldflags "-L${EPREFIX}/usr/lib/bind"
130 fi
131 }