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: wicd-1.5.0_rc11.ebuild metadata.xml Manifest wicd-1.4.2.ebuild ChangeLog
Date: Thu, 31 Jul 2008 18:08:58
Message-Id: E1KOca7-0001rK-7Y@stork.gentoo.org
1 darkside 08/07/31 18:08:55
2
3 Added: wicd-1.5.0_rc11.ebuild metadata.xml Manifest
4 wicd-1.4.2.ebuild ChangeLog
5 Log:
6 Initial commit of net-misc/wicd, originally in the sunrise overlay
7 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
8
9 Revision Changes Path
10 1.1 net-misc/wicd/wicd-1.5.0_rc11.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild?rev=1.1&content-type=text/plain
14
15 Index: wicd-1.5.0_rc11.ebuild
16 ===================================================================
17 # Copyright 1999-2008 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild,v 1.1 2008/07/31 18:08:54 darkside Exp $
20
21 inherit distutils
22
23 MY_P="${P/_rc/rc}"
24 DESCRIPTION="A lightwieght wired and wireless network manager for Linux"
25 HOMEPAGE="http://wicd.sourceforge.net/"
26 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz"
27
28 LICENSE="GPL-2"
29 SLOT="0"
30 KEYWORDS="~amd64"
31 IUSE=""
32
33 RDEPEND="dev-python/dbus-python
34 dev-python/pygtk
35 || (
36 net-misc/dhcp
37 net-misc/dhcpcd
38 net-misc/pump
39 )
40 net-wireless/wireless-tools
41 net-wireless/wpa_supplicant
42 || (
43 sys-apps/ethtool
44 sys-apps/net-tools
45 )"
46
47 S="${WORKDIR}/${MY_P}"
48
49 src_compile() {
50 ${python} ./setup.py configure --no-install-init --resume=/usr/share/wicd/scripts/ --suspend=/usr/share/wicd/scripts/ --verbose
51 distutils_src_compile
52 }
53
54 src_install() {
55 distutils_src_install
56 newinitd "${FILESDIR}/${P}-init.d" wicd
57 }
58
59 pkg_postinst() {
60 distutils_pkg_postinst
61
62 elog "Note: commands have changed since previous versions of WICD"
63 elog "Start the WICD GUI using:"
64 elog " /usr/bin/wicd-client"
65 einfo
66 elog "You may need to restart the dbus service after upgrading wicd."
67 }
68
69
70
71 1.1 net-misc/wicd/metadata.xml
72
73 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/metadata.xml?rev=1.1&view=markup
74 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/metadata.xml?rev=1.1&content-type=text/plain
75
76 Index: metadata.xml
77 ===================================================================
78 <?xml version="1.0" encoding="UTF-8"?>
79 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
80 <pkgmetadata>
81 <herd>no-herd</herd>
82 <maintainer>
83 <email>darkside@g.o</email>
84 </maintainer>
85 </pkgmetadata>
86
87
88
89 1.1 net-misc/wicd/Manifest
90
91 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/Manifest?rev=1.1&view=markup
92 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/Manifest?rev=1.1&content-type=text/plain
93
94 Index: Manifest
95 ===================================================================
96 AUX wicd-1.4.2-init.d 434 RMD160 c221d8e1ceeec9577f06d256e7fee498b7d736d4 SHA1 d834f5edd20dbfa9df5d8655b2b1d3369a4d9179 SHA256 485a5bd84230996eac3f29569ab99edde336d5bf4f41be7fc570b1d68dd7b4a2
97 AUX wicd-1.5.0_rc5-init.d 424 RMD160 f9c12319678d7af37856a8c48b4789c3ca2cfebd SHA1 74a8882f05c8ed23805a5577e795a07039c35908 SHA256 d61b5280440853ad32a683aded8d4f51c81907248fc0e1d75762cede3db63803
98 DIST wicd-1.5.0rc11.tar.gz 178977 RMD160 8142e1ebd2981ffaaa6690d7a83c1d66b3a349a6 SHA1 e7b9b18f170ea0e92842100b79e527e8a4c7b157 SHA256 afd149a01eb0f7e538c5d37a47664083744db18f5e408e493b7c410192cb13f9
99 DIST wicd_1.4.2-src.tar.bz2 144442 RMD160 1e379366670ea800e713ece537aa8d582fc17f1e SHA1 c791ef6b76ca5adebb1d515265abe3ed78447347 SHA256 8d64954bbf56bbc7597639d5472c7cdf7b1f73120b6453225f17a766c6c7794c
100 EBUILD wicd-1.4.2.ebuild 867 RMD160 ccdf9f7fc043a754cfd6eb26d8d0cda8fb521b2d SHA1 d4556a917b552c0c7e1a541f64cfd194d15f69ad SHA256 cd27bcdcb9ff9f180205969a7358724947e01e732bf5b834c48f07378efc806a
101 EBUILD wicd-1.5.0_rc11.ebuild 1130 RMD160 619811c8910503e9fd141bc5f0c42da5a18faff6 SHA1 5b485e7e93ea62bb92f255efd7061989dbfc627b SHA256 6cc7bf3ec24bc58c95c28ad6841cd703c765da0c4885768cad98d2ff8f5d095c
102 MISC ChangeLog 689 RMD160 b311078b966d8aab584e2419768d7b8c272ede60 SHA1 ce979b959e6b418035cd477b29c50b2cd1ffda0e SHA256 7cef22cc672aa4ea15c8ad2e97c571b2cb1d093a62611c0318f5bd89fa77a6ee
103 MISC metadata.xml 224 RMD160 ef4cc3054936a3572ec992bcceee2519eddcba46 SHA1 3b0afde57f521aa4f834fed82806e79be3530c3e SHA256 fc3ff3b3ec6fac6a93feff4a2692f42f8abd9e7b5741d81a272a820d40092b73
104
105
106
107 1.1 net-misc/wicd/wicd-1.4.2.ebuild
108
109 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.4.2.ebuild?rev=1.1&view=markup
110 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.4.2.ebuild?rev=1.1&content-type=text/plain
111
112 Index: wicd-1.4.2.ebuild
113 ===================================================================
114 # Copyright 1999-2008 Gentoo Foundation
115 # Distributed under the terms of the GNU General Public License v2
116 # $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.4.2.ebuild,v 1.1 2008/07/31 18:08:54 darkside Exp $
117
118 MY_P="${PN}_${PV}-src"
119 DESCRIPTION="A lightweight wired and wireless network manager for Linux"
120 HOMEPAGE="http://wicd.sourceforge.net/"
121 SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
122
123 LICENSE="GPL-2"
124 SLOT="0"
125 KEYWORDS="~amd64"
126 IUSE=""
127
128 DEPEND=""
129 RDEPEND="dev-python/dbus-python
130 dev-python/pygtk
131 net-misc/dhcp
132 net-wireless/wireless-tools
133 net-wireless/wpa_supplicant
134 sys-apps/ethtool"
135
136 src_install() {
137 mv "${WORKDIR}"/* "${D}" || die "Copy failed"
138 newinitd "${FILESDIR}/${P}-init.d wicd"
139 }
140
141 pkg_postinst() {
142 elog "Make sure dbus is in the same runlevel"
143 elog "as the wicd initscript"
144 elog
145 elog "Start the WICD GUI using:"
146 elog " /opt/wicd/gui.py"
147 elog
148 elog "Display the tray icon by running:"
149 elog " /opt/wicd/tray.py"
150 }
151
152
153
154 1.1 net-misc/wicd/ChangeLog
155
156 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.1&view=markup
157 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.1&content-type=text/plain
158
159 Index: ChangeLog
160 ===================================================================
161 # ChangeLog for net-misc/wicd
162 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
163 # $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.1 2008/07/31 18:08:54 darkside Exp $
164
165 *wicd-1.5.0_rc11 (31 Jul 2008)
166 *wicd-1.4.2 (31 Jul 2008)
167
168 31 Jul 2008; Jeremy Olexa <darkside@g.o> +files/wicd-1.4.2-init.d,
169 +files/wicd-1.5.0_rc5-init.d, +metadata.xml, +wicd-1.4.2.ebuild,
170 +wicd-1.5.0_rc11.ebuild:
171 Initial commit of net-misc/wicd, many thanks to the original authors in bug
172 #198281 (too many to list)
173
174 wicd-1.4.2 is the upstream "stable" version and a stable candidate for Gentoo.
175 I still need to work on the init scripts, they aren't quite complete yet, in
176 my opinion. I also am pondering the addition of USE flags for dhcp clients.