Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-auth/pam_require: ChangeLog pam_require-0.7.ebuild
Date: Tue, 03 Nov 2009 17:35:39
Message-Id: E1N5NI8-0003hb-N6@stork.gentoo.org
1 armin76 09/11/03 17:35:36
2
3 Modified: ChangeLog pam_require-0.7.ebuild
4 Log:
5 Add ~ia64 wrt #282971
6 (Portage version: 2.1.6.13/cvs/Linux ia64)
7
8 Revision Changes Path
9 1.6 sys-auth/pam_require/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/ChangeLog?rev=1.6&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/ChangeLog?rev=1.6&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/ChangeLog?r1=1.5&r2=1.6
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v
18 retrieving revision 1.5
19 retrieving revision 1.6
20 diff -u -r1.5 -r1.6
21 --- ChangeLog 16 Sep 2008 15:32:28 -0000 1.5
22 +++ ChangeLog 3 Nov 2009 17:35:35 -0000 1.6
23 @@ -1,6 +1,9 @@
24 # ChangeLog for sys-auth/pam_require
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.5 2008/09/16 15:32:28 trapni Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/ChangeLog,v 1.6 2009/11/03 17:35:35 armin76 Exp $
29 +
30 + 03 Nov 2009; Raúl Porcel <armin76@g.o> pam_require-0.7.ebuild:
31 + Add ~ia64 wrt #282971
32
33 *pam_require-0.7 (16 Sep 2008)
34
35
36
37
38 1.2 sys-auth/pam_require/pam_require-0.7.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild?rev=1.2&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild?rev=1.2&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild?r1=1.1&r2=1.2
43
44 Index: pam_require-0.7.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild,v
47 retrieving revision 1.1
48 retrieving revision 1.2
49 diff -u -r1.1 -r1.2
50 --- pam_require-0.7.ebuild 16 Sep 2008 15:32:28 -0000 1.1
51 +++ pam_require-0.7.ebuild 3 Nov 2009 17:35:35 -0000 1.2
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2008 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild,v 1.1 2008/09/16 15:32:28 trapni Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_require/pam_require-0.7.ebuild,v 1.2 2009/11/03 17:35:35 armin76 Exp $
58
59 inherit eutils pam
60
61 @@ -9,7 +9,7 @@
62 SRC_URI="http://www.splitbrain.org/_media/projects/pamrequire/${P}.tgz"
63 LICENSE="GPL-2"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~ppc ~x86"
66 +KEYWORDS="~amd64 ~ia64 ~ppc ~x86"
67 IUSE=""
68
69 DEPEND="virtual/pam"