summaryrefslogtreecommitdiff
path: root/x11-apps
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-07-11 07:29:23 +0100
commitfbe1e64cf651fcf73e25d2d3115003bf59e231cd (patch)
tree5077c9b46dc8e389d2fc7dc7c77c819425e6203b /x11-apps
parentb46b9834b3fbf80b22ccc12e95f660512cd0fa75 (diff)
gentoo auto-resync : 11:07:2022 - 07:29:23
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/Manifest.gzbin14358 -> 14375 bytes
-rw-r--r--x11-apps/xclipboard/Manifest2
-rw-r--r--x11-apps/xclipboard/xclipboard-1.1.4.ebuild20
-rw-r--r--x11-apps/xcmsdb/Manifest2
-rw-r--r--x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild14
-rw-r--r--x11-apps/xconsole/Manifest2
-rw-r--r--x11-apps/xconsole/xconsole-1.0.8.ebuild19
-rw-r--r--x11-apps/xfontsel/Manifest2
-rw-r--r--x11-apps/xfontsel/xfontsel-1.1.0.ebuild19
-rw-r--r--x11-apps/xmodmap/Manifest2
-rw-r--r--x11-apps/xmodmap/xmodmap-1.0.11.ebuild15
-rw-r--r--x11-apps/xpr/Manifest2
-rw-r--r--x11-apps/xpr/xpr-1.1.0.ebuild16
-rw-r--r--x11-apps/xwud/Manifest2
-rw-r--r--x11-apps/xwud/xwud-1.0.6.ebuild15
15 files changed, 132 insertions, 0 deletions
diff --git a/x11-apps/Manifest.gz b/x11-apps/Manifest.gz
index a3784a95beb2..22a47a57f493 100644
--- a/x11-apps/Manifest.gz
+++ b/x11-apps/Manifest.gz
Binary files differ
diff --git a/x11-apps/xclipboard/Manifest b/x11-apps/xclipboard/Manifest
index 12b66415ba8d..d5dc9dc50c7a 100644
--- a/x11-apps/xclipboard/Manifest
+++ b/x11-apps/xclipboard/Manifest
@@ -1,3 +1,5 @@
DIST xclipboard-1.1.3.tar.bz2 132406 BLAKE2B 5e2e77a297c32884cadc4bf6e4503a958218b11083c747a575bb05dd8218fd0759edcab5c8d12055f5b0a1875e8a2cfb6b2062795580358521b619ecca8d70d8 SHA512 84a51d11851756422eb23e67b2721d2bcb2ac248fa32c0837423b6169144dff76717c22611ad3c93633e09a44dc70c847a2470d3988eff0b24d77e252a4e147e
+DIST xclipboard-1.1.4.tar.xz 128912 BLAKE2B f90906d3abb2de0915113d651d5bd4c4cf2a75c4b15c681a7609cd9aa46ce9d3157cdfa5f60ad76ce6a56396d51ae726645b1b43d53125161f362cc3520b6a66 SHA512 efa7800e0c4fb0242362c4263d80182d591bded07d1064a36b157b6202b15b0c82f083658ced2b82392eca905fb57c04a537d67e75c1237a1667ed2ce0cb09fe
EBUILD xclipboard-1.1.3.ebuild 374 BLAKE2B 6e40ffedc8a81c49ce8953941548802716fdc79953f5fb76cdc434183d8fabb1652e680ac28d5aa307b0a482d302dff85be5cd86f1358b530452dab805a69236 SHA512 29687d418e81b54e582f6ed87d7595bf92f841bc917447d597f7d540e163191a0069cce24aa84b8b342c0f51223a18f8d747eef87abb35e7a12bb4a52d1053bc
+EBUILD xclipboard-1.1.4.ebuild 426 BLAKE2B 46a561e7bba9d8dcd9b63bc222fd79118a671fcd8353a8edf336600a26b04c95bb2843fe0712cd72d128ba8fa516d34788459f25252687851dd5741879967c0d SHA512 b918462d76833da704ed10688047c7096bd35fbf6eb7bd0dfed4027e58ab0df29090885a82c482530d48563e952bd088814f2eab1bf849f1e404c951cc5caa5e
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xclipboard/xclipboard-1.1.4.ebuild b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
new file mode 100644
index 000000000000..81b3a6199fee
--- /dev/null
+++ b/x11-apps/xclipboard/xclipboard-1.1.4.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="interchange between cut buffer and selection"
+
+KEYWORDS="~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libxkbfile
+ x11-libs/libXmu
+ >=x11-libs/libXt-1.1
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xcmsdb/Manifest b/x11-apps/xcmsdb/Manifest
index 41163697cd46..0e95b309b251 100644
--- a/x11-apps/xcmsdb/Manifest
+++ b/x11-apps/xcmsdb/Manifest
@@ -1,3 +1,5 @@
DIST xcmsdb-1.0.5.tar.bz2 145419 BLAKE2B 41269ca270e4b11838f54669900a074dfbbc7339af84db8638498e220eb7abac2fe055ca003dba326babf368d26137eabc0f0bae9f69233d9c91f7e727c3ba30 SHA512 e47bfce87d7531e7809c300e01120c3e8d6001130d9a6c9f6de5bc19651d8712d273a6f54452223bd8c4bff4612b5ecae8db45eddb022da945ed6e14c9c84ae4
+DIST xcmsdb-1.0.6.tar.xz 136708 BLAKE2B 847a29251d781cf616a7b74abb9130da08d2dd56d42db61923c9e82848bff12ff7c5f8ba3c9635b2a572116bb19ce0637432ea9c6fdaf5b76d7f7ae8e176be64 SHA512 e47d9498ce496effbc44a66e70af91d9fe65c344a17916fd4990a4c84fa8879aa09b6695aeb6ef595f475c16a13c7c31d4c48449234564de7de38d7436764fae
EBUILD xcmsdb-1.0.5-r1.ebuild 364 BLAKE2B a7567526578b0c7e2476ed93af48df0960622b4c3c9e8dc7a3d08cd4da1ca03e6a1e2475926a5bd06ca5ac20e47fb41ab23af28928a4ffa7683ca83dee0aab6f SHA512 4ecb316d2dfac00c201b31606ed7fb17207fab7201cb951027178f847a1d095bbeb252ee1025a38b42de57992bc4393be5c67a7bae4ea2496031bd75a0f20b2f
+EBUILD xcmsdb-1.0.6.ebuild 396 BLAKE2B 54bc1ae72e6d415efa8a6bf07d22480b56804c3c2e44b8d4b7d48db6b694a1d89af5d16c1424f396169c00e20747fe96d308a3ca20aa40014950418aa130fe1e SHA512 42aab51691d20865bc810c8817bca8c849a90dbe7a7bb6715a51daf98cf9228519415d5a963d2e45e31767a49f29f1d43ce98749195483bd21399d094d638cff
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild b/x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild
new file mode 100644
index 000000000000..bab254e72f70
--- /dev/null
+++ b/x11-apps/xcmsdb/xcmsdb-1.0.6.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="Device Color Characterization utility for X Color Management System"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xconsole/Manifest b/x11-apps/xconsole/Manifest
index ceb4c8f21b5c..30015ba75bae 100644
--- a/x11-apps/xconsole/Manifest
+++ b/x11-apps/xconsole/Manifest
@@ -1,3 +1,5 @@
DIST xconsole-1.0.7.tar.bz2 134832 BLAKE2B 20f9729d0aad2aceb1c7197b2ae45f65088dc39fb5980eb41a39935fb180ee7181c560ef180b0413b28adf36882a13fbdbd454d8b6dbb0cc06f69632f903b546 SHA512 89f391058ea99904587bd1dac9e31fa3ff06cf63b899abe6c06e4897bbc9919500dd4773873b1a452de4f54cc6999bd496022b6d8df9d4147804448abbdca2f9
+DIST xconsole-1.0.8.tar.xz 129336 BLAKE2B 3c00072944594b02d5cbc88e8243198502a1a418e4f0c3e86badf659a62bada126323af1b21517368fd6a6204397714cb8769b7a1702fe9b8d884c057cc429ee SHA512 93fd8527abed4faaf0f6a3804ab08dbcb926b0aaf67fd814c003b6b1102e2f643be5362a020c7028ae928925ffd423df6eb456d4ed48cf30a4c5f00a7ce648fa
EBUILD xconsole-1.0.7.ebuild 371 BLAKE2B 5909ea5f555dcee4736c71fabda1a34ec3a93b16e1a7aad111371eae8dbcde98474f465323d6dd5c031526a3dc30f240438c9b27a9281750be8af3dbe7c83cb3 SHA512 6b4fd7597cd7ba96439d6fc2edc1775135eb8779089221c9914f91d5ff08df4d9d89de1ea709561d8b71af7dda8f2ed941a6c25825d63e443eff826986e58dba
+EBUILD xconsole-1.0.8.ebuild 426 BLAKE2B 28d53085f9bff98aad080a3b71506f5b5cbb8026ce08ac9acc72e2a9717324102c7df02c9c0f22576c86b253906cf179aa5675e1493e1d96efed29bfa29885d5 SHA512 24026bb6ea6bc774e687d2990e82d197498b4115d80e1f36d239c2d83dabfcdc1fdbf2a346a75fbd82366402bfbce68bed724162b7a1f3eb9b287310515c84fb
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xconsole/xconsole-1.0.8.ebuild b/x11-apps/xconsole/xconsole-1.0.8.ebuild
new file mode 100644
index 000000000000..50e7b833e274
--- /dev/null
+++ b/x11-apps/xconsole/xconsole-1.0.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="monitor system console messages with X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xfontsel/Manifest b/x11-apps/xfontsel/Manifest
index c74b32697321..6dc10305390a 100644
--- a/x11-apps/xfontsel/Manifest
+++ b/x11-apps/xfontsel/Manifest
@@ -1,3 +1,5 @@
DIST xfontsel-1.0.6.tar.bz2 146469 BLAKE2B 9773430e51e63d23086403f91fd78f6ed2e7f3abf144fda5bba171d05145026d233474e9d055b31bd498a861994c4f59af52a8101fc1e10b891ea879cb2f0bb9 SHA512 2f6bc51549a302404cdaf9a5a825add383953fcbb2a0c7076691cefd4dd7e4a3c772c047be74101c8486f75d03ce0bd3e65ede14e91732cf2a932810441c9099
+DIST xfontsel-1.1.0.tar.xz 139560 BLAKE2B e4cb8f25b64e1feb68cdf7ae7982c8e8e6086fb6ad31019b115986220cd9f347edbe738d8d43d0650fd783ef96d2e93a247e462611b0fb33a3aa0a6dc2d2529e SHA512 be67d223668431c9b5dd2ef74032d2f087be5f8f0ccc427bc7ee43e7ce42214edddb07d8c3d6d6de93ea35314392d384f1ab1ae5c48b2cfbce418610e3945a52
EBUILD xfontsel-1.0.6.ebuild 401 BLAKE2B ba8740496a607caa61135c5f6dab8ac592570c3a459eb62bd95e3193c000bcf8697720975e838926d9e00cc4ee3a45c6b6759424f931e7a654ee907bf69a3099 SHA512 1651e4ec5a34d950811a3bf9c9374b4b7be45324d6f6efd4d00eae96be44ef8a613fc69082a4d7c70152f38465dec48683e08f0e2fa01f1f1c04e1da16cbd919
+EBUILD xfontsel-1.1.0.ebuild 453 BLAKE2B f3b6e06d089cb0140c57e54fbd443fc7bf0b740f3e5fe28604219701005abaf7ad232274e0552136c334c5357085d32e87ed2c5a5d440766873ffef4f2fe0d31 SHA512 abc54849fc3bd9ce1a4924af91c01c0bd299f70ebee1cba4f0f94b86f154cf4844a202047fc4f864c2285a2b40787e3b36079f39e83c1512426c8fda0e2751eb
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xfontsel/xfontsel-1.1.0.ebuild b/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
new file mode 100644
index 000000000000..af4791bf525b
--- /dev/null
+++ b/x11-apps/xfontsel/xfontsel-1.1.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="point and click selection of X11 font names"
+
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
+
+RDEPEND="
+ x11-libs/libXaw
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xmodmap/Manifest b/x11-apps/xmodmap/Manifest
index 891c1dbc3df8..92e174e14c59 100644
--- a/x11-apps/xmodmap/Manifest
+++ b/x11-apps/xmodmap/Manifest
@@ -1,3 +1,5 @@
DIST xmodmap-1.0.10.tar.bz2 145489 BLAKE2B 503e72882a1d6d5c916cb60b898156adbdccc3e90bda85b161ac7a57ee607605331be73bd779603cfab1013d065e28f3165cce2ef50d71579330ab0361078a22 SHA512 324c7dcef843186088f16b3bc47485eb3c9b4331e56ce43b692deb4bb3d4f4f27512480e91a379cceac8383df920dc5e37cd825246b50b6343291cec48134c04
+DIST xmodmap-1.0.11.tar.xz 139532 BLAKE2B d50611e762b665b18c370ea49d981d7820f16e2e10450bbb2ebc76c867a3a4e75d68e7dacfb9e610849770afa95f4d757863953217aac8e13509b386bdb8131d SHA512 a78f916f048d2017f079733becc99232c087c360ece61ec6c4fa4b5b130b96a1b10c4ce1b64a15bdcab7ea05de3c7f16035503d5be6f8ce1a7612ce71d558510
EBUILD xmodmap-1.0.10.ebuild 419 BLAKE2B 67b1ed4c7376fdc1ea97831987bdfa2d2836fd03a78aceede1071a843a202a802dfdd72ceb50bf1c889ee119952c7ebd9b90c38c58267ae92a139b0dcbfdf8e8 SHA512 301c12a54574befc3245365955bb02c7eabf6978c1912c80ccd6bb2bf933f9f76d2019c189fb9643979fb2f7caa6005c246c72d60dbca2fad80a42e2ebf89048
+EBUILD xmodmap-1.0.11.ebuild 464 BLAKE2B 3fa60e2468bddeff074ec64176a9291d725c28638baf599a224aaf7817326a3935f96570084bc6f212a0a8ca129d53ada65ad597be5e46fc4244c23e094ee2a1 SHA512 e1e1ea2acce1fbdc422d67081e2ea36b5ac44728ff082803c6973a530c75fb60b11e1eded400d9bd6979624efced53bdfa3fa749dd9f4aecce128463e7c2aa12
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xmodmap/xmodmap-1.0.11.ebuild b/x11-apps/xmodmap/xmodmap-1.0.11.ebuild
new file mode 100644
index 000000000000..fecaca0bd58d
--- /dev/null
+++ b/x11-apps/xmodmap/xmodmap-1.0.11.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="utility for modifying keymaps and pointer button mappings in X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xpr/Manifest b/x11-apps/xpr/Manifest
index 0c5afd8c229f..7ac187f15bb0 100644
--- a/x11-apps/xpr/Manifest
+++ b/x11-apps/xpr/Manifest
@@ -1,3 +1,5 @@
DIST xpr-1.0.5.tar.bz2 150714 BLAKE2B 89d20134a3a9a12e319d343ae20c3aac71d1d2d2cbbffe1ff71375211efb3a4b22c2d99099fb1621fba838778702cca8c088181218c5d2c5fcb6af706d23b359 SHA512 d5dfb936ec4ad0067d02654dec8e862fe337ff6a2c2f974b2b3a612a829c2e728a0d51e7aba00ed2a94dc96dc50cc69f2c59f522e0635013f5f4f5bb3f4ab967
+DIST xpr-1.1.0.tar.xz 140244 BLAKE2B b3525415b18615abe489466965fa414ee343d0ea2ebbad4e75e943a0e19fc29cb2a2cce4fde07c345d84f2c53eeb47c0162719d7322a93ddacfa80452153f45b SHA512 53eb896cf1844036a13b1018ffcecbc6a0a56eebe0d7cb6331dbe691207498d2c41f3791655b7fc081acfef2ed9904987f363b710bf0eeff6c8d33f819a951cb
EBUILD xpr-1.0.5-r1.ebuild 337 BLAKE2B 79b9ee3cd7fbd51e01ada31a92e5fc9ace1bb404d67db3b977913422484a0d4b54a0cd79294527ecaa32c3a407581cdf2e87e681ce7022881c53b4fe7c5450a4 SHA512 385345d803a59c5fa6c7429b0c196b9cc981cd591c8095e260a3e216e506da2db2dc1a8c236a76928ebd144e61c1ab331e8a019e9ac4c314a5a44d9cabe898eb
+EBUILD xpr-1.1.0.ebuild 369 BLAKE2B beb98ece576a4d8462e4c770b93e89b323f00ccaa1358d133f1cc077e50b0426e8147223c34d73198f44e84f69ae11bec2c2441b49f71dd69fec4e42af114dc0 SHA512 78c099606ac574da999283656095215ed0c66148293f5e05cb3b0fbf43d6407cb8ce07c45bf4bd67e867fe46a00550a6a913b819284a22a1e1c3eba4bfdea751
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xpr/xpr-1.1.0.ebuild b/x11-apps/xpr/xpr-1.1.0.ebuild
new file mode 100644
index 000000000000..ca37c48d598a
--- /dev/null
+++ b/x11-apps/xpr/xpr-1.1.0.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org xpr application"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXmu"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"
diff --git a/x11-apps/xwud/Manifest b/x11-apps/xwud/Manifest
index 88232e32b8cd..9fa370127f21 100644
--- a/x11-apps/xwud/Manifest
+++ b/x11-apps/xwud/Manifest
@@ -1,3 +1,5 @@
DIST xwud-1.0.5.tar.bz2 133376 BLAKE2B 27ce8251ae2a2a87393655e1824121dd54f75839a8066405299e9052bf2c55c6946cd686f285dca1d7339029d8ca8b94e4adb3efb485b42bd347db212b12858d SHA512 27a0ce7481978ae6cd94b0d94374af72185e270d68f2496620e148bb00945427c4827138d9efc48745e6382e3da3390ed0cdff7dbd02dcf9706e8ecccae97184
+DIST xwud-1.0.6.tar.xz 126696 BLAKE2B cd272963c7edc71d4d4a0863dacf39a3432f1b344fe90e698d167df1394b7d5f00e3481eaa97fa47d9dd4e18778193b15879fec73746517a4a6ac69b098c1ec3 SHA512 a7b964d9ef13e4726b2ef84dcc1040cdf510c8031c3e6e1dc1c711e65d9e56f1fc5921a7af3dbbd898b861c79e9da6242da23c2e73816e39152ae719052293e9
EBUILD xwud-1.0.5-r1.ebuild 319 BLAKE2B 718d8d9bb40a81cb4f0a0e95d84e2a8ea2c6fe168c2cca9c32d33532ffcd48fa8f34418b69bd222f3d963908e15ff03f135e3f1627cac071f6a4a0b7556c5d9b SHA512 5a6728e1c179e1ff41535f26f530b300ae67b43bd56266dd1576d17ff1b18fc874aa2e3060827b4fe13ef283a29416cac41ec2b2244d88056a8fd6ddfcfce3a2
+EBUILD xwud-1.0.6.ebuild 351 BLAKE2B 76c8468fde9ab86f26a7ad9ea69bb3ecf15b3058ccf02b0b94249a73bdef5968893466749e0fe1ab2ccff340a5f1151eef458ba276aa2e7c7b17423a9c2d3725 SHA512 a080d21fdd46e17d95ddf614585b89e0eaa410c320b7fff98f31cae56eb8b892510c507b6bb1916506da1f455a15d66b15ddfc2e55a1eba81bae9ef8eaecc9e0
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/xwud/xwud-1.0.6.ebuild b/x11-apps/xwud/xwud-1.0.6.ebuild
new file mode 100644
index 000000000000..ad59e9402ee0
--- /dev/null
+++ b/x11-apps/xwud/xwud-1.0.6.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="image displayer for X"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"