Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/xlockmore: ChangeLog xlockmore-5.38.ebuild xlockmore-5.37.ebuild
Date: Wed, 01 Feb 2012 02:08:09
Message-Id: 20120201020758.1EDA82004C@flycatcher.gentoo.org
1 jer 12/02/01 02:07:58
2
3 Modified: ChangeLog xlockmore-5.38.ebuild
4 xlockmore-5.37.ebuild
5 Log:
6 Make USE=pam or USE=crypt required by Maurizio Camisaschi (bug #401721).
7
8 (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.101 x11-misc/xlockmore/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.101&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.101&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.100&r2=1.101
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
20 retrieving revision 1.100
21 retrieving revision 1.101
22 diff -u -r1.100 -r1.101
23 --- ChangeLog 31 Jan 2012 22:47:00 -0000 1.100
24 +++ ChangeLog 1 Feb 2012 02:07:58 -0000 1.101
25 @@ -1,6 +1,10 @@
26 # ChangeLog for x11-misc/xlockmore
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.100 2012/01/31 22:47:00 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.101 2012/02/01 02:07:58 jer Exp $
30 +
31 + 01 Feb 2012; Jeroen Roovers <jer@g.o> xlockmore-5.37.ebuild,
32 + xlockmore-5.38.ebuild:
33 + Make USE=pam or USE=crypt required by Maurizio Camisaschi (bug #401721).
34
35 *xlockmore-5.38 (31 Jan 2012)
36
37
38
39
40 1.2 x11-misc/xlockmore/xlockmore-5.38.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?r1=1.1&r2=1.2
45
46 Index: xlockmore-5.38.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- xlockmore-5.38.ebuild 31 Jan 2012 22:47:00 -0000 1.1
53 +++ xlockmore-5.38.ebuild 1 Feb 2012 02:07:58 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.1 2012/01/31 22:47:00 jer Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.2 2012/02/01 02:07:58 jer Exp $
59
60 EAPI=4
61 inherit autotools eutils flag-o-matic pam
62 @@ -14,6 +14,10 @@
63 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
64 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
65
66 +REQUIRED_USE="
67 + || ( crypt pam )
68 +"
69 +
70 RDEPEND="x11-libs/libX11
71 x11-libs/libXext
72 x11-libs/libXmu
73
74
75
76 1.3 x11-misc/xlockmore/xlockmore-5.37.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild?rev=1.3&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild?rev=1.3&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild?r1=1.2&r2=1.3
81
82 Index: xlockmore-5.37.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild,v
85 retrieving revision 1.2
86 retrieving revision 1.3
87 diff -u -r1.2 -r1.3
88 --- xlockmore-5.37.ebuild 8 Jan 2012 14:27:56 -0000 1.2
89 +++ xlockmore-5.37.ebuild 1 Feb 2012 02:07:58 -0000 1.3
90 @@ -1,6 +1,6 @@
91 # Copyright 1999-2012 Gentoo Foundation
92 # Distributed under the terms of the GNU General Public License v2
93 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild,v 1.2 2012/01/08 14:27:56 ssuominen Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.37.ebuild,v 1.3 2012/02/01 02:07:58 jer Exp $
95
96 EAPI=4
97 inherit autotools eutils flag-o-matic pam
98 @@ -14,6 +14,10 @@
99 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86"
100 IUSE="crypt debug gtk imagemagick motif nas opengl pam truetype xinerama xlockrc"
101
102 +REQUIRED_USE="
103 + || ( crypt pam )
104 +"
105 +
106 RDEPEND="x11-libs/libX11
107 x11-libs/libXext
108 x11-libs/libXmu