summaryrefslogtreecommitdiff
path: root/x11-apps/oclock
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-03-09 16:53:27 +0000
commit80208fb578cf92cc308906660ca6d7860c6b2a1f (patch)
tree6f06818031b553c506fc10dfe9908a835df288aa /x11-apps/oclock
parent06a7b5647e11a8ddf69b1c3d3ded6a8ba28b923e (diff)
gentoo resync : 09.03.2018
Diffstat (limited to 'x11-apps/oclock')
-rw-r--r--x11-apps/oclock/Manifest2
-rw-r--r--x11-apps/oclock/oclock-1.0.4.ebuild17
2 files changed, 19 insertions, 0 deletions
diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest
index 7d3aa7a46610..05c4d3c436df 100644
--- a/x11-apps/oclock/Manifest
+++ b/x11-apps/oclock/Manifest
@@ -1,3 +1,5 @@
DIST oclock-1.0.3.tar.bz2 122758 BLAKE2B 72bdadf7b3f63e856862e77735cb64a29ceae6000e89dec770de38474c01ec80afe03b05d329fbaf7bc1a3d186c70c57889c93f87c2b376119632400c2f68336 SHA512 438e92c3ce79c4147dac687c7310f86e0839bff975eed9f19a75c0979e4d26f782a53af930dedc7c42b1f9ad5a37e853e3f10da0ab63d30526c0a23152825a62
+DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d SHA512 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7
EBUILD oclock-1.0.3.ebuild 378 BLAKE2B ebee6243d946f57957e9d041bb5a1f7836ef5c5cde52296ca557d861543b821b0c305d1b497f582612e5663631e5e6b21c1b598f27603107a675310d0c954863 SHA512 0af6c397b9f3380a4413c704fdd895c71ab918d69c41ec224c9dfc9d46e677dae2bf0b31053e115022a5526c3e46f892c3ee09a1328516b4c2daf50a26399d07
+EBUILD oclock-1.0.4.ebuild 378 BLAKE2B 98094e87e495b0549b32d5573e2c5a471a418f29d81246b94c44b7df6d2ffa04082679c500c1fb1d1fec810a53e0c8925e1d2434e810b231d1abe0bf60ace8a4 SHA512 9c673e5f657065644bbaba835924d872ff926336f26e9fa3cdfa1b046774c188afe3342aff3647dda2066df2c68a51dd13a8fa6989c6141e3143fd1ea39c5707
MISC metadata.xml 230 BLAKE2B 70bf59e64305ef14908197f2aa7ffbc1769ade265097da68e001245451658af5921760c91cb74aae717543ea0017e2471fd94bfc5c4c447d2d60e2c23aa3b007 SHA512 d7a2643abd1904cc5ff4d91cbb6f1baeb7f75fd1db542c5e14f19412f4f0bd4b903f8e703a7662ba7482c79dac5529057760b6427599d35e0842755fd946e057
diff --git a/x11-apps/oclock/oclock-1.0.4.ebuild b/x11-apps/oclock/oclock-1.0.4.ebuild
new file mode 100644
index 000000000000..744673847fc2
--- /dev/null
+++ b/x11-apps/oclock/oclock-1.0.4.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit xorg-2
+
+DESCRIPTION="round X clock"
+
+KEYWORDS="alpha amd64 arm ~ia64 ~mips ppc ppc64 s390 sh sparc x86 ~amd64-linux ~x86-linux"
+IUSE=""
+RDEPEND="x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}"