summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernard Cafarelli <voyageur@gentoo.org>2017-12-05 15:51:49 +0100
committerBernard Cafarelli <voyageur@gentoo.org>2017-12-05 16:10:54 +0100
commit5cb15cffa5c5266b19ef149a55587eed0bf24ecb (patch)
tree334654eee3f53048c1b92324cf4fcf3274c7c609 /x11-plugins
parentx11-plugins/wmget: drop old (diff)
downloadgentoo-5cb15cffa5c5266b19ef149a55587eed0bf24ecb.tar.gz
gentoo-5cb15cffa5c5266b19ef149a55587eed0bf24ecb.tar.bz2
gentoo-5cb15cffa5c5266b19ef149a55587eed0bf24ecb.zip
x11-plugins/wmget: update SRC_URI
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'x11-plugins')
-rw-r--r--x11-plugins/wmget/Manifest2
-rw-r--r--x11-plugins/wmget/wmget-0.6.1.ebuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-plugins/wmget/Manifest b/x11-plugins/wmget/Manifest
index e87aef2b1e10..7b3ea9059efe 100644
--- a/x11-plugins/wmget/Manifest
+++ b/x11-plugins/wmget/Manifest
@@ -1 +1 @@
-DIST wmget-0.6.1.tar.gz 36624 SHA256 cf91bb3af17f7c16c8eddbf42ca60909dc21ba351d8968fd2a4dc8ae9757bf57 SHA512 b8c5725fb17be1bc7ce567125acfd22b6b49aac18f169893eb61a9429d618c80e4c8a68cdd288b7a75197bd1a3cc6dbf20efb75c52158b8897d61c20b07475b2 WHIRLPOOL ee025a9157a9b518652905b77dcfb8e6d79e111e82cccbbf4f3b443fbf08b310c0608590088d1dbc38681ecfdc917a1eb91ac4d66ba29f248d390c52c3d1580d
+DIST wmget-0.6.1.tar.gz 35538 BLAKE2B 5e7b8bd7504fc23a7ebca04b8628f9c847888ae9a9161f78446ca8976151344d4c2aec5fb422df9069f4c6a1480bb347ba19f7e5d3a7a9ca4e6dc4560bc810b9 SHA512 7e8db4610eb6d57181d10ed46e09aaba8b4f1672f1a8846dd97beb7eb6dd5bbac9a38ed7c33dc7ff7198001660500c2543402b000574d43ef3026682bf4d06e0
diff --git a/x11-plugins/wmget/wmget-0.6.1.ebuild b/x11-plugins/wmget/wmget-0.6.1.ebuild
index 3017cebb7176..502bca71265e 100644
--- a/x11-plugins/wmget/wmget-0.6.1.ebuild
+++ b/x11-plugins/wmget/wmget-0.6.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -6,7 +6,7 @@ inherit autotools
DESCRIPTION="a libcurl based dockapp for automated downloads"
HOMEPAGE="http://www.dockapps.net/wmget"
-SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
+SRC_URI="http://www.dockapps.net/download/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
@@ -20,6 +20,9 @@ RDEPEND="x11-libs/libX11
DEPEND="${RDEPEND}
x11-proto/xproto"
+# Specific to this tarball
+S=${WORKDIR}/dockapps-5aaf842
+
src_prepare() {
default