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.0.ebuild wicd-1.4.2.ebuild wicd-1.5.0_rc11.ebuild
Date: Sun, 03 Aug 2008 02:52:23
Message-Id: E1KPThk-0006UP-0v@stork.gentoo.org
1 darkside 08/08/03 02:52:20
2
3 Modified: ChangeLog
4 Added: wicd-1.5.0.ebuild
5 Removed: wicd-1.4.2.ebuild wicd-1.5.0_rc11.ebuild
6 Log:
7 Version bump. add ~x86 kw. Remove old.
8 (Portage version: 2.2_rc4/cvs/Linux 2.6.26-gentoo x86_64)
9
10 Revision Changes Path
11 1.3 net-misc/wicd/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.2&r2=1.3
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- ChangeLog 1 Aug 2008 16:17:55 -0000 1.2
24 +++ ChangeLog 3 Aug 2008 02:52:19 -0000 1.3
25 @@ -1,6 +1,13 @@
26 # ChangeLog for net-misc/wicd
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.2 2008/08/01 16:17:55 darkside Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.3 2008/08/03 02:52:19 darkside Exp $
30 +
31 +*wicd-1.5.0 (03 Aug 2008)
32 +
33 + 03 Aug 2008; Jeremy Olexa <darkside@g.o> -files/wicd-1.4.2-init.d,
34 + +files/wicd-1.5.0-init.d, -files/wicd-1.5.0_rc11-init.d,
35 + -wicd-1.4.2.ebuild, -wicd-1.5.0_rc11.ebuild, +wicd-1.5.0.ebuild:
36 + Version bump. add ~x86 kw. Remove old.
37
38 01 Aug 2008; Jeremy Olexa <darkside@g.o>
39 +files/wicd-1.5.0_rc11-init.d, -files/wicd-1.5.0_rc5-init.d,
40
41
42
43 1.1 net-misc/wicd/wicd-1.5.0.ebuild
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild?rev=1.1&content-type=text/plain
47
48 Index: wicd-1.5.0.ebuild
49 ===================================================================
50 # Copyright 1999-2008 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0.ebuild,v 1.1 2008/08/03 02:52:19 darkside Exp $
53
54 inherit distutils
55
56 DESCRIPTION="A lightweight wired and wireless network manager for Linux"
57 HOMEPAGE="http://wicd.sourceforge.net/"
58 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE=""
64
65 RDEPEND="dev-python/dbus-python
66 dev-python/pygtk
67 || (
68 net-misc/dhcp
69 net-misc/dhcpcd
70 net-misc/pump
71 )
72 net-wireless/wireless-tools
73 net-wireless/wpa_supplicant
74 || (
75 sys-apps/ethtool
76 sys-apps/net-tools
77 )"
78
79 src_compile() {
80 ${python} ./setup.py configure --no-install-init --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
81 distutils_src_compile
82 }
83
84 src_install() {
85 distutils_src_install
86 newinitd "${FILESDIR}/${P}-init.d" wicd || die "newinitd failed"
87 }
88
89 pkg_postinst() {
90 distutils_pkg_postinst
91
92 elog "Note: commands have changed since previous versions of WICD"
93 elog "Start the WICD GUI using:"
94 elog " /usr/bin/wicd-client"
95 einfo
96 elog "You may need to restart the dbus service after upgrading wicd."
97 }