Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xbacklight/
Date: Sat, 29 Aug 2015 20:04:57
Message-Id: 1440878943.6b743e03226148c94be25a3964d9db07295b96e2.mattst88@gentoo
1 commit: 6b743e03226148c94be25a3964d9db07295b96e2
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 20:07:18 2015 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 29 20:09:03 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b743e03
7
8 x11-apps/xbacklight: Bump to EAPI=5, for bug 443414.
9
10 Bug: https://bugs.gentoo.org/443414
11
12 x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild | 15 +++++++++++++++
13 1 file changed, 15 insertions(+)
14
15 diff --git a/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild b/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild
16 new file mode 100644
17 index 0000000..7fb23bc
18 --- /dev/null
19 +++ b/x11-apps/xbacklight/xbacklight-1.2.1-r1.ebuild
20 @@ -0,0 +1,15 @@
21 +# Copyright 1999-2014 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +inherit xorg-2
28 +
29 +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property"
30 +KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd"
31 +IUSE=""
32 +
33 +RDEPEND="x11-libs/libxcb
34 + >=x11-libs/xcb-util-0.3.8"
35 +DEPEND="${RDEPEND}"