summaryrefslogtreecommitdiff
path: root/x11-apps/oclock
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-09-01 19:24:10 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-09-01 19:24:10 +0100
commitb052fbf151106a4f47cac7fdf0ffff983decb773 (patch)
tree5d21279a4eeaf4076caee87654b610a0fe8a4051 /x11-apps/oclock
parentc3b55a6be7da027d97d8aef00ef88c3011121a42 (diff)
gentoo auto-resync : 01:09:2022 - 19:24:10
Diffstat (limited to 'x11-apps/oclock')
-rw-r--r--x11-apps/oclock/Manifest2
-rw-r--r--x11-apps/oclock/oclock-1.0.5.ebuild20
2 files changed, 22 insertions, 0 deletions
diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest
index e9c672e5358e..a09fd78e1727 100644
--- a/x11-apps/oclock/Manifest
+++ b/x11-apps/oclock/Manifest
@@ -1,3 +1,5 @@
DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d SHA512 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7
+DIST oclock-1.0.5.tar.xz 126404 BLAKE2B 50bb5e1db1b2d268f1937e4cf9452208c5c1c72d6deeb08ceb7a639b43f7754b643827f757c168c8d9c81a30576b44b11f571fe4f3ac37a99eda01ce1f07d5fb SHA512 a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff
EBUILD oclock-1.0.4.ebuild 369 BLAKE2B 5eb189f12b5c763910228b34a3d3b8889285575fbef9708d9257775bda35f289499c59d4ffd742505175c84a8e87fa9a8d1e4f698a92a7bcb41390c54e74ef49 SHA512 c0895a5212451aac1d3f408323033077edb3b02fd984a08ff54b7fa69ce4dce50ed37dbbe031bfd84a9ca56859661e14db8cbcaa1fb90c2b23c9594f1d48235b
+EBUILD oclock-1.0.5.ebuild 421 BLAKE2B 42837008b50bb35ff40f7d58ba53984d011897b85b2837865799b70978192e57ded67c8216980ad0abec0be1d2fe618fcfd89f051e3b426ae569ddd1e89fc6c8 SHA512 185ddf320a6728d45f233dc4380c25ee34cd3a1fd00931b4765ba51f6c5e03ee699f2e064e73eb9a488e3eea29d725df41aceb17c2aa08fbdc24eda9af388a8b
MISC metadata.xml 231 BLAKE2B 6373a9c04316f777f87754fbb7cbc856493138d32bdb05d1015946ebbb359c4b8adb9372554097833d5c9a20e00e32fa0a1c90995d9299dd2215a2cadcccbb73 SHA512 bf6ad5078a6775cd61d257939d41ec53d006124475da2949c55b4b3ac138ec85a88b9068c5920b1e781fadda963939b8f120f8864d82e10cf50e09cc8052a6dc
diff --git a/x11-apps/oclock/oclock-1.0.5.ebuild b/x11-apps/oclock/oclock-1.0.5.ebuild
new file mode 100644
index 000000000000..7f0f39bce887
--- /dev/null
+++ b/x11-apps/oclock/oclock-1.0.5.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+XORG_TARBALL_SUFFIX="xz"
+inherit xorg-3
+
+DESCRIPTION="round X clock"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
+
+RDEPEND="
+ x11-libs/libX11
+ x11-libs/libXext
+ x11-libs/libXmu
+ x11-libs/libXt
+ x11-libs/libxkbfile"
+DEPEND="${RDEPEND}
+ x11-base/xorg-proto"