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.5.ebuild ChangeLog
Date: Mon, 20 May 2013 14:43:20
Message-Id: 20130520144314.5BA222171D@flycatcher.gentoo.org
1 ssuominen 13/05/20 14:43:14
2
3 Modified: ChangeLog
4 Added: xfce4-xkb-plugin-0.5.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
9
10 Revision Changes Path
11 1.43 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.43&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.43&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?r1=1.42&r2=1.43
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v
20 retrieving revision 1.42
21 retrieving revision 1.43
22 diff -u -r1.42 -r1.43
23 --- ChangeLog 28 Nov 2012 12:21:52 -0000 1.42
24 +++ ChangeLog 20 May 2013 14:43:14 -0000 1.43
25 @@ -1,6 +1,12 @@
26 # ChangeLog for xfce-extra/xfce4-xkb-plugin
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.42 2012/11/28 12:21:52 ssuominen Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.43 2013/05/20 14:43:14 ssuominen Exp $
31 +
32 +*xfce4-xkb-plugin-0.5.5 (20 May 2013)
33 +
34 + 20 May 2013; Samuli Suominen <ssuominen@g.o>
35 + +xfce4-xkb-plugin-0.5.5.ebuild:
36 + Version bump.
37
38 28 Nov 2012; Samuli Suominen <ssuominen@g.o>
39 xfce4-xkb-plugin-0.5.4.3.ebuild:
40 @@ -183,4 +189,3 @@
41 +xfce4-xkb-plugin-0.5.3.3-r1.ebuild,
42 +files/xfce4-xkb-plugin-0.5.3.3-libxklavier.patch:
43 Rename xfce4-xkb to xfce4-xkb-plugin.
44 -
45
46
47
48 1.1 xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild
49
50 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xfce4-xkb-plugin-0.5.5.ebuild
54 ===================================================================
55 # Copyright 1999-2013 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.5.ebuild,v 1.1 2013/05/20 14:43:14 ssuominen Exp $
58
59 EAPI=5
60 inherit multilib xfconf
61
62 DESCRIPTION="XKB layout switching panel plug-in for the Xfce desktop environment"
63 HOMEPAGE="http://goodies.xfce.org/projects/panel-plugins/xfce4-xkb-plugin"
64 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/${PV%.*}/${P}.tar.bz2"
65
66 LICENSE="BSD-2 GPL-2+"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux"
69 IUSE="debug"
70
71 RDEPEND=">=gnome-base/librsvg-2.36.2
72 x11-libs/gtk+:2
73 >=x11-libs/libwnck-2.12:1
74 x11-libs/libX11
75 >=x11-libs/libxklavier-5
76 >=xfce-base/libxfce4ui-4.8
77 >=xfce-base/libxfce4util-4.8
78 >=xfce-base/xfce4-panel-4.8"
79 DEPEND="${RDEPEND}
80 dev-util/intltool
81 sys-devel/gettext
82 virtual/pkgconfig"
83
84 pkg_setup() {
85 XFCONF=(
86 --libexecdir="${EPREFIX}"/usr/$(get_libdir)
87 $(xfconf_use_debug)
88 )
89
90 DOCS=( AUTHORS ChangeLog README )
91 }