diff options
Diffstat (limited to 'x11-apps/xclock')
-rw-r--r-- | x11-apps/xclock/Manifest | 4 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-1.0.8.ebuild | 19 | ||||
-rw-r--r-- | x11-apps/xclock/xclock-1.0.9.ebuild | 2 |
3 files changed, 2 insertions, 23 deletions
diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest index c95745a228dc..de9cb65de9a3 100644 --- a/x11-apps/xclock/Manifest +++ b/x11-apps/xclock/Manifest @@ -1,5 +1,3 @@ -DIST xclock-1.0.8.tar.bz2 172030 BLAKE2B aced446898a2cc181a0e57260841f194f67dc0fad42fdb6371e2bdd8d11dfb0418d9cbf4e3e51a4df21f2646c74ca5ee2887bfbbc62571cbc84b551f3793396f SHA512 1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646 DIST xclock-1.0.9.tar.bz2 175372 BLAKE2B 6e19535a357f1ed162de1ae5c403cfde6be03a3be6bebd8b338472473c8da71e00a3e6c52e7b43315735bc41345490a6dacf1b934458d4c11fec09072e2f9b00 SHA512 fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d -EBUILD xclock-1.0.8.ebuild 482 BLAKE2B 8a74e968a1f0b8862b8a60bde09d7722e2b294e4b9c86663e8db7b43117b069e45787c29c34c10a4970580b7261b6aa0cfbd192c032f6057d7955a41c4bb71f7 SHA512 735ca867e2e1ab76979264cf59595e29d8742b72c5b2447d18b427709abacb76d16af36b5407b2b52d82fd06ee5942ccb5451161c084e179064ade6a4f0512ce -EBUILD xclock-1.0.9.ebuild 514 BLAKE2B a4967984408eb917a9ab113053071ea68ba52206a75844489341afc344987e3d2b3fb15606902c13642e2987cb1075d2b182344b03de49f0557b80b42dc43b0b SHA512 d4dbc09ef16fdde35edb6aefc16859d9022a20dec72f4821c648fa6df05bd05cc386ebdff5510f013b3162487ffd147499c71bcc1c8f32245cf3cff29ca21183 +EBUILD xclock-1.0.9.ebuild 503 BLAKE2B 35e749d14372266c140ccafa1ee88a19267ce43f6d3165f4efaf757822072b4e90e7e15c49be63c71696f3b30004f9f4131402db51c4f8a46b0746829e02326a SHA512 0e6b4f414fdd6a140619be85cea547b959a2deb4c14ed0d490b700c69eeb522be7365c400f4350331f76fdcccb870d5951513ed505f15b1e8114c7f8dac70642 MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057 diff --git a/x11-apps/xclock/xclock-1.0.8.ebuild b/x11-apps/xclock/xclock-1.0.8.ebuild deleted file mode 100644 index 7635ebf90bb5..000000000000 --- a/x11-apps/xclock/xclock-1.0.8.ebuild +++ /dev/null @@ -1,19 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit xorg-3 - -DESCRIPTION="analog / digital clock for X" - -KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" -IUSE="" - -RDEPEND="x11-libs/libX11 - x11-libs/libXmu - x11-libs/libXrender - x11-libs/libXft - x11-libs/libxkbfile - x11-libs/libXaw" -DEPEND="${RDEPEND}" diff --git a/x11-apps/xclock/xclock-1.0.9.ebuild b/x11-apps/xclock/xclock-1.0.9.ebuild index fc3b9ac18cc5..6c4e1aac1fc6 100644 --- a/x11-apps/xclock/xclock-1.0.9.ebuild +++ b/x11-apps/xclock/xclock-1.0.9.ebuild @@ -7,7 +7,7 @@ inherit xorg-3 DESCRIPTION="analog / digital clock for X" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" +KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris" IUSE="" RDEPEND="x11-libs/libX11 |