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/xbacklight: ChangeLog xbacklight-1.1.1.ebuild
Date: Sat, 03 Oct 2009 11:28:59
Message-Id: E1Mu2nJ-0002hq-Ch@stork.gentoo.org
1 scarabeus 09/10/03 11:28:57
2
3 Modified: ChangeLog
4 Added: xbacklight-1.1.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc41/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.16 x11-apps/xbacklight/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xbacklight/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xbacklight/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xbacklight/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 23 Jun 2009 20:55:23 -0000 1.15
23 +++ ChangeLog 3 Oct 2009 11:28:56 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for x11-apps/xbacklight
26 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.15 2009/06/23 20:55:23 klausman Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/ChangeLog,v 1.16 2009/10/03 11:28:56 scarabeus Exp $
29 +
30 +*xbacklight-1.1.1 (03 Oct 2009)
31 +
32 + 03 Oct 2009; Tomáš Chvátal <scarabeus@g.o>
33 + +xbacklight-1.1.1.ebuild:
34 + Version bump.
35
36 23 Jun 2009; Tobias Klausmann <klausman@g.o> xbacklight-1.1.ebuild:
37 Stable on alpha for xorg-server-1.5/xorg-x11-7.4
38
39
40
41 1.1 x11-apps/xbacklight/xbacklight-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xbacklight-1.1.1.ebuild
47 ===================================================================
48 # Copyright 1999-2009 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/x11-apps/xbacklight/xbacklight-1.1.1.ebuild,v 1.1 2009/10/03 11:28:56 scarabeus Exp $
51
52 # Must be before x-modular eclass is inherited
53 #SNAPSHOT="yes"
54
55 inherit x-modular
56
57 DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property"
58 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
59 IUSE=""
60 RDEPEND=">=x11-libs/libXrandr-1.2"
61 DEPEND="${RDEPEND}"