Gentoo Archives: gentoo-commits

From: "Javier Villavicencio (the_paya)" <the_paya@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_passwdqc: pam_passwdqc-1.0.5.ebuild ChangeLog
Date: Wed, 23 Jul 2008 00:08:13
Message-Id: E1KLRtq-0007zr-1N@stork.gentoo.org
1 the_paya 08/07/23 00:08:10
2
3 Modified: pam_passwdqc-1.0.5.ebuild ChangeLog
4 Log:
5 Fix makefile patch to build on FreeBSD bug #232695, and keyword ~x86-fbsd.
6 (Portage version: 2.2_rc1/cvs/FreeBSD 7.0-RELEASE i386)
7
8 Revision Changes Path
9 1.9 sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild?rev=1.9&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild?rev=1.9&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild?r1=1.8&r2=1.9
14
15 Index: pam_passwdqc-1.0.5.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v
18 retrieving revision 1.8
19 retrieving revision 1.9
20 diff -u -r1.8 -r1.9
21 --- pam_passwdqc-1.0.5.ebuild 21 Jun 2008 23:57:22 -0000 1.8
22 +++ pam_passwdqc-1.0.5.ebuild 23 Jul 2008 00:08:09 -0000 1.9
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/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.8 2008/06/21 23:57:22 gentoofan23 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/pam_passwdqc-1.0.5.ebuild,v 1.9 2008/07/23 00:08:09 the_paya Exp $
28
29 inherit pam eutils toolchain-funcs
30
31 @@ -10,7 +10,7 @@
32
33 LICENSE="BSD as-is"
34 SLOT="0"
35 -KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
36 +KEYWORDS="~alpha amd64 ~arm hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86 ~x86-fbsd"
37
38 DEPEND="virtual/pam"
39
40
41
42
43 1.20 sys-auth/pam_passwdqc/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.20&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?rev=1.20&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog?r1=1.19&r2=1.20
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v
52 retrieving revision 1.19
53 retrieving revision 1.20
54 diff -u -r1.19 -r1.20
55 --- ChangeLog 21 Jun 2008 23:57:22 -0000 1.19
56 +++ ChangeLog 23 Jul 2008 00:08:09 -0000 1.20
57 @@ -1,6 +1,10 @@
58 # ChangeLog for sys-auth/pam_passwdqc
59 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.19 2008/06/21 23:57:22 gentoofan23 Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_passwdqc/ChangeLog,v 1.20 2008/07/23 00:08:09 the_paya Exp $
62 +
63 + 23 Jul 2008; Javier Villavicencio <the_paya@g.o>
64 + files/pam_passwdqc-1.0.5-makefile.patch, pam_passwdqc-1.0.5.ebuild:
65 + Fix makefile patch to build on FreeBSD bug #232695, and keyword ~x86-fbsd.
66
67 22 Jun 2008; Thomas Anderson <gentoofan23@g.o>
68 pam_passwdqc-1.0.5.ebuild: