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: ChangeLog libwnck-2.22.3.ebuild
Date: Tue, 01 Jul 2008 21:49:26
Message-Id: E1KDniy-0001L9-CO@stork.gentoo.org
1 eva 08/07/01 21:49:20
2
3 Modified: ChangeLog
4 Added: libwnck-2.22.3.ebuild
5 Log:
6 bump to 2.22.3. Small bug fix and translation update.
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)
8
9 Revision Changes Path
10 1.198 x11-libs/libwnck/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.198&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/ChangeLog?rev=1.198&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/ChangeLog?r1=1.197&r2=1.198
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v
19 retrieving revision 1.197
20 retrieving revision 1.198
21 diff -u -r1.197 -r1.198
22 --- ChangeLog 17 May 2008 18:43:11 -0000 1.197
23 +++ ChangeLog 1 Jul 2008 21:49:19 -0000 1.198
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-libs/libwnck
26 # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.197 2008/05/17 18:43:11 leio Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/ChangeLog,v 1.198 2008/07/01 21:49:19 eva Exp $
29 +
30 +*libwnck-2.22.3 (01 Jul 2008)
31 +
32 + 01 Jul 2008; Gilles Dartiguelongue <eva@g.o>
33 + +libwnck-2.22.3.ebuild:
34 + bump to 2.22.3. Small bug fix and translation update.
35
36 17 May 2008; Mart Raudsepp <leio@g.o>
37 -files/2.22.0/001-logout-crash.patch,
38
39
40
41 1.1 x11-libs/libwnck/libwnck-2.22.3.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/libwnck-2.22.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/libwnck/libwnck-2.22.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: libwnck-2.22.3.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-libs/libwnck/libwnck-2.22.3.ebuild,v 1.1 2008/07/01 21:49:19 eva Exp $
51
52 inherit gnome2 eutils
53
54 DESCRIPTION="A window navigation construction kit"
55 HOMEPAGE="http://www.gnome.org/"
56
57 LICENSE="LGPL-2"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
60 IUSE="doc"
61
62 RDEPEND=">=x11-libs/gtk+-2.11.3
63 >=dev-libs/glib-2.13.0
64 >=x11-libs/startup-notification-0.4
65 x11-libs/libX11
66 x11-libs/libXres
67 x11-libs/libXext"
68 DEPEND="${RDEPEND}
69 sys-devel/gettext
70 >=dev-util/pkgconfig-0.9
71 >=dev-util/intltool-0.35
72 doc? ( >=dev-util/gtk-doc-1.9 )"
73
74 DOCS="AUTHORS ChangeLog HACKING NEWS README"
75
76
77
78 --
79 gentoo-commits@l.g.o mailing list