summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-03-22 19:00:48 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-03-22 19:00:48 +0000
commit7fe6984499f95d52b3c32af6ab771aa8f08c2dd4 (patch)
tree54d67e6967899567ec7c52e0fd45265342c2e29f /x11-apps
parenta9715695537fe2582eaabd4a0d2cbe2322c01735 (diff)
gentoo auto-resync : 22:03:2024 - 19:00:48
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin13844 -> 13841 bytes
-rw-r--r--x11-apps/xkbcomp/Manifest2
-rw-r--r--x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild17
3 files changed, 0 insertions, 19 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index 9ad20a2dc54f..7fe79b924299 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xkbcomp/Manifest b/x11-apps/xkbcomp/Manifest
index 55decda3e144..66d87acb1759 100644
--- a/x11-apps/xkbcomp/Manifest
+++ b/x11-apps/xkbcomp/Manifest
@@ -1,5 +1,3 @@
-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 465 BLAKE2B 3a540368b2f5014d7efd806e9b1a729d952d96f8924ade51aeaee707125ebb80cfaad9f7806cce410d75d63a728aa5ccd58b74f1790b51dab930d0c138ec2d21 SHA512 2270b7eaf630970c4c53caed805d53927aa24c9716df997c54d7c6aeb60df768e78215dff98ccbef32cb8e3213839915bd50d6ffe3e20dc9cc27f1497b7e240a
MISC metadata.xml 338 BLAKE2B 8610569f3536f5df1d6a844d74b3b70efdb0a15dc6f2bb1813dd65a05205f3a10eed4f6c59778d7d635bbc95762de82720213ce8a0b575d34536267358aacf57 SHA512 de4fae6cbd0e7ce80ec4df227f4a9c2b03f60c0a8edf05bce1c4e472f3147454ac55fff4505bfac6422b2991d683bdc19d0dab6756cff7b29fb564e4b6ffbf43
diff --git a/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild b/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild
deleted file mode 100644
index 8fb422e58226..000000000000
--- a/x11-apps/xkbcomp/xkbcomp-1.4.6.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# 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"