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 07B89158021 for ; Sun, 16 Oct 2022 00:55:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1224BE0870; Sun, 16 Oct 2022 00:55:23 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 pigeon.gentoo.org (Postfix) with ESMTPS id 26EA4E0870 for ; Sun, 16 Oct 2022 00:55:22 +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 079C7340DFB for ; Sun, 16 Oct 2022 00:55:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F86C61F for ; Sun, 16 Oct 2022 00:55:19 +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: <1665881713.ddacd164057be3c074de4c04001d44a799ea6622.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbprint/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xkbprint/Manifest x11-apps/xkbprint/xkbprint-1.0.6.ebuild X-VCS-Directories: x11-apps/xkbprint/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: ddacd164057be3c074de4c04001d44a799ea6622 X-VCS-Branch: master Date: Sun, 16 Oct 2022 00:55:19 +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: 47848837-0fe2-4e2e-901d-47d98242d682 X-Archives-Hash: 80842d87e2d746dd9ae03865f2c7a763 commit: ddacd164057be3c074de4c04001d44a799ea6622 Author: Matt Turner gentoo org> AuthorDate: Sun Oct 16 00:48:08 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sun Oct 16 00:55:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddacd164 x11-apps/xkbprint: Version bump to 1.0.6 Signed-off-by: Matt Turner gentoo.org> x11-apps/xkbprint/Manifest | 1 + x11-apps/xkbprint/xkbprint-1.0.6.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xkbprint/Manifest b/x11-apps/xkbprint/Manifest index 5cfb813ac707..00d93fced937 100644 --- a/x11-apps/xkbprint/Manifest +++ b/x11-apps/xkbprint/Manifest @@ -1 +1,2 @@ DIST xkbprint-1.0.5.tar.bz2 166856 BLAKE2B 99d375e88a871ff440ebed587b01961a6e2fa196a28c267dbaa6cdd10bacdc99767f12032411eb8448e8a2f7c6792c2f7b6f428d208a9263f94b4c959d2a0431 SHA512 ac3870352f3a595b5b8a8cb64f39e9bea81b17572c73cfbf72482477a2f576d0ffcdcf735cb3c66b8a88a7fe0f7aece6738cbac87df5641e44fae1ab9b97111f +DIST xkbprint-1.0.6.tar.xz 156920 BLAKE2B 88a62e3138e0d68df4cdd335f82734037649acbd951ef5997382216f7472560b2ad6e4cd0790e4260baba9864754b54b4a7cb9c42444f44caffef92aae392b40 SHA512 a1c2401b2a2ef4c6bd2efc18923ecb176adcf38b6c5dfdce25f22f1f5ab21e25f494b25dac25b1765fb9a0f6acc24d191cd41b9a098a9e3c6eaf9a9df490be29 diff --git a/x11-apps/xkbprint/xkbprint-1.0.6.ebuild b/x11-apps/xkbprint/xkbprint-1.0.6.ebuild new file mode 100644 index 000000000000..7bad1ce7da57 --- /dev/null +++ b/x11-apps/xkbprint/xkbprint-1.0.6.ebuild @@ -0,0 +1,15 @@ +# 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="Print an XKB keyboard description" +KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" + +RDEPEND=" + x11-libs/libxkbfile + >=x11-libs/libX11-1.6.9" +DEPEND="${RDEPEND} + x11-base/xorg-proto"