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/xfswitch-plugin: metadata.xml ChangeLog xfswitch-plugin-0.0.1.ebuild
Date: Mon, 24 Aug 2009 09:51:50
Message-Id: E1MfWDN-0003R7-0K@stork.gentoo.org
1 ssuominen 09/08/24 09:51:49
2
3 Added: metadata.xml ChangeLog xfswitch-plugin-0.0.1.ebuild
4 Log:
5 Initial commit.
6 (Portage version: 2.2_rc39/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfswitch-plugin/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>xfce</herd>
20 </pkgmetadata>
21
22
23
24 1.1 xfce-extra/xfswitch-plugin/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for xfce-extra/xfswitch-plugin
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/ChangeLog,v 1.1 2009/08/24 09:51:48 ssuominen Exp $
34
35 *xfswitch-plugin-0.0.1 (24 Aug 2009)
36
37 24 Aug 2009; Samuli Suominen <ssuominen@g.o>
38 +xfswitch-plugin-0.0.1.ebuild:
39 Initial commit.
40
41
42
43
44 1.1 xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: xfswitch-plugin-0.0.1.ebuild
50 ===================================================================
51 # Copyright 1999-2009 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/xfce-extra/xfswitch-plugin/xfswitch-plugin-0.0.1.ebuild,v 1.1 2009/08/24 09:51:48 ssuominen Exp $
54
55 EAPI=2
56 inherit xfconf
57
58 DESCRIPTION="a user switching plugin for the Xfce4 Panel"
59 HOMEPAGE="http://www.xfce.org/"
60 SRC_URI="mirror://xfce/src/panel-plugins/${PN}/0.0/${P}.tar.gz"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64"
65 IUSE="debug"
66
67 RDEPEND=">=x11-libs/gtk+-2.12:2
68 >=xfce-base/libxfce4util-4.4
69 >=xfce-base/libxfcegui4-4.4
70 >=xfce-base/xfce4-panel-4.4"
71 DEPEND="${RDEPEND}
72 dev-util/pkgconfig
73 dev-util/intltool"
74
75 pkg_setup() {
76 DOCS="AUTHORS ChangeLog NEWS README"
77 XFCONF="--disable-dependency-tracking
78 $(use_enable debug)"
79 }