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/wmcube/
Date: Sun, 22 Dec 2019 20:57:17
Message-Id: 1577048221.a0d2011a64bf9ae39595b237bf28b8050fe0cc4b.voyageur@gentoo
1 commit: a0d2011a64bf9ae39595b237bf28b8050fe0cc4b
2 Author: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 22 20:48:12 2019 +0000
4 Commit: Bernard Cafarelli <voyageur <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 22 20:57:01 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0d2011a
7
8 x11-plugins/wmcube: fix SRC_URI
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Bernard Cafarelli <voyageur <AT> gentoo.org>
12
13 x11-plugins/wmcube/wmcube-1.0.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-plugins/wmcube/wmcube-1.0.2.ebuild b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
17 index 34d11b5af88..cca916b659a 100644
18 --- a/x11-plugins/wmcube/wmcube-1.0.2.ebuild
19 +++ b/x11-plugins/wmcube/wmcube-1.0.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -8,7 +8,7 @@ DESCRIPTION="a dockapp cpu monitor with spinning 3d objects"
27 HOMEPAGE="http://linux-bsd-unix.strefa.pl/index.en.html"
28 # Upstream: http://linux-bsd-unix.strefa.pl/${P}.tar.gz
29 # Mirrored for bug #641686 (invalid gzip server config)
30 -SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/wmcube-1.0.2.tar.gz"
31 +SRC_URI="https://dev.gentoo.org/~voyageur/distfiles/${P}.tar.gz"
32
33 LICENSE="GPL-2"
34 SLOT="0"