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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 579D3158021 for ; Sat, 3 Dec 2022 23:49:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E7434E0863; Sat, 3 Dec 2022 23:49:18 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6844BE086F for ; Sat, 3 Dec 2022 23:49:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4763834151D for ; Sat, 3 Dec 2022 23:49:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 896F3773 for ; Sat, 3 Dec 2022 23:49:15 +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: <1670111348.d0eb6a0c629841ee8ce985ad17022db1d4cbf6df.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xgamma/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xgamma/Manifest x11-apps/xgamma/xgamma-1.0.7.ebuild X-VCS-Directories: x11-apps/xgamma/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: d0eb6a0c629841ee8ce985ad17022db1d4cbf6df X-VCS-Branch: master Date: Sat, 3 Dec 2022 23:49:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e3c060c-c5ab-4af3-8996-f42865d19617 X-Archives-Hash: 55491c17f84110b39fdca599f182c269 commit: d0eb6a0c629841ee8ce985ad17022db1d4cbf6df Author: Matt Turner gentoo org> AuthorDate: Sat Dec 3 23:07:38 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Dec 3 23:49:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0eb6a0c x11-apps/xgamma: Version bump to 1.0.7 Signed-off-by: Matt Turner gentoo.org> x11-apps/xgamma/Manifest | 1 + x11-apps/xgamma/xgamma-1.0.7.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/x11-apps/xgamma/Manifest b/x11-apps/xgamma/Manifest index 77c3d0822d16..681cb37d8967 100644 --- a/x11-apps/xgamma/Manifest +++ b/x11-apps/xgamma/Manifest @@ -1 +1,2 @@ DIST xgamma-1.0.6.tar.bz2 123105 BLAKE2B fbf5496e7c91f1e96d591721bfe7a1771659e7ef408be689e205e898191e0fd6beeff9466f4eff628054aefa640e83d7a8d69de028a6a6e5716a1eee50ef0abd SHA512 2d41798e15ac8c6f6731a2da29589207d936eaee1223ce6f3ca948e67d63c5c8b955d11c7db092dcd8c66a6209bd15c1de3dc1446dad4b4277134f010c6fc47a +DIST xgamma-1.0.7.tar.xz 119992 BLAKE2B 8d8fb0161a57f910238b801f30cd2a1fdad5dacead82f5f607e0eff6d88705e378ae81289528869767cb2b12f3c40b85d9e0f34e18ad03caf74b40bd1b86f4e6 SHA512 9eeee9b537dcae9e4d153774eb632a6a5e8dd32bebadc9bbd897a773e5b56f76848f32a1699b8c921d3094760c42b5083365d853b89ab31fd85c7a0d46feeceb diff --git a/x11-apps/xgamma/xgamma-1.0.7.ebuild b/x11-apps/xgamma/xgamma-1.0.7.ebuild new file mode 100644 index 000000000000..cd55e41627d9 --- /dev/null +++ b/x11-apps/xgamma/xgamma-1.0.7.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +XORG_TARBALL_SUFFIX="xz" +inherit xorg-3 + +DESCRIPTION="Alter a monitor's gamma correction through the X server" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libXxf86vm + x11-libs/libX11" +DEPEND="${RDEPEND} + x11-base/xorg-proto"