Gentoo Archives: gentoo-commits

From: "Daniel Gryniewicz (dang)" <dang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in gnome-extra/nm-applet: ChangeLog nm-applet-0.7.1-r1.ebuild
Date: Sat, 02 May 2009 18:57:52
Message-Id: E1M0KPE-0008G7-Vd@stork.gentoo.org
1 dang 09/05/02 18:57:48
2
3 Modified: ChangeLog
4 Added: nm-applet-0.7.1-r1.ebuild
5 Log:
6 Fix policy to allow ck-based policy; bug #268223
7 (Portage version: 2.2_rc31/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.26 gnome-extra/nm-applet/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.26&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?rev=1.26&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/ChangeLog?r1=1.25&r2=1.26
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v
19 retrieving revision 1.25
20 retrieving revision 1.26
21 diff -u -r1.25 -r1.26
22 --- ChangeLog 24 Apr 2009 12:28:16 -0000 1.25
23 +++ ChangeLog 2 May 2009 18:57:48 -0000 1.26
24 @@ -1,6 +1,12 @@
25 # ChangeLog for gnome-extra/nm-applet
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.25 2009/04/24 12:28:16 rbu Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/ChangeLog,v 1.26 2009/05/02 18:57:48 dang Exp $
29 +
30 +*nm-applet-0.7.1-r1 (02 May 2009)
31 +
32 + 02 May 2009; Daniel Gryniewicz <dang@g.o>
33 + +nm-applet-0.7.1-r1.ebuild, files/nm-applet-0.7.1-confchanges.patch:
34 + Fix policy to allow ck-based policy; bug #268223
35
36 24 Apr 2009; Robert Buchholz <rbu@g.o> +nm-applet-0.6.5.ebuild:
37 Readd NM 0.6.5 for ppc.
38
39
40
41 1.1 gnome-extra/nm-applet/nm-applet-0.7.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.7.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.7.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: nm-applet-0.7.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/nm-applet/nm-applet-0.7.1-r1.ebuild,v 1.1 2009/05/02 18:57:48 dang Exp $
51
52 EAPI=2
53 inherit gnome2 eutils versionator
54
55 MY_P="${P/nm-applet/network-manager-applet}"
56 MYPV_MINOR=$(get_version_component_range 1-2)
57
58 DESCRIPTION="Gnome applet for NetworkManager."
59 HOMEPAGE="http://projects.gnome.org/NetworkManager/"
60 SRC_URI="mirror://gnome/sources/network-manager-applet/0.7/${MY_P}.tar.bz2"
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~arm ~ppc ~x86"
64 IUSE=""
65
66 RDEPEND=">=sys-apps/dbus-1.2
67 >=sys-apps/hal-0.5.9
68 >=dev-libs/libnl-1.1
69 =net-misc/networkmanager-${MYPV_MINOR}*
70 >=net-wireless/wireless-tools-28_pre9
71 >=net-wireless/wpa_supplicant-0.5.7
72 >=dev-libs/glib-2.16
73 >=x11-libs/libnotify-0.4.3
74 >=x11-libs/gtk+-2.10
75 >=gnome-base/libglade-2
76 >=gnome-base/gnome-keyring-2.20
77 || ( >=gnome-base/gnome-panel-2 xfce-base/xfce4-panel x11-misc/trayer )
78 >=gnome-base/gconf-2.20
79 >=gnome-extra/policykit-gnome-0.8"
80 DEPEND="${RDEPEND}
81 dev-util/pkgconfig
82 >=dev-util/intltool-0.35"
83
84 DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README"
85 # USE_DESTDIR="1"
86
87 S=${WORKDIR}/${MY_P}
88
89 pkg_setup () {
90 G2CONF="${G2CONF} \
91 --disable-more-warnings \
92 --localstatedir=/var \
93 --with-dbus-sys=/etc/dbus-1/system.d"
94 }
95
96 src_prepare() {
97 epatch "${FILESDIR}/${P}-confchanges.patch"
98 }
99
100 pkg_postinst() {
101 gnome2_pkg_postinst
102 elog "Your user needs to be in the plugdev group in order to use this"
103 elog "package. If it doesn't start in Gnome for you automatically after"
104 elog 'you log back in, simply run "nm-applet --sm-disable"'
105 elog "You also need the notification area applet on your panel for"
106 elog "this to show up."
107 }