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: metadata.xml ChangeLog xfce4-xkb-plugin-0.5.3.3-r1.ebuild xfce4-xkb-plugin-0.5.2.ebuild
Date: Sun, 23 Aug 2009 16:09:50
Message-Id: E1MfFdc-0000fd-J7@stork.gentoo.org
1 ssuominen 09/08/23 16:09:48
2
3 Added: metadata.xml ChangeLog
4 xfce4-xkb-plugin-0.5.3.3-r1.ebuild
5 xfce4-xkb-plugin-0.5.2.ebuild
6 Log:
7 Rename xfce4-xkb to xfce4-xkb-plugin.
8 (Portage version: 2.2_rc39/cvs/Linux x86_64, RepoMan options: --force)
9
10 Revision Changes Path
11 1.1 xfce-extra/xfce4-xkb-plugin/metadata.xml
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>xfce</herd>
22 </pkgmetadata>
23
24
25
26 1.1 xfce-extra/xfce4-xkb-plugin/ChangeLog
27
28 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.1&view=markup
29 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog?rev=1.1&content-type=text/plain
30
31 Index: ChangeLog
32 ===================================================================
33 # ChangeLog for xfce-extra/xfce4-xkb-plugin
34 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
35 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/ChangeLog,v 1.1 2009/08/23 16:09:48 ssuominen Exp $
36
37 *xfce4-xkb-plugin-0.5.3.3-r1 (23 Aug 2009)
38 *xfce4-xkb-plugin-0.5.2 (23 Aug 2009)
39
40 23 Aug 2009; Samuli Suominen <ssuominen@g.o>
41 +xfce4-xkb-plugin-0.5.2.ebuild, +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.3.3-r1.ebuild
49
50 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild?rev=1.1&view=markup
51 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.3.3-r1.ebuild?rev=1.1&content-type=text/plain
52
53 Index: xfce4-xkb-plugin-0.5.3.3-r1.ebuild
54 ===================================================================
55 # Copyright 1999-2009 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.3.3-r1.ebuild,v 1.1 2009/08/23 16:09:48 ssuominen Exp $
58
59 EAPI=2
60 inherit xfconf
61
62 DESCRIPTION="XKB layout switching panel plugin"
63 HOMEPAGE="http://www.xfce.org/"
64 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.5/${P}.tar.gz"
65
66 LICENSE="BSD"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
69 IUSE="debug"
70
71 RDEPEND=">=x11-libs/gtk+-2.6:2
72 >=xfce-base/xfce4-panel-4.3.20
73 >=xfce-base/libxfce4util-4.3.90.2
74 >=xfce-base/libxfcegui4-4.3.90.2
75 >=x11-libs/libxklavier-4
76 x11-libs/libwnck"
77 DEPEND="${RDEPEND}
78 dev-util/pkgconfig
79 dev-util/intltool
80 x11-proto/kbproto
81 >=gnome-base/librsvg-2.18"
82
83 pkg_setup() {
84 DOCS="AUTHORS ChangeLog README"
85 XFCONF="--disable-dependency-tracking
86 $(use_enable debug)"
87 PATCHES=( "${FILESDIR}/${P}-libxklavier.patch" )
88 }
89
90
91
92 1.1 xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.2.ebuild
93
94 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.2.ebuild?rev=1.1&view=markup
95 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.2.ebuild?rev=1.1&content-type=text/plain
96
97 Index: xfce4-xkb-plugin-0.5.2.ebuild
98 ===================================================================
99 # Copyright 1999-2009 Gentoo Foundation
100 # Distributed under the terms of the GNU General Public License v2
101 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfce4-xkb-plugin/xfce4-xkb-plugin-0.5.2.ebuild,v 1.1 2009/08/23 16:09:48 ssuominen Exp $
102
103 inherit xfconf
104
105 DESCRIPTION="XKB layout switching panel plugin"
106 HOMEPAGE="http://www.xfce.org/"
107 SRC_URI="mirror://gentoo/${P}.tar.gz"
108
109 LICENSE="BSD"
110 SLOT="0"
111 KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
112 IUSE=""
113
114 RDEPEND=">=x11-libs/gtk+-2.6
115 xfce-base/xfce4-panel
116 xfce-base/libxfce4util
117 xfce-base/libxfcegui4
118 <x11-libs/libxklavier-4
119 x11-libs/libwnck"
120 DEPEND="${RDEPEND}
121 dev-util/pkgconfig
122 dev-util/intltool
123 x11-proto/kbproto
124 gnome-base/librsvg"