Gentoo Archives: gentoo-commits

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