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: Thu, 28 Feb 2019 05:47:53
Message-Id: 1551332686.ac422da22c26282ee0671916d5244696f3c35524.mattst88@gentoo
1 commit: ac422da22c26282ee0671916d5244696f3c35524
2 Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 28 05:24:28 2019 +0000
4 Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 28 05:44:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ac422da2
7
8 x11-apps/xclock: Version bump to 1.0.8
9
10 Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
11
12 x11-apps/xclock/Manifest | 1 +
13 x11-apps/xclock/xclock-1.0.8.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/x11-apps/xclock/Manifest b/x11-apps/xclock/Manifest
17 index 276396227a9..1b562004d67 100644
18 --- a/x11-apps/xclock/Manifest
19 +++ b/x11-apps/xclock/Manifest
20 @@ -1 +1,2 @@
21 DIST xclock-1.0.7.tar.bz2 164035 BLAKE2B d52db001d577b8eb9208ada8e77784ab2a5916551216dae7e71a51381105915778c90124f35dcc83553e332cb6c6435c00041ae8dd0d2033fd70b69435ee677f SHA512 56689bdae6c83e9e1da5c4c48cf1136ca8b4f45b177f27bc1deeb24758e2c180035b639e8df72e3ebf32dc301bceb59118309fcce2ffab54e5abe9bfa645e607
22 +DIST xclock-1.0.8.tar.bz2 172030 BLAKE2B aced446898a2cc181a0e57260841f194f67dc0fad42fdb6371e2bdd8d11dfb0418d9cbf4e3e51a4df21f2646c74ca5ee2887bfbbc62571cbc84b551f3793396f SHA512 1272221ace3657505bae1b22f181e9ecbf1710900c89a860c8ceae47ae31ca5e75b6557c37dc0a881a0a24c9597b9a07f46200926feb1013f1e2e995111a7646
23
24 diff --git a/x11-apps/xclock/xclock-1.0.8.ebuild b/x11-apps/xclock/xclock-1.0.8.ebuild
25 new file mode 100644
26 index 00000000000..85c863c07f9
27 --- /dev/null
28 +++ b/x11-apps/xclock/xclock-1.0.8.ebuild
29 @@ -0,0 +1,19 @@
30 +# Copyright 1999-2019 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=7
34 +
35 +inherit xorg-3
36 +
37 +DESCRIPTION="analog / digital clock for X"
38 +
39 +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"
40 +IUSE=""
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}"