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 5DC431382C5 for ; Sat, 20 Mar 2021 16:27:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9EEEFE0822; Sat, 20 Mar 2021 16:27:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 830A0E0822 for ; Sat, 20 Mar 2021 16:27:54 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 99E5E33E3A9 for ; Sat, 20 Mar 2021 16:27:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FD915AC for ; Sat, 20 Mar 2021 16:27:52 +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: <1616257660.3cc2fe57c8d480c649d9470d376eb1b1bd55160c.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-apps/xkbcomp/Manifest x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild X-VCS-Directories: x11-apps/xkbcomp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 3cc2fe57c8d480c649d9470d376eb1b1bd55160c X-VCS-Branch: master Date: Sat, 20 Mar 2021 16:27:52 +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: 84ec59b7-c3f1-491b-a3fa-157ae7c49991 X-Archives-Hash: f861bff570c719fe219ca98d664b8e5d commit: 3cc2fe57c8d480c649d9470d376eb1b1bd55160c Author: Matt Turner gentoo org> AuthorDate: Sat Mar 20 15:53:55 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Mar 20 16:27:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cc2fe57 x11-apps/xkbcomp: Version bump to 1.4.5 Signed-off-by: Matt Turner gentoo.org> x11-apps/xkbcomp/Manifest | 1 + x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index b15daed8d85..0d491a0d383 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1 +1,2 @@ DIST xkbcomp-1.4.4.tar.bz2 251224 BLAKE2B 965a6ad91029ff4934af443a5845386045a66796cfdb6181cd94bfc1e3ee746700b22e5db56d22cc95255d0dca4f5894cf9afd40cc6675308a4425d947c5ed61 SHA512 971eb06277a49083b42154472596f1452fa94cdee28bad345bbcd85b028441bfd975763c20ed92aa69d6605b3fb23d27fee89df91501963b77c863667bae41c4 +DIST xkbcomp-1.4.5.tar.bz2 251617 BLAKE2B 5005f35bcae6fc08e2386963c5f9aa0394e79178982ee742b7c13519fa35d118b6fe8318d76e2f4312e3fdb9bee23743a8faaf214078d207897bdf5cb8984946 SHA512 2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild new file mode 100644 index 00000000000..b02e5952aff --- /dev/null +++ b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit xorg-3 + +DESCRIPTION="XKB keyboard description compiler" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris" +IUSE="" +DEPEND=" + >=x11-libs/libX11-1.6.9 + x11-libs/libxkbfile" +RDEPEND="${DEPEND}" +BDEPEND="sys-devel/bison"