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