Gentoo Archives: gentoo-commits

From: "Tomas Chvatal (scarabeus)" <scarabeus@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/redshift: redshift-1.4.1.ebuild ChangeLog redshift-1.5.ebuild
Date: Thu, 09 Sep 2010 10:55:08
Message-Id: 20100909105502.B382320051@flycatcher.gentoo.org
1 scarabeus 10/09/09 10:55:02
2
3 Modified: redshift-1.4.1.ebuild ChangeLog redshift-1.5.ebuild
4 Log:
5 Update deps on libX11[xcb].
6
7 (Portage version: 2.2_rc78/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 x11-misc/redshift/redshift-1.4.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild?r1=1.4&r2=1.5
15
16 Index: redshift-1.4.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- redshift-1.4.1.ebuild 31 Jul 2010 17:32:31 -0000 1.4
23 +++ redshift-1.4.1.ebuild 9 Sep 2010 10:55:02 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild,v 1.4 2010/07/31 17:32:31 hwoarang Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.4.1.ebuild,v 1.5 2010/09/09 10:55:02 scarabeus Exp $
29
30 EAPI=3
31
32 @@ -17,7 +17,7 @@
33 KEYWORDS="amd64 x86"
34 IUSE="gnome gtk nls"
35
36 -COMMON_DEPEND="x11-libs/libX11[xcb]
37 +COMMON_DEPEND="|| ( <=x11-libs/libX11-1.3.5[xcb] >x11-libs/libX11-1.3.5 )
38 x11-libs/libXxf86vm
39 x11-libs/libxcb
40 gnome? ( dev-libs/glib:2
41
42
43
44 1.5 x11-misc/redshift/ChangeLog
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?rev=1.5&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?rev=1.5&content-type=text/plain
48 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/ChangeLog?r1=1.4&r2=1.5
49
50 Index: ChangeLog
51 ===================================================================
52 RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v
53 retrieving revision 1.4
54 retrieving revision 1.5
55 diff -u -r1.4 -r1.5
56 --- ChangeLog 30 Aug 2010 17:14:58 -0000 1.4
57 +++ ChangeLog 9 Sep 2010 10:55:02 -0000 1.5
58 @@ -1,6 +1,10 @@
59 # ChangeLog for x11-misc/redshift
60 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
61 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.4 2010/08/30 17:14:58 spatz Exp $
62 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/ChangeLog,v 1.5 2010/09/09 10:55:02 scarabeus Exp $
63 +
64 + 09 Sep 2010; Tomáš Chvátal <scarabeus@g.o>
65 + redshift-1.4.1.ebuild, redshift-1.5.ebuild:
66 + Update deps on libX11[xcb].
67
68 *redshift-1.5 (30 Aug 2010)
69
70
71
72
73 1.2 x11-misc/redshift/redshift-1.5.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild?r1=1.1&r2=1.2
78
79 Index: redshift-1.5.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- redshift-1.5.ebuild 30 Aug 2010 17:14:58 -0000 1.1
86 +++ redshift-1.5.ebuild 9 Sep 2010 10:55:02 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild,v 1.1 2010/08/30 17:14:58 spatz Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/redshift/redshift-1.5.ebuild,v 1.2 2010/09/09 10:55:02 scarabeus Exp $
92
93 EAPI=3
94
95 @@ -17,7 +17,7 @@
96 KEYWORDS="~amd64 ~x86"
97 IUSE="gnome gtk nls"
98
99 -COMMON_DEPEND="x11-libs/libX11[xcb]
100 +COMMON_DEPEND="|| ( <=x11-libs/libX11-1.3.5[xcb] >x11-libs/libX11-1.3.5 )
101 x11-libs/libXxf86vm
102 x11-libs/libxcb
103 gnome? ( dev-libs/glib:2