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/wmget/
Date: Tue, 05 Dec 2017 15:18:57
Message-Id: 1512486654.5cb15cffa5c5266b19ef149a55587eed0bf24ecb.voyageur@gentoo
1 commit: 5cb15cffa5c5266b19ef149a55587eed0bf24ecb
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 5 14:51:49 2017 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 5 15:10:54 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb15cff
7
8 x11-plugins/wmget: update SRC_URI
9
10 Package-Manager: Portage-2.3.16, Repoman-2.3.6
11
12 x11-plugins/wmget/Manifest | 2 +-
13 x11-plugins/wmget/wmget-0.6.1.ebuild | 7 +++++--
14 2 files changed, 6 insertions(+), 3 deletions(-)
15
16 diff --git a/x11-plugins/wmget/Manifest b/x11-plugins/wmget/Manifest
17 index e87aef2b1e1..7b3ea9059ef 100644
18 --- a/x11-plugins/wmget/Manifest
19 +++ b/x11-plugins/wmget/Manifest
20 @@ -1 +1 @@
21 -DIST wmget-0.6.1.tar.gz 36624 SHA256 cf91bb3af17f7c16c8eddbf42ca60909dc21ba351d8968fd2a4dc8ae9757bf57 SHA512 b8c5725fb17be1bc7ce567125acfd22b6b49aac18f169893eb61a9429d618c80e4c8a68cdd288b7a75197bd1a3cc6dbf20efb75c52158b8897d61c20b07475b2 WHIRLPOOL ee025a9157a9b518652905b77dcfb8e6d79e111e82cccbbf4f3b443fbf08b310c0608590088d1dbc38681ecfdc917a1eb91ac4d66ba29f248d390c52c3d1580d
22 +DIST wmget-0.6.1.tar.gz 35538 BLAKE2B 5e7b8bd7504fc23a7ebca04b8628f9c847888ae9a9161f78446ca8976151344d4c2aec5fb422df9069f4c6a1480bb347ba19f7e5d3a7a9ca4e6dc4560bc810b9 SHA512 7e8db4610eb6d57181d10ed46e09aaba8b4f1672f1a8846dd97beb7eb6dd5bbac9a38ed7c33dc7ff7198001660500c2543402b000574d43ef3026682bf4d06e0
23
24 diff --git a/x11-plugins/wmget/wmget-0.6.1.ebuild b/x11-plugins/wmget/wmget-0.6.1.ebuild
25 index 3017cebb717..502bca71265 100644
26 --- a/x11-plugins/wmget/wmget-0.6.1.ebuild
27 +++ b/x11-plugins/wmget/wmget-0.6.1.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2016 Gentoo Foundation
30 +# Copyright 1999-2017 Gentoo Foundation
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=6
34 @@ -6,7 +6,7 @@ inherit autotools
35
36 DESCRIPTION="a libcurl based dockapp for automated downloads"
37 HOMEPAGE="http://www.dockapps.net/wmget"
38 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
39 +SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
40
41 LICENSE="MIT"
42 SLOT="0"
43 @@ -20,6 +20,9 @@ RDEPEND="x11-libs/libX11
44 DEPEND="${RDEPEND}
45 x11-proto/xproto"
46
47 +# Specific to this tarball
48 +S=${WORKDIR}/dockapps-5aaf842
49 +
50 src_prepare() {
51 default