summaryrefslogtreecommitdiff
path: root/x11-apps/iceauth
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
committerV3n3RiX <venerix@redcorelinux.org>2020-09-16 09:32:48 +0100
commit9ee6d97c2883d42f204a533a8bc1f4562df778fb (patch)
treeb690ddc0ca30f1472887edbb0b8313629bfcbbb2 /x11-apps/iceauth
parentb17a3ef12038de50228bade1f05502c74e135321 (diff)
gentoo resync : 16.09.2020
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r--x11-apps/iceauth/Manifest1
-rw-r--r--x11-apps/iceauth/iceauth-1.0.8-r1.ebuild14
2 files changed, 15 insertions, 0 deletions
diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index 51d0ad8c0beb..8a722165078e 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1,3 +1,4 @@
DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56 SHA512 9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1
+EBUILD iceauth-1.0.8-r1.ebuild 409 BLAKE2B eb3690343a1eff5418c1d835aa7c44fd0292ce14f51396dc338ea44b6654cabe5c351c7c9f70977687a5f7ac195d4e073e07c30dc41ec6391d11ef75fc1fba72 SHA512 d0afef446e88c7e6e077c07b0059999c851c1d0c16b7adb08cb89d82e1a10bd9c450247c9a8d44cf46c2fd8642347c2a35ab2889bb4f58bceedeb7b80c267d0f
EBUILD iceauth-1.0.8.ebuild 408 BLAKE2B 5e339e291fbb07a0b21c0ca60929bb7f842cc77b8ce2d8f0df68bf4978b561729fb15b670858d6f394259b9d26274b2c78114a380d22879b03aa60196db49ac1 SHA512 eab9ac01a7e3c6e6e4b98b56365b7d87769640b9a45cfa1e679b9e0b366c4b1a8dfec2efd22048a0922595a4d946ecade6a7b8111e55eb77de351bfe60c09d1d
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/iceauth/iceauth-1.0.8-r1.ebuild b/x11-apps/iceauth/iceauth-1.0.8-r1.ebuild
new file mode 100644
index 000000000000..80f59e141a9f
--- /dev/null
+++ b/x11-apps/iceauth/iceauth-1.0.8-r1.ebuild
@@ -0,0 +1,14 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit xorg-3
+
+DESCRIPTION="ICE authority file utility"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt"
+
+RDEPEND="x11-libs/libICE"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"