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/libwnck: libwnck-3.4.9.ebuild ChangeLog libwnck-3.4.5.ebuild
Date: Thu, 04 Sep 2014 10:24:30
Message-Id: 20140904102423.F073C4AE2@oystercatcher.gentoo.org
1 pacho 14/09/04 10:24:23
2
3 Modified: ChangeLog
4 Added: libwnck-3.4.9.ebuild
5 Removed: libwnck-3.4.5.ebuild
6 Log:
7 Version bump, drop old
8
9 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
10
11 Revision Changes Path
12 1.331 x11-libs/libwnck/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.331&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.331&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.330&r2=1.331
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
21 retrieving revision 1.330
22 retrieving revision 1.331
23 diff -u -r1.330 -r1.331
24 --- ChangeLog 20 Jun 2014 14:45:34 -0000 1.330
25 +++ ChangeLog 4 Sep 2014 10:24:23 -0000 1.331
26 @@ -1,6 +1,12 @@
27 # ChangeLog for x11-libs/libwnck
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.330 2014/06/20 14:45:34 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.331 2014/09/04 10:24:23 pacho Exp $
31 +
32 +*libwnck-3.4.9 (04 Sep 2014)
33 +
34 + 04 Sep 2014; Pacho Ramos <pacho@g.o> +libwnck-3.4.9.ebuild,
35 + -libwnck-3.4.5.ebuild:
36 + Version bump, drop old
37
38 20 Jun 2014; Agostino Sarubbo <ago@g.o> libwnck-3.4.7.ebuild:
39 Stable for arm, wrt bug #508862
40
41
42
43 1.1 x11-libs/libwnck/libwnck-3.4.9.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.9.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libwnck/libwnck-3.4.9.ebuild?rev=1.1&content-type=text/plain
47
48 Index: libwnck-3.4.9.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-3.4.9.ebuild,v 1.1 2014/09/04 10:24:23 pacho Exp $
53
54 EAPI="5"
55 GCONF_DEBUG="no"
56 GNOME2_LA_PUNT="yes"
57
58 inherit flag-o-matic gnome2
59
60 DESCRIPTION="A window navigation construction kit"
61 HOMEPAGE="https://developer.gnome.org/libwnck/stable/"
62
63 LICENSE="LGPL-2+"
64 SLOT="3"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
66
67 IUSE="+introspection startup-notification tools"
68
69 RDEPEND="
70 >=x11-libs/gtk+-3.4:3[introspection?]
71 >=dev-libs/glib-2.32:2
72 x11-libs/libX11
73 x11-libs/libXres
74 x11-libs/libXext
75 introspection? ( >=dev-libs/gobject-introspection-0.6.14 )
76 startup-notification? ( >=x11-libs/startup-notification-0.4 )
77 x86-interix? ( sys-libs/itx-bind )
78 "
79 DEPEND="${RDEPEND}
80 dev-util/gtk-doc-am
81 >=dev-util/intltool-0.40.6
82 sys-devel/gettext
83 virtual/pkgconfig
84 "
85 # eautoreconf needs
86 # gnome-base/gnome-common
87
88 src_configure() {
89 DOCS="AUTHORS ChangeLog HACKING NEWS README"
90
91 if use x86-interix; then
92 # activate the itx-bind package...
93 append-flags "-I${EPREFIX}/usr/include/bind"
94 append-ldflags "-L${EPREFIX}/usr/lib/bind"
95 fi
96
97 # Don't collide with SLOT=1
98 gnome2_src_configure \
99 --disable-static \
100 $(use_enable introspection) \
101 $(use_enable startup-notification) \
102 $(use_enable tools) \
103 --program-suffix=-${SLOT}
104 }