summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2018-03-05 11:22:17 -0800
committerMatt Turner <mattst88@gentoo.org>2018-03-05 11:25:43 -0800
commitce73010e4b9d809439d325259de72cf9159048ee (patch)
treefe945302961ab9154c1718634a9d6a0efb05898e /x11-apps
parentdev-ruby/axiom-types: add ruby24 (diff)
downloadgentoo-ce73010e4b9d809439d325259de72cf9159048ee.tar.gz
gentoo-ce73010e4b9d809439d325259de72cf9159048ee.tar.bz2
gentoo-ce73010e4b9d809439d325259de72cf9159048ee.zip
x11-apps/iceauth: Version bump to 1.0.8
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'x11-apps')
-rw-r--r--x11-apps/iceauth/Manifest1
-rw-r--r--x11-apps/iceauth/iceauth-1.0.8.ebuild15
2 files changed, 16 insertions, 0 deletions
diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest
index 850619d1b361..bf6ce8475cc8 100644
--- a/x11-apps/iceauth/Manifest
+++ b/x11-apps/iceauth/Manifest
@@ -1,2 +1,3 @@
DIST iceauth-1.0.6.tar.bz2 133531 BLAKE2B 23119747e42b1901c08bc1e10605ca49200bcfd497f7609ea0b4cbe4c18a9cfd4950fe425dfc9405272e3614f171560c2f158a9602f7724500ca7a8160fbd6e0 SHA512 45a89d9742570f837225313032a63d66e658c379e7f6b776836e5aeed17443b26faa48ff23645517bf32353fb346de13b62c61d43f1fb1b044686d9fd4c4578d
DIST iceauth-1.0.7.tar.bz2 135656 BLAKE2B 4a17fb2b7a1f2ac1604131c9a91c9c78c7c6e480573dcb68c06c5a300ab8474dcbf6782672c3147bf848a81e6bf20fb602375497cc141ed465d3aa5e59d68b8a SHA512 4fe08b3137904c99219456716879cbdf5b49ca9bf390011ffb44b1e896f9a6e008b5f761346a533e682f5cfbf18d18a859c74ad4268ec8d40002ffb79c33bcd7
+DIST iceauth-1.0.8.tar.bz2 137905 BLAKE2B 8fb2e29e5f4fee57e5c1f86eb78ce518519f04301e8aa81778e0de6589f62f32478a7cae05db831177f4425eb388f7b666f697314d5ab967ea3e2b6ac7b47d56 SHA512 9d4520adf951b16a3e784349dbb70d5d8176b74b956f8adc63abf55d049745c113b03ccfa60a281fc39b487db3742302dc6287c9985ce83a0157bf4674df2af1
diff --git a/x11-apps/iceauth/iceauth-1.0.8.ebuild b/x11-apps/iceauth/iceauth-1.0.8.ebuild
new file mode 100644
index 000000000000..91065bd578f1
--- /dev/null
+++ b/x11-apps/iceauth/iceauth-1.0.8.ebuild
@@ -0,0 +1,15 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="ICE authority file utility"
+
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt"
+IUSE=""
+
+RDEPEND="x11-libs/libICE"
+DEPEND="${RDEPEND}
+ x11-proto/xproto"