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: xfce4-xkb-plugin-0.5.3.3.ebuild ChangeLog
Date: Fri, 28 Aug 2009 20:15:54
Message-Id: E1MftvD-0000ua-5g@stork.gentoo.org
1 ssuominen 09/08/25 11:10:39
2
3 Modified: ChangeLog
4 Added: xfce4-xkb-plugin-0.5.3.3.ebuild
5 Log:
6 Missing middle ebuild.
7 (Portage version: 2.2_rc40/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 xfce-extra/xfce4-xkb-plugin/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?r1=1.1&r2=1.2
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- ChangeLog 23 Aug 2009 16:09:48 -0000 1.1
23 +++ ChangeLog 25 Aug 2009 11:10:38 -0000 1.2
24 @@ -1,8 +1,9 @@
25 # ChangeLog for xfce-extra/xfce4-xkb-plugin
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.1 2009/08/23 16:09:48 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.2 2009/08/25 11:10:38 ssuominen Exp $
29
30 *xfce4-xkb-plugin-0.5.3.3-r1 (23 Aug 2009)
31 +*xfce4-xkb-plugin-0.5.3.3 (23 Aug 2009)
32 *xfce4-xkb-plugin-0.5.2 (23 Aug 2009)
33
34 23 Aug 2009; Samuli Suominen <ssuominen@g.o>
35
36
37
38 1.1 xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3.ebuild?rev=1.1&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3.ebuild?rev=1.1&content-type=text/plain
42
43 Index: xfce4-xkb-plugin-0.5.3.3.ebuild
44 ===================================================================
45 # Copyright 1999-2009 Gentoo Foundation
46 # Distributed under the terms of the GNU General Public License v2
47 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3.ebuild,v 1.1 2009/08/25 11:10:38 ssuominen Exp $
48
49 EAPI=2
50 inherit xfconf
51
52 DESCRIPTION="XKB layout switching panel plugin"
53 HOMEPAGE="http://www.xfce.org/"
54 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.gz"
55
56 LICENSE="BSD"
57 SLOT="0"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
59 IUSE="debug"
60
61 RDEPEND=">=x11-libs/gtk+-2.6:2
62 >=xfce-base/xfce4-panel-4.3.20
63 >=xfce-base/libxfce4util-4.3.90.2
64 >=xfce-base/libxfcegui4-4.3.90.2
65 <x11-libs/libxklavier-4
66 x11-libs/libwnck"
67 DEPEND="${RDEPEND}
68 dev-util/pkgconfig
69 dev-util/intltool
70 x11-proto/kbproto
71 >=gnome-base/librsvg-2.18"
72
73 pkg_setup() {
74 DOCS="AUTHORS ChangeLog README"
75 XFCONF="--disable-dependency-tracking
76 $(use_enable debug)"
77 }