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/xclock/
Date: Mon, 04 Apr 2022 02:34:31
Message-Id: 1649039638.12f793825685a3e7a59afc5d3a59f8166d9d70d1.mattst88@gentoo
1 commit: 12f793825685a3e7a59afc5d3a59f8166d9d70d1
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 4 02:25:45 2022 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 4 02:33:58 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12f79382
7
8 x11-apps/xclock: Version bump to 1.1.0
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xclock/Manifest | 1 +
13 x11-apps/xclock/xclock-1.1.0.ebuild | 20 ++++++++++++++++++++
14 2 files changed, 21 insertions(+)
15
16 diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest
17 index 2cd66029966f..bcdeb455a340 100644
18 --- a/x11-apps/xclock/Manifest
19 +++ b/x11-apps/xclock/Manifest
20 @@ -1 +1,2 @@
21 DIST xclock-1.0.9.tar.bz2 175372 BLAKE2B 6e19535a357f1ed162de1ae5c403cfde6be03a3be6bebd8b338472473c8da71e00a3e6c52e7b43315735bc41345490a6dacf1b934458d4c11fec09072e2f9b00 SHA512 fcbac0b4ab1cea4ae0751ce1c0c6302048e5d98d459873c7580e4ca786ec49fa27f73e5831bdfe135abb5cfeabe886456276e9d01351ea7905c606f40f84522d
22 +DIST xclock-1.1.0.tar.xz 158984 BLAKE2B 26f39053decd25d481db90f8d2d9e854a4d66170d414de6232e48359c57f1865a581740f34419c8ad986e10c6dbe4aea921d4760c9eb33ca6345255552eca3fe SHA512 9456ed43cb8afce4a1f1c4edcb87bfb86f61fb54d1892f26812ed10662c9b8f8c28854934ce4eb981090d500fec0f295ba96df9867dd1685dc5f31202729a1a0
23
24 diff --git a/x11-apps/xclock/xclock-1.1.0.ebuild b/x11-apps/xclock/xclock-1.1.0.ebuild
25 new file mode 100644
26 index 000000000000..7034dfd5e4fe
27 --- /dev/null
28 +++ b/x11-apps/xclock/xclock-1.1.0.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="analog / digital clock for X"
39 +
40 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
41 +
42 +RDEPEND="x11-libs/libX11
43 + x11-libs/libXmu
44 + x11-libs/libXrender
45 + x11-libs/libXft
46 + x11-libs/libxkbfile
47 + x11-libs/libXaw"
48 +DEPEND="${RDEPEND}
49 + x11-base/xorg-proto"