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 ChangeLog
Date: Fri, 01 Aug 2008 16:17:58
Message-Id: E1KOxKF-0006UY-So@stork.gentoo.org
1 darkside 08/08/01 16:17:55
2
3 Modified: wicd-1.5.0_rc11.ebuild ChangeLog
4 Log:
5 Actually install the init file (renamed file) and added die message so this won't happen in the future. Fixes bug #233616
6 (Portage version: 2.2_rc1/cvs/Linux 2.6.22-gentoo-r2 i686)
7
8 Revision Changes Path
9 1.2 net-misc/wicd/wicd-1.5.0_rc11.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild?r1=1.1&r2=1.2
14
15 Index: wicd-1.5.0_rc11.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- wicd-1.5.0_rc11.ebuild 31 Jul 2008 18:08:54 -0000 1.1
22 +++ wicd-1.5.0_rc11.ebuild 1 Aug 2008 16:17:55 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $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 $
27 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/wicd-1.5.0_rc11.ebuild,v 1.2 2008/08/01 16:17:55 darkside Exp $
28
29 inherit distutils
30
31 @@ -37,7 +37,7 @@
32
33 src_install() {
34 distutils_src_install
35 - newinitd "${FILESDIR}/${P}-init.d" wicd
36 + newinitd "${FILESDIR}/${P}-init.d" wicd || die "newinitd failed"
37 }
38
39 pkg_postinst() {
40
41
42
43 1.2 net-misc/wicd/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.2&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?rev=1.2&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-misc/wicd/ChangeLog?r1=1.1&r2=1.2
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v
52 retrieving revision 1.1
53 retrieving revision 1.2
54 diff -u -r1.1 -r1.2
55 --- ChangeLog 31 Jul 2008 18:08:54 -0000 1.1
56 +++ ChangeLog 1 Aug 2008 16:17:55 -0000 1.2
57 @@ -1,6 +1,12 @@
58 # ChangeLog for net-misc/wicd
59 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.1 2008/07/31 18:08:54 darkside Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/net-misc/wicd/ChangeLog,v 1.2 2008/08/01 16:17:55 darkside Exp $
62 +
63 + 01 Aug 2008; Jeremy Olexa <darkside@g.o>
64 + +files/wicd-1.5.0_rc11-init.d, -files/wicd-1.5.0_rc5-init.d,
65 + wicd-1.5.0_rc11.ebuild:
66 + Actually install the init file (renamed file) and added die message so this
67 + won't happen in the future. Fixes bug #233616
68
69 *wicd-1.5.0_rc11 (31 Jul 2008)
70 *wicd-1.4.2 (31 Jul 2008)