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-auth/pambase: pambase-20080318.ebuild
Date: Sat, 29 Mar 2008 02:51:07
Message-Id: E1JfR9s-0007rv-Ry@stork.gentoo.org
1 vapier 08/03/29 02:51:04
2
3 Modified: pambase-20080318.ebuild
4 Log:
5 arm/s390/sh love
6 (Portage version: 2.2_pre5)
7
8 Revision Changes Path
9 1.3 sys-auth/pambase/pambase-20080318.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild?r1=1.2&r2=1.3
14
15 Index: pambase-20080318.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- pambase-20080318.ebuild 24 Mar 2008 15:41:22 -0000 1.2
22 +++ pambase-20080318.ebuild 29 Mar 2008 02:51:04 -0000 1.3
23 @@ -1,17 +1,18 @@
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/pambase/pambase-20080318.ebuild,v 1.2 2008/03/24 15:41:22 armin76 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pambase/pambase-20080318.ebuild,v 1.3 2008/03/29 02:51:04 vapier Exp $
28
29 inherit eutils
30
31 DESCRIPTION="PAM base configuration files"
32 -SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2"
33 HOMEPAGE="http://www.gentoo.org/proj/en/base/pam/"
34 +SRC_URI="http://www.flameeyes.eu/gentoo-distfiles/${P}.tar.bz2"
35
36 LICENSE="GPL-2"
37 SLOT="0"
38 -KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~sparc ~x86"
39 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~s390 ~sh ~sparc ~x86"
40 IUSE="debug cracklib passwdqc consolekit gnome selinux mktemp"
41 +RESTRICT="binchecks"
42
43 RDEPEND="
44 || (
45 @@ -30,8 +31,6 @@
46 !<sys-libs/pam-0.99.9.0-r1"
47 DEPEND=""
48
49 -RESTRICT="binchecks"
50 -
51 pkg_setup() {
52 if use cracklib && ! built_with_use sys-libs/pam cracklib; then
53 eerror "To enable cracklib support in the main PAM configuration"
54
55
56
57 --
58 gentoo-commits@l.g.o mailing list