Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd: ChangeLog wicd-1.5.5.ebuild
Date: Mon, 01 Dec 2008 13:35:58
Message-Id: E1L78wO-0002ka-4L@stork.gentoo.org
1 darkside 08/12/01 13:35:56
2
3 Modified: ChangeLog
4 Added: wicd-1.5.5.ebuild
5 Log:
6 version bump
7 (Portage version: 2.2_rc15/cvs/Linux 2.6.27.7 x86_64)
8
9 Revision Changes Path
10 1.20 net-misc/wicd/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.20&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.20&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.19&r2=1.20
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
19 retrieving revision 1.19
20 retrieving revision 1.20
21 diff -u -r1.19 -r1.20
22 --- ChangeLog 18 Nov 2008 03:14:23 -0000 1.19
23 +++ ChangeLog 1 Dec 2008 13:35:56 -0000 1.20
24 @@ -1,6 +1,15 @@
25 # ChangeLog for net-misc/wicd
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.19 2008/11/18 03:14:23 darkside Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.20 2008/12/01 13:35:56 darkside Exp $
29 +
30 +*wicd-1.5.5 (01 Dec 2008)
31 +
32 + 01 Dec 2008; Jeremy Olexa <darkside@g.o> +wicd-1.5.5.ebuild:
33 + Version bump, from CHANGES file:
34 + 1.5.5
35 + * Improved Ralink legacy support
36 + * Fixed log directory permissions
37 + * Improved pm-utils support
38
39 18 Nov 2008; Jeremy Olexa <darkside@g.o> wicd-1.5.3-r2.ebuild,
40 wicd-1.5.4.ebuild:
41
42
43
44 1.1 net-misc/wicd/wicd-1.5.5.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.5.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.5.ebuild?rev=1.1&content-type=text/plain
48
49 Index: wicd-1.5.5.ebuild
50 ===================================================================
51 # Copyright 1999-2008 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.5.ebuild,v 1.1 2008/12/01 13:35:56 darkside Exp $
54
55 inherit distutils eutils
56
57 DESCRIPTION="A lightweight wired and wireless network manager for Linux"
58 HOMEPAGE="http://wicd.sourceforge.net/"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-2"
62 SLOT="0"
63 KEYWORDS="~amd64 ~ppc ~x86"
64 IUSE=""
65
66 DEPEND=""
67 RDEPEND="dev-python/dbus-python
68 dev-python/pygtk
69 || (
70 net-misc/dhcpcd
71 net-misc/dhcp
72 net-misc/pump
73 )
74 net-wireless/wireless-tools
75 net-wireless/wpa_supplicant
76 || (
77 sys-apps/net-tools
78 sys-apps/ethtool
79 )
80 || ( x11-misc/ktsuss x11-libs/gksu kde-base/kdesu )"
81
82 src_compile() {
83 ${python} ./setup.py configure --no-install-init --no-install-docs --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
84 distutils_src_compile
85 }
86
87 src_install() {
88 DOCS="CHANGES"
89 distutils_src_install
90 newinitd "${FILESDIR}/wicd-init.d" wicd || die "newinitd failed"
91 }
92
93 pkg_postinst() {
94 distutils_pkg_postinst
95
96 elog "You may need to restart the dbus service after upgrading wicd."
97 echo
98 elog "To start wicd at boot, add /etc/init.d/wicd to a runlevel and:"
99 elog "- Remove all net.* initscripts (except for net.lo) from all runlevels"
100 elog "- Add these scripts to the RC_PLUG_SERVICES line in /etc/conf.d/rc"
101 elog "(For example, RC_PLUG_SERVICES=\"!net.eth0 !net.wlan0\")"
102 }