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:56
Message-Id: 1440878943.ccb33c617625eee8480992276b575e48117bb86d.mattst88@gentoo
1 commit: ccb33c617625eee8480992276b575e48117bb86d
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 29 20:08:52 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=ccb33c61
7
8 x11-apps/xbacklight: Delete old version 1.2.1.
9
10 Package-Manager: portage-2.2.20.1
11
12 x11-apps/xbacklight/xbacklight-1.2.1.ebuild | 15 ---------------
13 1 file changed, 15 deletions(-)
14
15 diff --git a/x11-apps/xbacklight/xbacklight-1.2.1.ebuild b/x11-apps/xbacklight/xbacklight-1.2.1.ebuild
16 deleted file mode 100644
17 index a1783a6..0000000
18 --- a/x11-apps/xbacklight/xbacklight-1.2.1.ebuild
19 +++ /dev/null
20 @@ -1,15 +0,0 @@
21 -# Copyright 1999-2014 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=3
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}"