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 B2602138239 for ; Thu, 31 Dec 2020 16:59:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 97201E08FC; Thu, 31 Dec 2020 16:59:18 +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 7FAE5E0900 for ; Thu, 31 Dec 2020 16:59:18 +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 5AED3340E3D for ; Thu, 31 Dec 2020 16:59:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BDDDD487 for ; Thu, 31 Dec 2020 16:59: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: <1609433935.558ac1281dd1da216d06f9c647ecaedcc3545cd5.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.3.ebuild X-VCS-Directories: x11-apps/xkbcomp/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 558ac1281dd1da216d06f9c647ecaedcc3545cd5 X-VCS-Branch: master Date: Thu, 31 Dec 2020 16:59: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: 9163e870-6b89-45fc-b4ff-f320f2b3a31e X-Archives-Hash: 3cb30568291d5542754fd6379e747ae0 commit: 558ac1281dd1da216d06f9c647ecaedcc3545cd5 Author: Matt Turner gentoo org> AuthorDate: Thu Dec 31 16:55:42 2020 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Dec 31 16:58:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=558ac128 x11-apps/xkbcomp: Drop old versions Signed-off-by: Matt Turner gentoo.org> x11-apps/xkbcomp/Manifest | 1 - x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 15 --------------- 2 files changed, 16 deletions(-) diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index 2a5e58d2409..b15daed8d85 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1,2 +1 @@ -DIST xkbcomp-1.4.3.tar.bz2 245658 BLAKE2B 306e30789bdbf6b5863252aa1f73c96f88c4086989eb5529dbde1e3f1f9e11200f67ad6446dfe912129acc1071074d2addf776a97d9d42a840eb62320ae47cf2 SHA512 827713c0413aecdcad2b61edb7b8c7c7a002e18505b9041f570e2f680907193cb5ff8a5b424695e21110b2d06c145cbf0e397e52347421ee946f06e2a51f135d DIST xkbcomp-1.4.4.tar.bz2 251224 BLAKE2B 965a6ad91029ff4934af443a5845386045a66796cfdb6181cd94bfc1e3ee746700b22e5db56d22cc95255d0dca4f5894cf9afd40cc6675308a4425d947c5ed61 SHA512 971eb06277a49083b42154472596f1452fa94cdee28bad345bbcd85b028441bfd975763c20ed92aa69d6605b3fb23d27fee89df91501963b77c863667bae41c4 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild deleted file mode 100644 index 82e47264d7d..00000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 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 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -DEPEND=" - >=x11-libs/libX11-1.6.9 - x11-libs/libxkbfile" -RDEPEND="${DEPEND}" -BDEPEND="sys-devel/bison"