Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-plugins/wmswallow/
Date: Sat, 17 Aug 2019 17:26:19
Message-Id: 1566062748.4426e1f6aab8e6a833de3655883377fb8e29278b.soap@gentoo
1 commit: 4426e1f6aab8e6a833de3655883377fb8e29278b
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 17 17:25:48 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 17 17:25:48 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4426e1f6
7
8 x11-plugins/wmswallow: [QA] Version the distfile
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 x11-plugins/wmswallow/Manifest | 2 +-
14 x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild | 4 ++--
15 2 files changed, 3 insertions(+), 3 deletions(-)
16
17 diff --git a/x11-plugins/wmswallow/Manifest b/x11-plugins/wmswallow/Manifest
18 index ed945a89292..a43de4916d9 100644
19 --- a/x11-plugins/wmswallow/Manifest
20 +++ b/x11-plugins/wmswallow/Manifest
21 @@ -1 +1 @@
22 -DIST wmswallow.tar.Z 28567 BLAKE2B 3fb5c39fd07c4cce329f0b60abea72d0c42203bedd36f55994bc16f36412843aef81bc985a6acb9cea0b279f900f84ffc99bc088b5343e2997f6d3951bca4bba SHA512 24ef61a4084bda49afd6a7168600d99c60fe85daab6d16733fd208a905966433ca3d031a1d991676f3e73cb8a3a552c49fe69cfb4e1271e7c9a09d9247c21cdc
23 +DIST wmswallow-0.6.1.tar.Z 28567 BLAKE2B 3fb5c39fd07c4cce329f0b60abea72d0c42203bedd36f55994bc16f36412843aef81bc985a6acb9cea0b279f900f84ffc99bc088b5343e2997f6d3951bca4bba SHA512 24ef61a4084bda49afd6a7168600d99c60fe85daab6d16733fd208a905966433ca3d031a1d991676f3e73cb8a3a552c49fe69cfb4e1271e7c9a09d9247c21cdc
24
25 diff --git a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
26 index d5ab7c82a72..c5256efc410 100644
27 --- a/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
28 +++ b/x11-plugins/wmswallow/wmswallow-0.6.1-r1.ebuild
29 @@ -1,4 +1,4 @@
30 -# Copyright 1999-2018 Gentoo Foundation
31 +# Copyright 1999-2019 Gentoo Authors
32 # Distributed under the terms of the GNU General Public License v2
33
34 EAPI=5
35 @@ -6,7 +6,7 @@ inherit eutils toolchain-funcs
36
37 DESCRIPTION="A dock applet to make any application dockable"
38 HOMEPAGE="https://www.dockapps.net/wmswallow"
39 -SRC_URI="https://www.dockapps.net/download/${PN}.tar.Z"
40 +SRC_URI="https://www.dockapps.net/download/${PN}.tar.Z -> ${P}.tar.Z"
41
42 LICENSE="GPL-2"
43 SLOT="0"