summaryrefslogtreecommitdiff
path: root/x11-apps/iceauth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-06 22:33:41 +0100
commite68d405c5d712af4387159df07e226217bdda049 (patch)
tree009ab0f3d427f0813e62930d71802cb054c07e30 /x11-apps/iceauth
parent401101f9c8077911929d3f2b60a37098460a5d89 (diff)
gentoo resync : 06.04.2022
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r--x11-apps/iceauth/Manifest2
-rw-r--r--x11-apps/iceauth/iceauth-1.0.9.ebuild15
2 files changed, 17 insertions, 0 deletions
diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index dce2b77f4f3a..1afe519996b9 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1,3 +1,5 @@
DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56 SHA512 9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1
+DIST iceauth-1.0.9.tar.xz 130724 BLAKE2B 39848a28a289f38b43184bc579d8263509dc71bf78ed0a0282e8c22a9f5f468606308ca7785481ce7ff1b683d7854b15cbbadc6ff7c9d0c4d9ff4beef9598211 SHA512 16b2f58008587cf1544037ca8b1c76dbb75eb043b3048b3064e66ba6b147962233f1453c2cf18bfb136dd6dd21d3e27b5219e17e1ab7b81dbe93fb6aff801a72
EBUILD iceauth-1.0.8-r1.ebuild 403 BLAKE2B 677bf97945d3263c31c94f9a31e19c07221557186b8971f41a18f9ad1b153326bb478160e4db4de979655b78c6bdefef8b08101b7eeeb58ed8ea20a4a37ade1f SHA512 5d78923f8be6b93eaa6c9a04b3ec16bda340c10eec32ce7033bfe5e6a3b612f28fd5c30e71e3465060d27cce0f61bf5b6f3a7c15f145ac225d8116d2544889ae
+EBUILD iceauth-1.0.9.ebuild 436 BLAKE2B c8afccb77886e0636f08e453d86af007ecbf526a2274237d8338a3ebd048c956f590f5a452f4b70b7786a776fc5110c09dc0c835e0db3915403c9690bf864114 SHA512 48c40ad3856e76c91c9b88d77e64c1e14d5c755cde2bdd50cfa5293b7808e29baf2871da585040d4f76919bb19bd90f25be0bb0d89daa16d0009a7303c46a922
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
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"