Gentoo Archives: gentoo-commits

From: Bernard Cafarelli <voyageur@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmclock/
Date: Tue, 05 Dec 2017 15:18:55
Message-Id: 1512486653.b5842c711de9e16c300f35e7116870702d8d02a4.voyageur@gentoo
1 commit: b5842c711de9e16c300f35e7116870702d8d02a4
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 14:38:06 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 15:10:53 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5842c71
7
8 x11-plugins/wmclock: update SRC_URI
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmclock/Manifest | 4 ++--
13 x11-plugins/wmclock/wmclock-1.0.16.ebuild | 7 +++++--
14 2 files changed, 7 insertions(+), 4 deletions(-)
15
16 diff --git a/x11-plugins/wmclock/Manifest b/x11-plugins/wmclock/Manifest
17 index 5109027f620..2ffe42ba893 100644
18 --- a/x11-plugins/wmclock/Manifest
19 +++ b/x11-plugins/wmclock/Manifest
20 @@ -1,2 +1,2 @@
21 -DIST wmclock-1.0.13.tar.gz 45740 SHA256 53a0166d565661d917743bfa3f77cb084e0d6c0ea369f81e17f4a6709e9e9e42 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c WHIRLPOOL ed8447ad66d62271aabdff08a81a5d5f5352ac3d6d79bfaa538df270cdec104d5bf26148c320ffcc83a38579abac411ed06fb880ad34b4b29d8ca0f70320162b
22 -DIST wmclock-1.0.16.tar.gz 37434 SHA256 85269486b48f6a3b6089aa495cb2dc255f71e989257ddcab47b7736604dbcbb5 SHA512 e27f7f89a7193852d4173b00f69cc319e781d083ec45935271878b729a280f5dfca3e4c3366342f3b40f29a5529b259095aab8e0af6043ae8c9dbd63a4f7f658 WHIRLPOOL e1f7cda9de19a0758928be8b7f068338e1d329d324d68c4b5edd57aea8f4c6009686d8b935a8fce8b48711f64b109d604eb0ac3e5d1597b0b0daa3b74c7b87e9
23 +DIST wmclock-1.0.13.tar.gz 45740 BLAKE2B ccc1c9f6fc49af57556dd5e44acba6ad8b89451525eaa9e8174a8dcf8e09e1941cf258df8b116291fa953e323b5668b508467faf66d027ec6ca9dd794be642e7 SHA512 b7d202798767705157a2a5199344f645aa44201d3a3b6b4eb7a6213ebb10074cea68554d8d4ff9862eabfa2a94e88e453d36c22c451de74e9cac656c4d8af63c
24 +DIST wmclock-1.0.16.tar.gz 35448 BLAKE2B 2a6ee148664b10850a31bb7f20f68b8f2d0c7e1e9d353f6823e9280b40ab7e43ebf1e824428e233d03608217a2cdb7f7463480530ca89d5bd7278ffeabf2de80 SHA512 1325a3a25d03a04e5321bf99bbd6ffac0e08f9f2a635425689458cf74219a9338d60d832143031639f75575dfc63fd307a15e651f90345887cf95de90cc8fbe0
25
26 diff --git a/x11-plugins/wmclock/wmclock-1.0.16.ebuild b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
27 index b96082aeb66..1a0619d748c 100644
28 --- a/x11-plugins/wmclock/wmclock-1.0.16.ebuild
29 +++ b/x11-plugins/wmclock/wmclock-1.0.16.ebuild
30 @@ -1,4 +1,4 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 +# Copyright 1999-2017 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34
35 EAPI=5
36 @@ -6,7 +6,7 @@ inherit autotools
37
38 DESCRIPTION="a dockapp that displays time and date (same style as NEXTSTEP(tm) OS)"
39 HOMEPAGE="http://www.dockapps.net/wmclock"
40 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
41 +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
42
43 LICENSE="GPL-2"
44 SLOT="0"
45 @@ -19,6 +19,9 @@ RDEPEND="x11-libs/libX11
46 DEPEND="${RDEPEND}
47 x11-proto/xproto"
48
49 +# Specific path for this version
50 +S=${WORKDIR}/dockapps-daaf3aa
51 +
52 src_prepare() {
53 eautoreconf
54 }