summaryrefslogtreecommitdiff
path: root/x11-apps/xkbcomp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
committerV3n3RiX <venerix@redcorelinux.org>2021-05-31 20:59:14 +0100
commite748ba9741f6540f4675c23e3e37b73e822c13a4 (patch)
tree23dece8beabb3a3d7c6c0273b0eb40b21c62a889 /x11-apps/xkbcomp
parent908778078736bd36f7a60a2d576d415cb8e000fa (diff)
gentoo resync : 31.05.2021
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/Manifest4
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild15
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild2
3 files changed, 2 insertions, 19 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index bcd68b6e0dbe..0b62aa8efd52 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,5 +1,3 @@
-DIST xkbcomp-1.4.4.tar.bz2 251224 BLAKE2B 965a6ad91029ff4934af443a5845386045a66796cfdb6181cd94bfc1e3ee746700b22e5db56d22cc95255d0dca4f5894cf9afd40cc6675308a4425d947c5ed61 SHA512 971eb06277a49083b42154472596f1452fa94cdee28bad345bbcd85b028441bfd975763c20ed92aa69d6605b3fb23d27fee89df91501963b77c863667bae41c4
DIST xkbcomp-1.4.5.tar.bz2 251617 BLAKE2B 5005f35bcae6fc08e2386963c5f9aa0394e79178982ee742b7c13519fa35d118b6fe8318d76e2f4312e3fdb9bee23743a8faaf214078d207897bdf5cb8984946 SHA512 2e84f8d6b083e2e818cb95e5d2a184da00e50d71b280e92d1a71465a9a4348f922f4ddccb42cfeee6f76705bbfc8580ef67aedd0d958aaa1ae6bbcc66ccd8154
-EBUILD xkbcomp-1.4.4.ebuild 435 BLAKE2B 7597e00d1c764c8a9139e68a7f0c712dfd1850af3dca90a2d9fafcd3146ecbd0d91591912a7c00e1c8e337499be6924512dc506abd4d0f075ef53fa834c15176 SHA512 5f3a5fab3f7671a03b0152ca64980d6f0b7b07a30eee8ed934b2c165b3b0fd88d94172c038c7789c1b51e75da296d75ca2934243fcfe6bb2fa1f4da919dcb8f8
-EBUILD xkbcomp-1.4.5.ebuild 442 BLAKE2B 2be726c754705004d42ba18661321207a05a187dc0c3e7b33f1dff49371dd67dc4a3d807143e75dcabe0de3c6788c5f32120c162bc642b0e4ecb631a87c264db SHA512 464c3e74aade56e4bf7143e248e0677d1f4c656e96850d95577abf7b33c2c94da4c43808b25a576f4d28c7da462cfc6b84662433d755f21f7aa4b4c734e06f89
+EBUILD xkbcomp-1.4.5.ebuild 435 BLAKE2B 7597e00d1c764c8a9139e68a7f0c712dfd1850af3dca90a2d9fafcd3146ecbd0d91591912a7c00e1c8e337499be6924512dc506abd4d0f075ef53fa834c15176 SHA512 5f3a5fab3f7671a03b0152ca64980d6f0b7b07a30eee8ed934b2c165b3b0fd88d94172c038c7789c1b51e75da296d75ca2934243fcfe6bb2fa1f4da919dcb8f8
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild
deleted file mode 100644
index c8bac72168f4..000000000000
--- a/x11-apps/xkbcomp/xkbcomp-1.4.4.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# 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"
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild
index b02e5952aff6..c8bac72168f4 100644
--- a/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.5.ebuild
@@ -6,7 +6,7 @@ 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"
+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