Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/xkbcomp/
Date: Sat, 29 May 2021 18:16:52
Message-Id: 1622312180.30d164f46971060d8477305fd57186a6677af440.mattst88@gentoo
1 commit: 30d164f46971060d8477305fd57186a6677af440
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 29 18:12:09 2021 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Sat May 29 18:16:20 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30d164f4
7
8 x11-apps/xkbcomp: Drop old versions
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xkbcomp/Manifest | 1 -
13 x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild | 15 ---------------
14 2 files changed, 16 deletions(-)
15
16 diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
17 index 0d491a0d383..43e63b0b9f0 100644
18 --- a/x11-apps/xkbcomp/Manifest
19 +++ b/x11-apps/xkbcomp/Manifest
20 @@ -1,2 +1 @@
21 -DIST xkbcomp-1.4.4.tar.bz2 251224 BLAKE2B 965a6ad91029ff4934af443a5845386045a66796cfdb6181cd94bfc1e3ee746700b22e5db56d22cc95255d0dca4f5894cf9afd40cc6675308a4425d947c5ed61 SHA512 971eb06277a49083b42154472596f1452fa94cdee28bad345bbcd85b028441bfd975763c20ed92aa69d6605b3fb23d27fee89df91501963b77c863667bae41c4
22 DIST xkbcomp-1.4.5.tar.bz2 251617 BLAKE2B 5005f35bcae6fc08e2386963c5f9aa0394e79178982ee742b7c13519fa35d118b6fe8318d76e2f4312e3fdb9bee23743a8faaf214078d207897bdf5cb8984946 SHA512 2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154
23
24 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild
25 deleted file mode 100644
26 index c8bac72168f..00000000000
27 --- a/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild
28 +++ /dev/null
29 @@ -1,15 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -inherit xorg-3
36 -
37 -DESCRIPTION="XKB keyboard description compiler"
38 -KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
39 -IUSE=""
40 -DEPEND="
41 - >=x11-libs/libX11-1.6.9
42 - x11-libs/libxkbfile"
43 -RDEPEND="${DEPEND}"
44 -BDEPEND="sys-devel/bison"