Gentoo Archives: gentoo-commits

From: "Kacper Kowalik (xarthisius)" <xarthisius@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-misc/arandr: ChangeLog arandr-0.1.4.ebuild arandr-0.1.3.ebuild
Date: Fri, 27 May 2011 07:32:17
Message-Id: 20110527073202.7FFD020054@flycatcher.gentoo.org
1 xarthisius 11/05/27 07:32:02
2
3 Modified: ChangeLog
4 Added: arandr-0.1.4.ebuild
5 Removed: arandr-0.1.3.ebuild
6 Log:
7 Version bump wrt #352076. Thanks to <teidakankan@×××××.com> for the report. Drop old
8
9 (Portage version: 2.2.0_alpha36/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.3 x11-misc/arandr/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/arandr/ChangeLog?rev=1.3&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/arandr/ChangeLog?rev=1.3&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/arandr/ChangeLog?r1=1.2&r2=1.3
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v
21 retrieving revision 1.2
22 retrieving revision 1.3
23 diff -u -r1.2 -r1.3
24 --- ChangeLog 27 Oct 2010 03:14:25 -0000 1.2
25 +++ ChangeLog 27 May 2011 07:32:02 -0000 1.3
26 @@ -1,6 +1,13 @@
27 # ChangeLog for x11-misc/arandr
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.2 2010/10/27 03:14:25 ssuominen Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/ChangeLog,v 1.3 2011/05/27 07:32:02 xarthisius Exp $
32 +
33 +*arandr-0.1.4 (27 May 2011)
34 +
35 + 27 May 2011; Kacper Kowalik <xarthisius@g.o> -arandr-0.1.3.ebuild,
36 + +arandr-0.1.4.ebuild:
37 + Version bump wrt #352076. Thanks to <teidakankan@×××××.com> for
38 + the report. Drop old.
39
40 27 Oct 2010; Samuli Suominen <ssuominen@g.o> arandr-0.1.3.ebuild:
41 Fix python depend to >= 2.5 wrt #342865 by James Rowe.
42
43
44
45 1.1 x11-misc/arandr/arandr-0.1.4.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/arandr/arandr-0.1.4.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/arandr/arandr-0.1.4.ebuild?rev=1.1&content-type=text/plain
49
50 Index: arandr-0.1.4.ebuild
51 ===================================================================
52 # Copyright 1999-2011 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/x11-misc/arandr/arandr-0.1.4.ebuild,v 1.1 2011/05/27 07:32:02 xarthisius Exp $
55
56 EAPI=3
57
58 PYTHON_DEPEND="2:2.5"
59 SUPPORT_PYTHON_ABIS="1"
60 RESTRICT_PYTHON_ABIS="3.*"
61
62 inherit distutils
63
64 DESCRIPTION="A simple visual frontend for XRandR 1.2/1.3"
65 HOMEPAGE="http://christian.amsuess.com/tools/arandr/"
66 SRC_URI="http://christian.amsuess.com/tools/${PN}/files/${P}.tar.gz"
67
68 LICENSE="GPL-3"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 RDEPEND=">=dev-python/pygtk-2
74 x11-apps/xrandr"
75 DEPEND=">=dev-python/docutils-0.6"
76
77 PYTHON_MODNAME=screenlayout