Gentoo Archives: gentoo-commits

From: Matt Turner <mattst88@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-apps/oclock/
Date: Wed, 31 Aug 2022 14:48:57
Message-Id: 1661957308.f6202eb44fa1a5b17c14213b2de785fd689255e8.mattst88@gentoo
1 commit: f6202eb44fa1a5b17c14213b2de785fd689255e8
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 31 03:58:11 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 31 14:48:28 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6202eb4
7
8 x11-apps/oclock: Version bump to 1.0.5
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/oclock/Manifest | 1 +
13 x11-apps/oclock/oclock-1.0.5.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/oclock/Manifest b/x11-apps/oclock/Manifest
17 index a4b83a77895b..4a6eca9a0d64 100644
18 --- a/x11-apps/oclock/Manifest
19 +++ b/x11-apps/oclock/Manifest
20 @@ -1 +1,2 @@
21 DIST oclock-1.0.4.tar.bz2 132835 BLAKE2B 8547aeb06ac33917d44f318ffaa38bd899b78176e4ecd0e4446706cdcb3fe30933b4a63cc465601268d8d868e90d498c0fc6a27f8c0feb304fb7ca1f44492d4d SHA512 6e0d36a84572a153226b2929f2253cb7adc3c9e5e3af168aeaf8c487ade2e43517b271a8e9cdb2a2c4a67ca56ed0b99c194ca63a4a822b68bfc72ca6518335e7
22 +DIST oclock-1.0.5.tar.xz 126404 BLAKE2B 50bb5e1db1b2d268f1937e4cf9452208c5c1c72d6deeb08ceb7a639b43f7754b643827f757c168c8d9c81a30576b44b11f571fe4f3ac37a99eda01ce1f07d5fb SHA512 a87e89afdb25a91c36077e030b05c3907ddc063c6bdc0715a01bfc16edef8730b3b5a0347399ef4c8b2a13e70e068cba9ec5fe8d411f08548c0aa790a1873aff
23
24 diff --git a/x11-apps/oclock/oclock-1.0.5.ebuild b/x11-apps/oclock/oclock-1.0.5.ebuild
25 new file mode 100644
26 index 000000000000..7f0f39bce887
27 --- /dev/null
28 +++ b/x11-apps/oclock/oclock-1.0.5.ebuild
29 @@ -0,0 +1,20 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +
35 +XORG_TARBALL_SUFFIX="xz"
36 +inherit xorg-3
37 +
38 +DESCRIPTION="round X clock"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux"
41 +
42 +RDEPEND="
43 + x11-libs/libX11
44 + x11-libs/libXext
45 + x11-libs/libXmu
46 + x11-libs/libXt
47 + x11-libs/libxkbfile"
48 +DEPEND="${RDEPEND}
49 + x11-base/xorg-proto"