diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-11-25 22:39:15 +0000 |
commit | d934827bf44b7cfcf6711964418148fa60877668 (patch) | |
tree | 0625f358789b5e015e49db139cc1dbc9be00428f /x11-apps/iceauth | |
parent | 2e34d110f164bf74d55fced27fe0000201b3eec5 (diff) |
gentoo resync : 25.11.2020
Diffstat (limited to 'x11-apps/iceauth')
-rw-r--r-- | x11-apps/iceauth/Manifest | 3 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.8-r1.ebuild | 2 | ||||
-rw-r--r-- | x11-apps/iceauth/iceauth-1.0.8.ebuild | 15 |
3 files changed, 2 insertions, 18 deletions
diff --git a/x11-apps/iceauth/Manifest b/x11-apps/iceauth/Manifest index 8a722165078e..956e13570ee3 100644 --- a/x11-apps/iceauth/Manifest +++ b/x11-apps/iceauth/Manifest @@ -1,4 +1,3 @@ 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 +EBUILD iceauth-1.0.8-r1.ebuild 400 BLAKE2B ce2f3231b52d01120f29b4661da30c803f0565e4c96a8229498bde11e9d2746911bdb3e525d70e5c5160d900f2ee3bf25512f64f928776b76736a4226e6a54fe SHA512 5a8159299c8c943f005173ab9d957f48348d633e3f83006eb42e41a3d3f1472ffec046255f33c421655833cd08e5d53a4974105e9811f301971c1ad470a21343 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 index 80f59e141a9f..efb1da932bdb 100644 --- a/x11-apps/iceauth/iceauth-1.0.8-r1.ebuild +++ b/x11-apps/iceauth/iceauth-1.0.8-r1.ebuild @@ -7,7 +7,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" +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} diff --git a/x11-apps/iceauth/iceauth-1.0.8.ebuild b/x11-apps/iceauth/iceauth-1.0.8.ebuild deleted file mode 100644 index f9e6715e7fac..000000000000 --- a/x11-apps/iceauth/iceauth-1.0.8.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# 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 arm64 hppa ~ia64 ~mips ppc ppc64 s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x86-solaris ~x86-winnt" -IUSE="" - -RDEPEND="x11-libs/libICE" -DEPEND="${RDEPEND} - x11-base/xorg-proto" |