summaryrefslogtreecommitdiff
path: root/x11-apps/xkbcomp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-04 23:42:56 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-04 23:42:56 +0000
commit7b43cd44c0c26cd9e0ae1dcd94596667cb119ee6 (patch)
tree9715703a1ec2185bfa303bd2d2b04e560654f72a /x11-apps/xkbcomp
parent27ad6a285576ce16e4c74d806efee77166f0c3c6 (diff)
gentoo auto-resync : 04:02:2024 - 23:42:56
Diffstat (limited to 'x11-apps/xkbcomp')
-rw-r--r--x11-apps/xkbcomp/Manifest2
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 5643c91450ce..5e97ec3541ab 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,3 +1,5 @@
DIST xkbcomp-1.4.6.tar.xz 233620 BLAKE2B b651d0f8cd3252b4f2897dcd8f291761876658706982cc313f61a146a29ac7f11fe7a5195da96c5bad5a2fae67aa3429e189c52b65871f2eefb9691195b98554 SHA512 90e69dd1c78c28f77a5acc7821b43afec1b9ac4895bc6f3462b4902baaadc26f3869da69e3bd023b4bc74adb5f1be0c43ca24b3dab37ac9a479c5622684baa81
+DIST xkbcomp-1.4.7.tar.xz 239324 BLAKE2B 1acbd4809b0a2d2f64dd7ac2d2b4c898cabf74e23cc1352c58acb6490cfe3ccdeba47fadbf190d16d582463a9adb0e166a27e8a270e9b3a289cc9ee94eeb557d SHA512 6f468dce9d2499ab1022f4288d46f66af149dac0a161fb5b9dc0c262bc70c2c3d254db2c6fb5df1e2793c822e2d55c6da5fd037ce523a555b7c3de23e35c49ef
EBUILD xkbcomp-1.4.6.ebuild 465 BLAKE2B 3a540368b2f5014d7efd806e9b1a729d952d96f8924ade51aeaee707125ebb80cfaad9f7806cce410d75d63a728aa5ccd58b74f1790b51dab930d0c138ec2d21 SHA512 2270b7eaf630970c4c53caed805d53927aa24c9716df997c54d7c6aeb60df768e78215dff98ccbef32cb8e3213839915bd50d6ffe3e20dc9cc27f1497b7e240a
+EBUILD xkbcomp-1.4.7.ebuild 473 BLAKE2B 6b8068b37e633e3a1d1fa8be563272854ab986ba732de33b0791a84c3e4c09bbbfb1e81626ce9500af10a5caa1d7e22331b606b3723ef681165e071e4bf460f1 SHA512 5676d50a30bcf5956f5a38862a35854ff5b3f7741a6c158f29bdea316c373ca8196b62862b3d2c1c48cb30ce9513c2503be6a4223939dd3c5e6cc84a7bbdf7b2
MISC metadata.xml 338 BLAKE2B 8610569f3536f5df1d6a844d74b3b70efdb0a15dc6f2bb1813dd65a05205f3a10eed4f6c59778d7d635bbc95762de82720213ce8a0b575d34536267358aacf57 SHA512 de4fae6cbd0e7ce80ec4df227f4a9c2b03f60c0a8edf05bce1c4e472f3147454ac55fff4505bfac6422b2991d683bdc19d0dab6756cff7b29fb564e4b6ffbf43
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild
new file mode 100644
index 000000000000..83035e09fc0b
--- /dev/null
+++ b/x11-apps/xkbcomp/xkbcomp-1.4.7.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="XKB keyboard description compiler"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
+
+RDEPEND="
+ >=x11-libs/libX11-1.6.9
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
+BDEPEND="app-alternatives/yacc"