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 systemd-200.ebuild ChangeLog
Date: Sun, 31 Mar 2013 21:19:01
Message-Id: 20130331211857.16CB12171D@flycatcher.gentoo.org
1 mgorny 13/03/31 21:18:57
2
3 Modified: systemd-9999.ebuild systemd-200.ebuild ChangeLog
4 Log:
5 Obtain PAM moduledir from pam.eclass.
6
7 (Portage version: 2.2.0_alpha170/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
8
9 Revision Changes Path
10 1.38 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.38&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?rev=1.38&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild?r1=1.37&r2=1.38
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.37
20 retrieving revision 1.38
21 diff -u -r1.37 -r1.38
22 --- systemd-9999.ebuild 30 Mar 2013 17:02:32 -0000 1.37
23 +++ systemd-9999.ebuild 31 Mar 2013 21:18:56 -0000 1.38
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.37 2013/03/30 17:02:32 floppym Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-9999.ebuild,v 1.38 2013/03/31 21:18:56 mgorny Exp $
29
30 EAPI=5
31
32 @@ -102,7 +102,7 @@
33 --with-rootprefix=/usr
34 --with-rootlibdir=/usr/$(get_libdir)
35 # but pam modules have to lie in /lib*
36 - --with-pamlibdir=/$(get_libdir)/security
37 + --with-pamlibdir=$(getpam_mod_dir)
38 # make sure we get /bin:/sbin in $PATH
39 --enable-split-usr
40 # disable sysv compatibility
41
42
43
44 1.4 sys-apps/systemd/systemd-200.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?rev=1.4&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?rev=1.4&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/systemd-200.ebuild?r1=1.3&r2=1.4
49
50 Index: systemd-200.ebuild
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v
53 retrieving revision 1.3
54 retrieving revision 1.4
55 diff -u -r1.3 -r1.4
56 --- systemd-200.ebuild 30 Mar 2013 17:02:32 -0000 1.3
57 +++ systemd-200.ebuild 31 Mar 2013 21:18:56 -0000 1.4
58 @@ -1,6 +1,6 @@
59 # Copyright 1999-2013 Gentoo Foundation
60 # Distributed under the terms of the GNU General Public License v2
61 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.3 2013/03/30 17:02:32 floppym Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/systemd-200.ebuild,v 1.4 2013/03/31 21:18:56 mgorny Exp $
63
64 EAPI=5
65
66 @@ -72,7 +72,7 @@
67 --with-rootprefix=/usr
68 --with-rootlibdir=/usr/$(get_libdir)
69 # but pam modules have to lie in /lib*
70 - --with-pamlibdir=/$(get_libdir)/security
71 + --with-pamlibdir=$(getpam_mod_dir)
72 # make sure we get /bin:/sbin in $PATH
73 --enable-split-usr
74 # disable sysv compatibility
75
76
77
78 1.110 sys-apps/systemd/ChangeLog
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.110&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?rev=1.110&content-type=text/plain
82 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/systemd/ChangeLog?r1=1.109&r2=1.110
83
84 Index: ChangeLog
85 ===================================================================
86 RCS file: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v
87 retrieving revision 1.109
88 retrieving revision 1.110
89 diff -u -r1.109 -r1.110
90 --- ChangeLog 30 Mar 2013 17:02:32 -0000 1.109
91 +++ ChangeLog 31 Mar 2013 21:18:56 -0000 1.110
92 @@ -1,6 +1,10 @@
93 # ChangeLog for sys-apps/systemd
94 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.109 2013/03/30 17:02:32 floppym Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/systemd/ChangeLog,v 1.110 2013/03/31 21:18:56 mgorny Exp $
97 +
98 + 31 Mar 2013; Michał Górny <mgorny@g.o> systemd-200.ebuild,
99 + systemd-9999.ebuild:
100 + Obtain PAM moduledir from pam.eclass.
101
102 30 Mar 2013; Mike Gilbert <floppym@g.o> systemd-200.ebuild,
103 systemd-9999.ebuild: