Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-xkb-plugin: ChangeLog xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild
Date: Sun, 01 May 2011 11:25:27
Message-Id: 20110501112506.CDCAE20054@flycatcher.gentoo.org
1 ssuominen 11/05/01 11:25:06
2
3 Modified: ChangeLog
4 Added: xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild
5 Log:
6 New snapshot to plug multiple memory leaks wrt #351546.
7
8 (Portage version: 2.2.0_alpha30/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.28 xfce-extra/xfce4-xkb-plugin/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.28&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.28&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?r1=1.27&r2=1.28
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v
20 retrieving revision 1.27
21 retrieving revision 1.28
22 diff -u -r1.27 -r1.28
23 --- ChangeLog 19 Apr 2011 13:08:11 -0000 1.27
24 +++ ChangeLog 1 May 2011 11:25:06 -0000 1.28
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-xkb-plugin
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.27 2011/04/19 13:08:11 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.28 2011/05/01 11:25:06 ssuominen Exp $
30 +
31 +*xfce4-xkb-plugin-0.5.4.0_p20110501 (01 May 2011)
32 +
33 + 01 May 2011; Samuli Suominen <ssuominen@g.o>
34 + +xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild:
35 + New snapshot to plug multiple memory leaks wrt #351546.
36
37 *xfce4-xkb-plugin-0.5.4.0 (19 Apr 2011)
38
39
40
41
42 1.1 xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild?rev=1.1&content-type=text/plain
46
47 Index: xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild
48 ===================================================================
49 # Copyright 1999-2011 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.4.0_p20110501.ebuild,v 1.1 2011/05/01 11:25:06 ssuominen Exp $
52
53 EAPI=4
54 EAUTORECONF=yes
55 inherit xfconf
56
57 DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
58 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
59 SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.xz"
60 #SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.bz2"
61
62 LICENSE="BSD-2 GPL-2"
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
65 IUSE="debug"
66
67 RDEPEND=">=xfce-base/libxfce4ui-4.8
68 >=xfce-base/libxfce4util-4.8
69 >=xfce-base/xfce4-panel-4.8
70 x11-libs/gtk+:2
71 >=x11-libs/libxklavier-5
72 >=x11-libs/libwnck-2.12:1"
73 DEPEND="${RDEPEND}
74 dev-util/intltool
75 dev-util/pkgconfig
76 >=gnome-base/librsvg-2.18:2
77 x11-proto/kbproto"
78
79 pkg_setup() {
80 XFCONF=(
81 --enable-maintainer-mode
82 $(xfconf_use_debug)
83 )
84
85 DOCS=( AUTHORS ChangeLog README )
86 }