summaryrefslogtreecommitdiff
path: root/x11-libs/libXdamage
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-12-05 03:04:53 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-12-05 03:04:53 +0000
commit94393d04ccce851b0084c650c99a2eca52f9d3bb (patch)
tree1da77141f18141b486ecd360d46c5988962c7653 /x11-libs/libXdamage
parentc4d92ab721dfc646b4a58429d965e9446294ce26 (diff)
gentoo auto-resync : 05:12:2022 - 03:04:53
Diffstat (limited to 'x11-libs/libXdamage')
-rw-r--r--x11-libs/libXdamage/Manifest2
-rw-r--r--x11-libs/libXdamage/libXdamage-1.1.6.ebuild16
2 files changed, 18 insertions, 0 deletions
diff --git a/x11-libs/libXdamage/Manifest b/x11-libs/libXdamage/Manifest
index 19f405b351eb..09122736f44f 100644
--- a/x11-libs/libXdamage/Manifest
+++ b/x11-libs/libXdamage/Manifest
@@ -1,3 +1,5 @@
DIST libXdamage-1.1.5.tar.bz2 303750 BLAKE2B 78cb593365cc842cbc6fcb4dec94aa28293c385ad7ecfef032117d19e98c7b3f252c53b79559096b1c0b259d24a59220e9af7fb60d55c55f4474a33d117958de SHA512 a3ca6cc33b1727f717a3e2aa5593f660508a81a47918a0aa949e9e8fba105e303fe5071983b48caac92feea0fe6e8e01620805e4d19b41f21f20d837b191c124
+DIST libXdamage-1.1.6.tar.xz 257532 BLAKE2B 9b9e21c180fa2ddfeb15e97edc1e7665de722f7fdf9997273fead3348df78b8eec610181d7fd2ef41af7305286285ccf57b56fe7859ebd863b9d8bc1321247c8 SHA512 624dcefa1c79064569df952892f7f1351dc19ad338ce73d1a57041e406cb3e18abe531bab352b93d1f0f5c9b5c6b2652cc84a8f1fbfcbba648343812695a8acb
EBUILD libXdamage-1.1.5.ebuild 516 BLAKE2B 52bd82b984cb5786c2632e8331d597a98e9b7195d2a2090775af7ca2a8ebaf01ab7bb378fb26aaa9f6b6862eed48fad700d4e08a8bf5fa8da1d9cc550d2a2245 SHA512 3163f4ddf0a08a53fd8a8d7fbe959c109f5f465ae5e1c319f44287737a082f6837be78e864cad43d25c4b223b5c4fa99c689cba46fcb65a4318f73e8a414d073
+EBUILD libXdamage-1.1.6.ebuild 538 BLAKE2B ab6fb26a4c7ec28db69d4d3706df0665440e8862292f1ea8e724eba2f434782b5a128f76def275e23b9ab42c8010d416d4f323d7e9a4677f9d64334c83379c15 SHA512 59d7ee03051d202a2c0f6e2e5aa6bae4a7eaf003196a6af127d11c76c818557c2c3f357d951372b2909c6162806441a2f7e38896f55342df6295601e01d55cd4
MISC metadata.xml 341 BLAKE2B b0dba30641b99c64904acd6ce23f90ac0618c3274fef812ac975f25a441ccbe75621f4f586666d6ed51a939f61165dd36381dc650b4ae39b7cc32c35940b20d8 SHA512 63d404d9b62a3b5f82511a4f472059e890f55a006b29a6f5de2b63d57e34c9619d31af94842f81effd35a664bbca4508e28d3db57dd05518a0e9db89511b2313
diff --git a/x11-libs/libXdamage/libXdamage-1.1.6.ebuild b/x11-libs/libXdamage/libXdamage-1.1.6.ebuild
new file mode 100644
index 000000000000..215c9bb3ae5e
--- /dev/null
+++ b/x11-libs/libXdamage/libXdamage-1.1.6.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_MULTILIB=yes
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="X.Org Xdamage library"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x64-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND=">=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}]"
+DEPEND="${RDEPEND}
+ >=x11-libs/libXfixes-5.0.1[${MULTILIB_USEDEP}]
+ x11-base/xorg-proto"