Gentoo Archives: gentoo-commits

From: "Stephen Klimaszewski (steev)" <steev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: ChangeLog nm-applet-0.6.5.ebuild nm-applet-0.6.5_p20080131.ebuild
Date: Sat, 02 Feb 2008 07:17:25
Message-Id: E1JLCcr-0000s4-Gw@stork.gentoo.org
1 steev 08/02/02 07:17:21
2
3 Modified: ChangeLog nm-applet-0.6.5.ebuild
4 Added: nm-applet-0.6.5_p20080131.ebuild
5 Log:
6 Fix quoting issues in 0.6.5, add a bump to work with the new nm snapshot I just added. Includes a spiffy new wireless network editor so you no longer have to putz around with gconf.
7 (Portage version: 2.1.4.1)
8
9 Revision Changes Path
10 1.10 gnome-extra/nm-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.9&r2=1.10
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- ChangeLog 25 Dec 2007 14:26:40 -0000 1.9
23 +++ ChangeLog 2 Feb 2008 07:17:20 -0000 1.10
24 @@ -1,6 +1,14 @@
25 # ChangeLog for gnome-extra/nm-applet
26 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.9 2007/12/25 14:26:40 phreak Exp $
28 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.10 2008/02/02 07:17:20 steev Exp $
30 +
31 +*nm-applet-0.6.5_p20080131 (02 Feb 2008)
32 +
33 + 02 Feb 2008; Steev Klimaszewski <steev@g.o> nm-applet-0.6.5.ebuild,
34 + +nm-applet-0.6.5_p20080131.ebuild:
35 + Fix quoting issues in 0.6.5, add a bump to work with the new snapshot just
36 + added for networkmanager. Includes a spiffy new wireless network editor so
37 + you no longer have to putz around in gconf.
38
39 25 Dec 2007; Christian Heim <phreak@g.o> metadata.xml:
40 Removing metalgod from metadata.xml as per #99350.
41
42
43
44 1.8 gnome-extra/nm-applet/nm-applet-0.6.5.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild?rev=1.8&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild?rev=1.8&content-type=text/plain
48 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild?r1=1.7&r2=1.8
49
50 Index: nm-applet-0.6.5.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v
53 retrieving revision 1.7
54 retrieving revision 1.8
55 diff -u -r1.7 -r1.8
56 --- nm-applet-0.6.5.ebuild 28 Aug 2007 14:39:57 -0000 1.7
57 +++ nm-applet-0.6.5.ebuild 2 Feb 2008 07:17:20 -0000 1.8
58 @@ -1,6 +1,6 @@
59 -# Copyright 1999-2007 Gentoo Foundation
60 +# Copyright 1999-2008 Gentoo Foundation
61 # Distributed under the terms of the GNU General Public License v2
62 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v 1.7 2007/08/28 14:39:57 nixnut Exp $
63 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5.ebuild,v 1.8 2008/02/02 07:17:20 steev Exp $
64
65 inherit gnome2 eutils
66
67 @@ -48,8 +48,8 @@
68
69 src_unpack() {
70 unpack ${A}
71 - cd ${S}
72 - epatch ${FILESDIR}/${PN}-0.6.5-confchanges.patch
73 + cd "${S}"
74 + epatch "${FILESDIR}/${PN}-0.6.5-confchanges.patch"
75 }
76
77 pkg_postinst() {
78
79
80
81 1.1 gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild?rev=1.1&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild?rev=1.1&content-type=text/plain
85
86 Index: nm-applet-0.6.5_p20080131.ebuild
87 ===================================================================
88 # Copyright 1999-2008 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.6.5_p20080131.ebuild,v 1.1 2008/02/02 07:17:20 steev Exp $
91
92 inherit gnome2 eutils
93
94 MY_PV=${PV/_*/}
95
96 DESCRIPTION="Gnome applet for NetworkManager."
97 HOMEPAGE="http://people.redhat.com/dcbw/NetworkManager/"
98 #SRC_URI="http://ftp.gnome.org/pub/gnome/sources/network-manager-applet/0.6/network-manager-applet-0.6.5.tar.gz"
99 SRC_URI="http://steev.net/files/distfiles/${P}.tar.gz"
100
101 LICENSE="GPL-2"
102 SLOT="0"
103 KEYWORDS="~amd64 ~x86"
104 IUSE="debug doc libnotify"
105
106 RDEPEND=">=sys-apps/dbus-0.60
107 >=sys-apps/hal-0.5
108 sys-apps/iproute2
109 >=dev-libs/libnl-1.1
110 >=net-misc/dhcdbd-1.4
111 >=net-misc/networkmanager-0.6.5_p20080130
112 >=net-wireless/wireless-tools-28_pre9
113 >=net-wireless/wpa_supplicant-0.4.8
114 >=dev-libs/glib-2.10
115 notify? ( >=x11-libs/libnotify-0.4.3 )
116 >=x11-libs/gtk+-2.10
117 >=gnome-base/libglade-2
118 >=gnome-base/gnome-keyring-0.4
119 >=gnome-base/gnome-panel-2
120 >=gnome-base/gconf-2
121 >=gnome-base/libgnomeui-2"
122 DEPEND="${RDEPEND}
123 dev-util/pkgconfig
124 >=dev-util/intltool-0.35"
125
126 DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
127 USE_DESTDIR="1"
128
129 G2CONF="${G2CONF} \
130 --disable-more-warnings \
131 --localstatedir=/var \
132 --with-dbus-sys=/etc/dbus-1/system.d \
133 $(use_with libnotify notify)"
134
135 S=${WORKDIR}/${PN}-${MY_PV}
136
137 src_unpack() {
138 unpack ${A}
139 cd "${S}"
140 epatch "${FILESDIR}/${PN}-0.6.5-confchanges.patch"
141 }
142
143 pkg_postinst() {
144 gnome2_pkg_postinst
145 elog "Your user needs to be in the plugdev group in order to use this"
146 elog "package. If it doesn't start in Gnome for you automatically after"
147 elog 'you log back in, simply run "nm-applet --sm-disable"'
148 elog "You also need the notification area applet on your panel for"
149 elog "this to show up."
150 }
151
152
153
154 --
155 gentoo-commits@l.g.o mailing list