Gentoo Archives: gentoo-commits

From: "Sergey Popov (pinkbyte)" <pinkbyte@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: xlockmore-5.43.ebuild ChangeLog
Date: Mon, 02 Sep 2013 08:33:18
Message-Id: 20130902083312.CB7212004C@flycatcher.gentoo.org
1 pinkbyte 13/09/02 08:33:12
2
3 Modified: xlockmore-5.43.ebuild ChangeLog
4 Log:
5 Make PAM and xlockrc support mutually exclusive as defined in configure file, wrt bug #255229
6
7 (Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
8
9 Revision Changes Path
10 1.9 x11-misc/xlockmore/xlockmore-5.43.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild?r1=1.8&r2=1.9
15
16 Index: xlockmore-5.43.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- xlockmore-5.43.ebuild 21 Jul 2013 17:55:03 -0000 1.8
23 +++ xlockmore-5.43.ebuild 2 Sep 2013 08:33:12 -0000 1.9
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/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.8 2013/07/21 17:55:03 ago Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.43.ebuild,v 1.9 2013/09/02 08:33:12 pinkbyte Exp $
29
30 EAPI=4
31 inherit autotools eutils flag-o-matic pam
32 @@ -16,6 +16,8 @@
33
34 REQUIRED_USE="
35 || ( crypt pam )
36 + pam? ( !xlockrc )
37 + xlockrc? ( !pam )
38 "
39 RDEPEND="
40 gtk? ( x11-libs/gtk+:2 )
41
42
43
44 1.138 x11-misc/xlockmore/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.138&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.138&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.137&r2=1.138
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
53 retrieving revision 1.137
54 retrieving revision 1.138
55 diff -u -r1.137 -r1.138
56 --- ChangeLog 20 Aug 2013 14:42:09 -0000 1.137
57 +++ ChangeLog 2 Sep 2013 08:33:12 -0000 1.138
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-misc/xlockmore
60 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.137 2013/08/20 14:42:09 jer Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.138 2013/09/02 08:33:12 pinkbyte Exp $
63 +
64 + 02 Sep 2013; Sergey Popov <pinkbyte@g.o> xlockmore-5.43.ebuild:
65 + Make PAM and xlockrc support mutually exclusive as defined in configure file,
66 + wrt bug #255229
67
68 20 Aug 2013; Jeroen Roovers <jer@g.o> -xlockmore-5.41.ebuild:
69 Old.