Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/systemd: systemd-9999.ebuild ChangeLog
Date: Mon, 02 Dec 2013 16:50:09
Message-Id: 20131202164959.A23752004B@flycatcher.gentoo.org
1 mgorny 13/12/02 16:49:59
2
3 Modified: systemd-9999.ebuild ChangeLog
4 Log:
5 Disable maintainer mode which now gets enabled by default.
6
7 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
8
9 Revision Changes Path
10 1.74 sys-apps/systemd/systemd-9999.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.74&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.74&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.73&r2=1.74
15
16 Index: systemd-9999.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v
19 retrieving revision 1.73
20 retrieving revision 1.74
21 diff -u -r1.73 -r1.74
22 --- systemd-9999.ebuild 25 Nov 2013 19:32:38 -0000 1.73
23 +++ systemd-9999.ebuild 2 Dec 2013 16:49:59 -0000 1.74
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.73 2013/11/25 19:32:38 mgorny Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.74 2013/12/02 16:49:59 mgorny Exp $
29
30 EAPI=5
31
32 @@ -142,6 +142,7 @@
33
34 multilib_src_configure() {
35 local myeconfargs=(
36 + --disable-maintainer-mode
37 --localstatedir=/var
38 --with-pamlibdir=$(getpam_mod_dir)
39 # avoid bash-completion dep
40
41
42
43 1.202 sys-apps/systemd/ChangeLog
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.202&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.202&content-type=text/plain
47 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.201&r2=1.202
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
52 retrieving revision 1.201
53 retrieving revision 1.202
54 diff -u -r1.201 -r1.202
55 --- ChangeLog 1 Dec 2013 15:50:12 -0000 1.201
56 +++ ChangeLog 2 Dec 2013 16:49:59 -0000 1.202
57 @@ -1,6 +1,9 @@
58 # ChangeLog for sys-apps/systemd
59 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.201 2013/12/01 15:50:12 johu Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.202 2013/12/02 16:49:59 mgorny Exp $
62 +
63 + 02 Dec 2013; Michał Górny <mgorny@g.o> systemd-9999.ebuild:
64 + Disable maintainer mode which now gets enabled by default.
65
66 01 Dec 2013; Johannes Huber <johu@g.o> systemd-208-r2.ebuild:
67 x86 stable, bug #487344