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-apps/shadow: shadow-4.0.18.2.ebuild ChangeLog shadow-4.0.18.1-r1.ebuild shadow-4.0.18.2-r2.ebuild
Date: Sun, 24 Feb 2008 11:02:11
Message-Id: E1JTEcT-0002Pz-0E@stork.gentoo.org
1 vapier 08/02/24 11:02:09
2
3 Modified: shadow-4.0.18.2.ebuild ChangeLog
4 shadow-4.0.18.1-r1.ebuild shadow-4.0.18.2-r2.ebuild
5 Log:
6 Make sure we respect libdir for path to cracklib dicts.
7 (Portage version: 2.2_pre2)
8
9 Revision Changes Path
10 1.4 sys-apps/shadow/shadow-4.0.18.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild?r1=1.3&r2=1.4
15
16 Index: shadow-4.0.18.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- shadow-4.0.18.2.ebuild 4 Nov 2007 19:07:08 -0000 1.3
23 +++ shadow-4.0.18.2.ebuild 24 Feb 2008 11:02:08 -0000 1.4
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2008 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild,v 1.3 2007/11/04 19:07:08 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2.ebuild,v 1.4 2008/02/24 11:02:08 vapier Exp $
30
31 -inherit eutils libtool toolchain-funcs autotools pam
32 +inherit eutils libtool toolchain-funcs autotools pam multilib
33
34 DESCRIPTION="Utilities to deal with user accounts"
35 HOMEPAGE="http://shadow.pld.org.pl/ http://packages.qa.debian.org/s/shadow.html"
36 @@ -37,6 +37,7 @@
37
38 # tweak the default login.defs
39 epatch "${FILESDIR}"/${PN}-4.0.17-login.defs.patch
40 + sed -i "s:@LIBDIR@:$(get_libdir):" etc/login.defs || die
41
42 # Make user/group names more flexible #3485 / #22920
43 epatch "${FILESDIR}"/${PN}-4.0.13-dots-in-usernames.patch
44
45
46
47 1.183 sys-apps/shadow/ChangeLog
48
49 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.183&view=markup
50 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?rev=1.183&content-type=text/plain
51 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/ChangeLog?r1=1.182&r2=1.183
52
53 Index: ChangeLog
54 ===================================================================
55 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v
56 retrieving revision 1.182
57 retrieving revision 1.183
58 diff -u -r1.182 -r1.183
59 --- ChangeLog 20 Feb 2008 00:04:08 -0000 1.182
60 +++ ChangeLog 24 Feb 2008 11:02:08 -0000 1.183
61 @@ -1,6 +1,11 @@
62 # ChangeLog for sys-apps/shadow
63 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.182 2008/02/20 00:04:08 flameeyes Exp $
65 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/ChangeLog,v 1.183 2008/02/24 11:02:08 vapier Exp $
66 +
67 + 24 Feb 2008; Mike Frysinger <vapier@g.o>
68 + files/shadow-4.0.17-login.defs.patch, shadow-4.0.18.1-r1.ebuild,
69 + shadow-4.0.18.2.ebuild, shadow-4.0.18.2-r2.ebuild:
70 + Make sure we respect libdir for path to cracklib dicts.
71
72 20 Feb 2008; Diego Pettenò <flameeyes@g.o>
73 shadow-4.0.18.2-r2.ebuild:
74
75
76
77 1.12 sys-apps/shadow/shadow-4.0.18.1-r1.ebuild
78
79 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?rev=1.12&view=markup
80 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?rev=1.12&content-type=text/plain
81 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild?r1=1.11&r2=1.12
82
83 Index: shadow-4.0.18.1-r1.ebuild
84 ===================================================================
85 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v
86 retrieving revision 1.11
87 retrieving revision 1.12
88 diff -u -r1.11 -r1.12
89 --- shadow-4.0.18.1-r1.ebuild 27 Sep 2007 14:02:05 -0000 1.11
90 +++ shadow-4.0.18.1-r1.ebuild 24 Feb 2008 11:02:08 -0000 1.12
91 @@ -1,8 +1,8 @@
92 -# Copyright 1999-2007 Gentoo Foundation
93 +# Copyright 1999-2008 Gentoo Foundation
94 # Distributed under the terms of the GNU General Public License v2
95 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v 1.11 2007/09/27 14:02:05 vapier Exp $
96 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.1-r1.ebuild,v 1.12 2008/02/24 11:02:08 vapier Exp $
97
98 -inherit eutils libtool toolchain-funcs autotools pam
99 +inherit eutils libtool toolchain-funcs autotools pam multilib
100
101 DESCRIPTION="Utilities to deal with user accounts"
102 HOMEPAGE="http://shadow.pld.org.pl/"
103 @@ -37,6 +37,7 @@
104
105 # tweak the default login.defs
106 epatch "${FILESDIR}"/${PN}-4.0.17-login.defs.patch
107 + sed -i "s:@LIBDIR@:$(get_libdir):" etc/login.defs || die
108
109 # Make user/group names more flexible #3485 / #22920
110 epatch "${FILESDIR}"/${PN}-4.0.13-dots-in-usernames.patch
111
112
113
114 1.3 sys-apps/shadow/shadow-4.0.18.2-r2.ebuild
115
116 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild?rev=1.3&view=markup
117 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild?rev=1.3&content-type=text/plain
118 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild?r1=1.2&r2=1.3
119
120 Index: shadow-4.0.18.2-r2.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild,v
123 retrieving revision 1.2
124 retrieving revision 1.3
125 diff -u -r1.2 -r1.3
126 --- shadow-4.0.18.2-r2.ebuild 20 Feb 2008 00:04:08 -0000 1.2
127 +++ shadow-4.0.18.2-r2.ebuild 24 Feb 2008 11:02:08 -0000 1.3
128 @@ -1,8 +1,8 @@
129 # Copyright 1999-2008 Gentoo Foundation
130 # Distributed under the terms of the GNU General Public License v2
131 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild,v 1.2 2008/02/20 00:04:08 flameeyes Exp $
132 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/shadow/shadow-4.0.18.2-r2.ebuild,v 1.3 2008/02/24 11:02:08 vapier Exp $
133
134 -inherit eutils libtool toolchain-funcs autotools pam
135 +inherit eutils libtool toolchain-funcs autotools pam multilib
136
137 DESCRIPTION="Utilities to deal with user accounts"
138 HOMEPAGE="http://shadow.pld.org.pl/ http://packages.qa.debian.org/s/shadow.html"
139 @@ -40,6 +40,7 @@
140
141 # tweak the default login.defs
142 epatch "${FILESDIR}"/${PN}-4.0.17-login.defs.patch
143 + sed -i "s:@LIBDIR@:$(get_libdir):" etc/login.defs || die
144
145 # Make user/group names more flexible #3485 / #22920
146 epatch "${FILESDIR}"/${PN}-4.0.13-dots-in-usernames.patch
147
148
149
150 --
151 gentoo-commits@l.g.o mailing list