commit: 42735b98066859590a1380ead8abb0c5138f543f
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 2 03:50:38 2021 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Mon Aug 2 04:10:14 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42735b98
x11-apps/xwd: Version bump to 1.0.8
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
x11-apps/xwd/Manifest | 1 +
x11-apps/xwd/xwd-1.0.8.ebuild | 16 ++++++++++++++++
2 files changed, 17 insertions(+)
diff --git a/x11-apps/xwd/Manifest b/x11-apps/xwd/Manifest
index 3b9495433f8..1c123fffd0e 100644
--- a/x11-apps/xwd/Manifest
+++ b/x11-apps/xwd/Manifest
@@ -1 +1,2 @@
DIST xwd-1.0.7.tar.bz2 148026 BLAKE2B
9088105a07db38418352cccafaee4ecc084940e031416358291e6b5a6f47b2c8972928f0eb3479db4ff93b3a54a24ea4231f4d8196464f14ac4d7a1b5bb7ecce
SHA512
6fdb0a115ae505169bbc7fcc45580daf26bced2e26e0bf9a877636016038931a8386e8edcbe015f4024be508d0461906adef4834cf22a445e3c282f0b8fad17e
+DIST xwd-1.0.8.tar.bz2 151153 BLAKE2B
9db972c3f484abde7f6925da6b9e567548e9ceab8f3484ca8f5649e1505ef72652d03f738b2e2edd3179a9561b9dca76bf13d26b025523d22f9f2d98ebf1b8c7
SHA512
d2aaf42c60d20c4b09f4947d3702058dbfad4633b2c5c8ea62e8897fc9ced1ab3417ce99255a223286d21a731f543019470737e3074f1bc68033b4eb47bc773e
diff --git a/x11-apps/xwd/xwd-1.0.8.ebuild b/x11-apps/xwd/xwd-1.0.8.ebuild
new file mode 100644
index 00000000000..116dcac06fb
--- /dev/null
+++ b/x11-apps/xwd/xwd-1.0.8.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="dump an image of an X window"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc
~x86"
+
+RDEPEND="x11-libs/libX11"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto
+ x11-libs/libXt
+ x11-libs/libxkbfile"