diff options
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r-- | x11-apps/xkbcomp/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild | 14 | ||||
-rw-r--r-- | x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild | 4 |
3 files changed, 3 insertions, 19 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest index 09de870eeccd..d9435375bcca 100644 --- a/x11-apps/xkbcomp/Manifest +++ b/x11-apps/xkbcomp/Manifest @@ -1,5 +1,3 @@ -DIST xkbcomp-1.4.2.tar.bz2 248399 BLAKE2B dcc09823fdf8a62451a1daf8dc56adbd1713b56ac7343b9edb8b3aef8b527ab8443a056ae6b4f8c21051ce5aa4764c9b198c9a5cd0e929f52e9a3e191b950334 SHA512 b00d1eb08c19be86044418c8ea3bfc3c3973406c481878270138a70ed9dab348acb8e4d0af8678879598ffbd7df1c640a63d0abad3d7481758be99af8dd7734e DIST xkbcomp-1.4.3.tar.bz2 245658 BLAKE2B 306e30789bdbf6b5863252aa1f73c96f88c4086989eb5529dbde1e3f1f9e11200f67ad6446dfe912129acc1071074d2addf776a97d9d42a840eb62320ae47cf2 SHA512 827713c0413aecdcad2b61edb7b8c7c7a002e18505b9041f570e2f680907193cb5ff8a5b424695e21110b2d06c145cbf0e397e52347421ee946f06e2a51f135d -EBUILD xkbcomp-1.4.2.ebuild 421 BLAKE2B c237e715dbf1ddade26225d6a061335df28255226a5dc8ea52e78654e2a42c86883b57ee8578c81df51070b7be3a8c509c449634a1e3ea2a070e5784bfc547ee SHA512 d966455a2f7d1dff89667c23048095a8ca443056acaadfa26b6efbe5f2e86af1fd8b02852121f0d2a9c0e295f8811a0cf56a11548477e8b61dd709d3d3010154 -EBUILD xkbcomp-1.4.3.ebuild 442 BLAKE2B e6d99641aa9ce57a33bd17f480789e498123c5445d7f006dc0b483f3cb04d1be003ed1a0f3fffba8e09d4e3a82b0cd6747f6005e34ec620a29df99cc1280de07 SHA512 a8fced9b0d4739b07b878b48affd81442c2c923fde99cbbdfea9099ab6202b76a708d14ba0f2ea9fcab22f40019d334f7caf9dc798ce3a441fce79904428494d +EBUILD xkbcomp-1.4.3.ebuild 437 BLAKE2B adbd8305a8a9fe9313df18434435448b9bfc13c2c5f476c72bd1f56a6449999da8d6b606393ec1e52efd7c1303bee726529ad220e5e76bf1ce66ec987b252acd SHA512 7f450334e8d2f02c55767ceb6b83fdfc4dc1c67e2efa3c76dad98ab04c4d0be689a3b95700c23d5ef6eb2b42c8b6faaab6208a3b2765a90fc871d8d66c75c93f MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild deleted file mode 100644 index 575a7a85b0e8..000000000000 --- a/x11-apps/xkbcomp/xkbcomp-1.4.2.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit xorg-2 - -DESCRIPTION="compile XKB keyboard description" -KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" -IUSE="" -RDEPEND="x11-libs/libX11 - x11-libs/libxkbfile" -DEPEND="${RDEPEND} - sys-devel/bison" diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild index afd3bdd55689..5c061d1a5245 100644 --- a/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild +++ b/x11-apps/xkbcomp/xkbcomp-1.4.3.ebuild @@ -6,10 +6,10 @@ EAPI=7 inherit xorg-3 DESCRIPTION="XKB keyboard description compiler" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris" +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 + >=x11-libs/libX11-1.6.9 x11-libs/libxkbfile" RDEPEND="${DEPEND}" BDEPEND="sys-devel/bison" |