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-proto/xineramaproto: xineramaproto-1.2.ebuild ChangeLog
Date: Sat, 03 Oct 2009 16:01:29
Message-Id: E1Mu730-0001Al-7P@stork.gentoo.org
1 scarabeus 09/10/03 16:01:26
2
3 Modified: xineramaproto-1.2.ebuild ChangeLog
4 Log:
5 Dep cleanup.
6 (Portage version: 2.2_rc41/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 x11-proto/xineramaproto/xineramaproto-1.2.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild?r1=1.1&r2=1.2
14
15 Index: xineramaproto-1.2.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- xineramaproto-1.2.ebuild 2 Oct 2009 15:12:36 -0000 1.1
22 +++ xineramaproto-1.2.ebuild 3 Oct 2009 16:01:25 -0000 1.2
23 @@ -1,6 +1,6 @@
24 # Copyright 1999-2009 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild,v 1.1 2009/10/02 15:12:36 scarabeus Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/xineramaproto-1.2.ebuild,v 1.2 2009/10/03 16:01:25 scarabeus Exp $
28
29 inherit x-modular
30
31 @@ -9,6 +9,5 @@
32 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
33 IUSE=""
34
35 -RDEPEND=""
36 -DEPEND="${RDEPEND}
37 - !<x11-libs/libXinerama-1.0.99"
38 +RDEPEND="!<x11-libs/libXinerama-1.1"
39 +DEPEND="${RDEPEND}"
40
41
42
43 1.33 x11-proto/xineramaproto/ChangeLog
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/ChangeLog?rev=1.33&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/ChangeLog?rev=1.33&content-type=text/plain
47 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-proto/xineramaproto/ChangeLog?r1=1.32&r2=1.33
48
49 Index: ChangeLog
50 ===================================================================
51 RCS file: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v
52 retrieving revision 1.32
53 retrieving revision 1.33
54 diff -u -r1.32 -r1.33
55 --- ChangeLog 2 Oct 2009 15:12:36 -0000 1.32
56 +++ ChangeLog 3 Oct 2009 16:01:25 -0000 1.33
57 @@ -1,6 +1,10 @@
58 # ChangeLog for x11-proto/xineramaproto
59 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
60 -# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v 1.32 2009/10/02 15:12:36 scarabeus Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/x11-proto/xineramaproto/ChangeLog,v 1.33 2009/10/03 16:01:25 scarabeus Exp $
62 +
63 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
64 + xineramaproto-1.2.ebuild:
65 + Dep cleanup.
66
67 *xineramaproto-1.2 (02 Oct 2009)