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-apps/xrandr: xrandr-1.3.2.ebuild xrandr-1.3.4.ebuild
Date: Mon, 01 Nov 2010 12:46:33
Message-Id: 20101101124628.7CA322005C@flycatcher.gentoo.org
1 scarabeus 10/11/01 12:46:28
2
3 Modified: xrandr-1.3.2.ebuild xrandr-1.3.4.ebuild
4 Log:
5 Drop useless XORG_STATIC=no definitions.
6
7 (Portage version: 2.2_rc98/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 x11-apps/xrandr/xrandr-1.3.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild?r1=1.10&r2=1.11
15
16 Index: xrandr-1.3.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- xrandr-1.3.2.ebuild 23 Mar 2010 23:19:59 -0000 1.10
23 +++ xrandr-1.3.2.ebuild 1 Nov 2010 12:46:28 -0000 1.11
24 @@ -1,10 +1,10 @@
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-apps/xrandr/xrandr-1.3.2.ebuild,v 1.10 2010/03/23 23:19:59 abcd Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.2.ebuild,v 1.11 2010/11/01 12:46:28 scarabeus Exp $
29
30 EAPI=3
31
32 -XORG_STATIC=no
33 +
34 inherit xorg-2
35
36 DESCRIPTION="primitive command line interface to RandR extension"
37
38
39
40 1.2 x11-apps/xrandr/xrandr-1.3.4.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild?r1=1.1&r2=1.2
45
46 Index: xrandr-1.3.4.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- xrandr-1.3.4.ebuild 1 Nov 2010 11:58:19 -0000 1.1
53 +++ xrandr-1.3.4.ebuild 1 Nov 2010 12:46:28 -0000 1.2
54 @@ -1,9 +1,9 @@
55 # Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild,v 1.1 2010/11/01 11:58:19 scarabeus Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xrandr/xrandr-1.3.4.ebuild,v 1.2 2010/11/01 12:46:28 scarabeus Exp $
59
60 EAPI=3
61 -XORG_STATIC=no
62 +
63 inherit xorg-2
64
65 DESCRIPTION="primitive command line interface to RandR extension"