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.38.ebuild ChangeLog xlockmore-5.41.ebuild
Date: Thu, 27 Dec 2012 16:52:37
Message-Id: 20121227165226.A71B62171D@flycatcher.gentoo.org
1 pinkbyte 12/12/27 16:52:26
2
3 Modified: xlockmore-5.38.ebuild ChangeLog
4 xlockmore-5.41.ebuild
5 Log:
6 media-libs/mesa -> virtual/opengl, add virtual/glu as a dependency, wrt bug #437968
7
8 (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.11 x11-misc/xlockmore/xlockmore-5.38.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild?r1=1.10&r2=1.11
16
17 Index: xlockmore-5.38.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- xlockmore-5.38.ebuild 24 Oct 2012 19:48:19 -0000 1.10
24 +++ xlockmore-5.38.ebuild 27 Dec 2012 16:52:26 -0000 1.11
25 @@ -1,6 +1,6 @@
26 # Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.10 2012/10/24 19:48:19 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.38.ebuild,v 1.11 2012/12/27 16:52:26 pinkbyte Exp $
30
31 EAPI=4
32 inherit autotools eutils flag-o-matic pam
33 @@ -28,7 +28,8 @@
34 motif? ( >=x11-libs/motif-2.3:0 )
35 nas? ( media-libs/nas )
36 opengl? (
37 - media-libs/mesa
38 + virtual/opengl
39 + virtual/glu
40 truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
41 )
42 pam? ( virtual/pam )
43
44
45
46 1.125 x11-misc/xlockmore/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.125&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?rev=1.125&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/ChangeLog?r1=1.124&r2=1.125
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v
55 retrieving revision 1.124
56 retrieving revision 1.125
57 diff -u -r1.124 -r1.125
58 --- ChangeLog 11 Nov 2012 16:36:56 -0000 1.124
59 +++ ChangeLog 27 Dec 2012 16:52:26 -0000 1.125
60 @@ -1,6 +1,11 @@
61 # ChangeLog for x11-misc/xlockmore
62 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.124 2012/11/11 16:36:56 armin76 Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/ChangeLog,v 1.125 2012/12/27 16:52:26 pinkbyte Exp $
65 +
66 + 27 Dec 2012; Sergey Popov <pinkbyte@g.o> xlockmore-5.38.ebuild,
67 + xlockmore-5.41.ebuild:
68 + media-libs/mesa -> virtual/opengl, add virtual/glu as a dependency, wrt bug
69 + #437968
70
71 11 Nov 2012; Raúl Porcel <armin76@g.o> xlockmore-5.41.ebuild:
72 alpha/sparc/x86 stable wrt #440776
73
74
75
76 1.6 x11-misc/xlockmore/xlockmore-5.41.ebuild
77
78 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild?rev=1.6&view=markup
79 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild?rev=1.6&content-type=text/plain
80 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild?r1=1.5&r2=1.6
81
82 Index: xlockmore-5.41.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild,v
85 retrieving revision 1.5
86 retrieving revision 1.6
87 diff -u -r1.5 -r1.6
88 --- xlockmore-5.41.ebuild 11 Nov 2012 16:36:56 -0000 1.5
89 +++ xlockmore-5.41.ebuild 27 Dec 2012 16:52:26 -0000 1.6
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.41.ebuild,v 1.5 2012/11/11 16:36:56 armin76 Exp $
94 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/xlockmore/xlockmore-5.41.ebuild,v 1.6 2012/12/27 16:52:26 pinkbyte Exp $
95
96 EAPI=4
97 inherit autotools eutils flag-o-matic pam
98 @@ -23,7 +23,8 @@
99 motif? ( >=x11-libs/motif-2.3:0 )
100 nas? ( media-libs/nas )
101 opengl? (
102 - media-libs/mesa
103 + virtual/opengl
104 + virtual/glu
105 truetype? ( >=media-libs/ftgl-2.1.3_rc5 )
106 )
107 pam? ( virtual/pam )