From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 4D1B1138331 for ; Sat, 10 Mar 2018 02:29:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1CDE2E0829; Sat, 10 Mar 2018 02:29:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F37C5E0829 for ; Sat, 10 Mar 2018 02:29:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AF4CF335C34 for ; Sat, 10 Mar 2018 02:29:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C7E247 for ; Sat, 10 Mar 2018 02:29:43 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1520648965.337bd6d9c6989832ec89c155112c3150e734d21a.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xbacklight/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xbacklight/Manifest x11-apps/xbacklight/xbacklight-1.2.2.ebuild X-VCS-Directories: x11-apps/xbacklight/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 337bd6d9c6989832ec89c155112c3150e734d21a X-VCS-Branch: master Date: Sat, 10 Mar 2018 02:29:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 769a7550-dba1-4753-b7cc-db067fc7c094 X-Archives-Hash: e2f6dfbd279ebb464e0505152622f724 commit: 337bd6d9c6989832ec89c155112c3150e734d21a Author: Matt Turner gentoo org> AuthorDate: Sat Mar 10 02:17:26 2018 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 10 02:29:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=337bd6d9 x11-apps/xbacklight: Version bump to 1.2.2 x11-apps/xbacklight/Manifest | 1 + x11-apps/xbacklight/xbacklight-1.2.2.ebuild | 14 ++++++++++++++ 2 files changed, 15 insertions(+) diff --git a/x11-apps/xbacklight/Manifest b/x11-apps/xbacklight/Manifest index 73ba3367711..32a92304cb6 100644 --- a/x11-apps/xbacklight/Manifest +++ b/x11-apps/xbacklight/Manifest @@ -1 +1,2 @@ DIST xbacklight-1.2.1.tar.bz2 117607 BLAKE2B 286be7b9f6d0e50ba20bae86aaaa211a7d611df055e3298e8676b52c36168db67e153c13e242089db52b1c7ed2c6872dfe8dd63a7f97b81644269832276bf636 SHA512 9a0afebea2fe155ab7d1ad00ef27566daeb7dc4fd47523511f1b8e8ac30977f938a08783bc0c7443fe92ebff1c17c68c78d44db08b32768d7831128130e0637d +DIST xbacklight-1.2.2.tar.bz2 124058 BLAKE2B 4ad7b0eaab29bada40ba6b79a538d5dbf6c584226c51004e1488733b5b33a7c3905d21cb5f275010f301241da3eb644b0e66e20a07fe271152905568008c5af7 SHA512 4dca70ef8e3494b19ea126c46395807cddc007b2b09a133810daeb77ae27fa36ac4eec7813828248fc195abe27f59700cfa58ee65ef3a020a51f73e5107678ec diff --git a/x11-apps/xbacklight/xbacklight-1.2.2.ebuild b/x11-apps/xbacklight/xbacklight-1.2.2.ebuild new file mode 100644 index 00000000000..9cd8da3704a --- /dev/null +++ b/x11-apps/xbacklight/xbacklight-1.2.2.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit xorg-2 + +DESCRIPTION="Sets backlight level using the RandR 1.2 BACKLIGHT output property" +KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~mips ppc ppc64 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd" +IUSE="" + +RDEPEND="x11-libs/libxcb + >=x11-libs/xcb-util-0.3.8" +DEPEND="${RDEPEND}"