Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-process/runit: ChangeLog runit-2.1.1-r1.ebuild
Date: Mon, 06 Feb 2012 03:13:44
Message-Id: 20120206031333.F074F20034@flycatcher.gentoo.org
1 vapier 12/02/06 03:13:33
2
3 Modified: ChangeLog runit-2.1.1-r1.ebuild
4 Log:
5 Don't run env-update in pkg_* funcs -- the PM does that.
6
7 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.34 sys-process/runit/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.34&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?rev=1.34&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/ChangeLog?r1=1.33&r2=1.34
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v
19 retrieving revision 1.33
20 retrieving revision 1.34
21 diff -u -r1.33 -r1.34
22 --- ChangeLog 30 Nov 2011 00:19:33 -0000 1.33
23 +++ ChangeLog 6 Feb 2012 03:13:33 -0000 1.34
24 @@ -1,6 +1,9 @@
25 # ChangeLog for sys-process/runit
26 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.33 2011/11/30 00:19:33 mschiff Exp $
28 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/ChangeLog,v 1.34 2012/02/06 03:13:33 vapier Exp $
30 +
31 + 06 Feb 2012; Mike Frysinger <vapier@g.o> runit-2.1.1-r1.ebuild:
32 + Don't run env-update in pkg_* funcs -- the PM does that.
33
34 *runit-2.1.1-r1 (30 Nov 2011)
35
36
37
38
39 1.2 sys-process/runit/runit-2.1.1-r1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild?r1=1.1&r2=1.2
44
45 Index: runit-2.1.1-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- runit-2.1.1-r1.ebuild 30 Nov 2011 00:19:33 -0000 1.1
52 +++ runit-2.1.1-r1.ebuild 6 Feb 2012 03:13:33 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2011 Gentoo Foundation
55 +# Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.1 2011/11/30 00:19:33 mschiff Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-process/runit/runit-2.1.1-r1.ebuild,v 1.2 2012/02/06 03:13:33 vapier Exp $
59
60 EAPI="3"
61
62 @@ -68,7 +68,6 @@
63 }
64
65 pkg_postinst() {
66 - env-update
67 ewarn "/etc/profile was updated. Please run:"
68 ewarn "source /etc/profile"
69 ewarn "to make 'sv' work correctly on your currently open shells"