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-libs/libXtst: libXtst-1.2.0.ebuild
Date: Mon, 01 Nov 2010 14:28:10
Message-Id: 20101101142803.69D1920063@flycatcher.gentoo.org
1 scarabeus 10/11/01 14:28:03
2
3 Modified: libXtst-1.2.0.ebuild
4 Log:
5 Move proto to be always in rdepend just to play on safe side.
6
7 (Portage version: 2.2_rc98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 x11-libs/libXtst/libXtst-1.2.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild?r1=1.1&r2=1.2
15
16 Index: libXtst-1.2.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- libXtst-1.2.0.ebuild 31 Oct 2010 10:57:56 -0000 1.1
23 +++ libXtst-1.2.0.ebuild 1 Nov 2010 14:28:03 -0000 1.2
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-libs/libXtst/libXtst-1.2.0.ebuild,v 1.1 2010/10/31 10:57:56 scarabeus Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-libs/libXtst/libXtst-1.2.0.ebuild,v 1.2 2010/11/01 14:28:03 scarabeus Exp $
29
30 EAPI=3
31 inherit xorg-2
32 @@ -12,11 +12,11 @@
33
34 RDEPEND="x11-libs/libX11
35 >=x11-libs/libXext-1.0.99.4
36 - x11-libs/libXi"
37 -DEPEND="${RDEPEND}
38 + x11-libs/libXi
39 x11-proto/inputproto
40 >=x11-proto/recordproto-1.13.99.1
41 - >=x11-proto/xextproto-7.0.99.3
42 + >=x11-proto/xextproto-7.0.99.3"
43 +DEPEND="${RDEPEND}
44 doc? ( app-text/xmlto )"
45
46 pkg_setup() {