summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-04-03 19:19:08 -0700
committerMatt Turner <mattst88@gentoo.org>2022-04-03 19:33:58 -0700
commitab2558b046216c08e2f1fa83aa339eca97a19958 (patch)
treecf1752bc838b497e838926020b2e31b7f121522f /x11-apps/iceauth
parentx11-apps/editres: Version bump to 1.0.8 (diff)
downloadgentoo-ab2558b046216c08e2f1fa83aa339eca97a19958.tar.gz
gentoo-ab2558b046216c08e2f1fa83aa339eca97a19958.tar.bz2
gentoo-ab2558b046216c08e2f1fa83aa339eca97a19958.zip
x11-apps/iceauth: Version bump to 1.0.9
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r--x11-apps/iceauth/Manifest1
-rw-r--r--x11-apps/iceauth/iceauth-1.0.9.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index e49dd4b3283a..bfd90c581200 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1 +1,2 @@
DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56 SHA512 9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1
+DIST iceauth-1.0.9.tar.xz 130724 BLAKE2B 39848a28a289f38b43184bc579d8263509dc71bf78ed0a0282e8c22a9f5f468606308ca7785481ce7ff1b683d7854b15cbbadc6ff7c9d0c4d9ff4beef9598211 SHA512 16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72
diff --git a/x11-apps/iceauth/iceauth-1.0.9.ebuild b/x11-apps/iceauth/iceauth-1.0.9.ebuild
new file mode 100644
index 000000000000..ee294d38346b
--- /dev/null
+++ b/x11-apps/iceauth/iceauth-1.0.9.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="ICE authority file utility"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="x11-libs/libICE"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"