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 0FACA158021 for ; Sun, 4 Dec 2022 03:03:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4438FE0876; Sun, 4 Dec 2022 03:03:25 +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 2E71DE0874 for ; Sun, 4 Dec 2022 03:03:25 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58A29340D4C for ; Sun, 4 Dec 2022 03:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5665577A for ; Sun, 4 Dec 2022 03:03:21 +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: <1670122237.c0ab72a1ddb38787dc2e377b22c70e415302b3bc.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xset/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xset/Manifest x11-apps/xset/xset-1.2.5.ebuild X-VCS-Directories: x11-apps/xset/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c0ab72a1ddb38787dc2e377b22c70e415302b3bc X-VCS-Branch: master Date: Sun, 4 Dec 2022 03:03:21 +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: af772810-fa1d-486e-85c9-1436108b57b7 X-Archives-Hash: 3124bf46bc3cc35167771a287cceaf08 commit: c0ab72a1ddb38787dc2e377b22c70e415302b3bc Author: Matt Turner gentoo org> AuthorDate: Sun Dec 4 02:50:37 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Dec 4 02:50:37 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0ab72a1 x11-apps/xset: Version bump to 1.2.5 Signed-off-by: Matt Turner gentoo.org> x11-apps/xset/Manifest | 1 + x11-apps/xset/xset-1.2.5.ebuild | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) diff --git a/x11-apps/xset/Manifest b/x11-apps/xset/Manifest index 648ec6a4dcd8..ce39962de25e 100644 --- a/x11-apps/xset/Manifest +++ b/x11-apps/xset/Manifest @@ -1 +1,2 @@ DIST xset-1.2.4.tar.bz2 145546 BLAKE2B df4ae52046af7f632e2f60386bd3b8d90b27db3e53ceb68f1056c9c5df2ee9c6d83d109a444eb99ddc031e35b91db0249ee56eba3180bc9a8a002935db213605 SHA512 f24714c9a82081a09d3054bbad98553de9366992f22eaf3e2bcadbb58fad1d3dad2547fef6fa9898d8a9df064573c29df9d82a5c801fa92248604c95f65dc83d +DIST xset-1.2.5.tar.xz 138776 BLAKE2B 81d93de0bd2a5f0d76937109a8f16f5e1d5074ec5209ea373d9f4b3f5064ac15a9e3c9cdc850cbe6103469fcdfc4d69df033ce7bbf80e22b507d3664e49911a9 SHA512 12b53d7cd6b7ccf6515c03f68151490fce6b2629e99b8d85ac5d760f4ed93394a457213c3947533809fbbb04acd1ed260aeea1256099a10397660eef3088150d diff --git a/x11-apps/xset/xset-1.2.5.ebuild b/x11-apps/xset/xset-1.2.5.ebuild new file mode 100644 index 000000000000..bd6ac94cdc11 --- /dev/null +++ b/x11-apps/xset/xset-1.2.5.ebuild @@ -0,0 +1,22 @@ +# 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="X.Org xset application" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" + +RDEPEND=" + x11-libs/libX11 + x11-libs/libXext + x11-libs/libXmu" +DEPEND="${RDEPEND} + x11-base/xorg-proto" + +XORG_CONFIGURE_OPTIONS=( + --without-xf86misc + --without-fontcache +)