Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/liveice/
Date: Thu, 15 Aug 2019 15:27:28
Message-Id: 1565882839.1748e7a5d0d6b83a94d1e1b656b970e9d820174a.mgorny@gentoo
1 commit: 1748e7a5d0d6b83a94d1e1b656b970e9d820174a
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 15 14:59:32 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 15 15:27:19 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1748e7a5
7
8 net-misc/liveice: Version the distfile
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/liveice/Manifest | 2 +-
13 net-misc/liveice/liveice-2000530-r2.ebuild | 4 ++--
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/net-misc/liveice/Manifest b/net-misc/liveice/Manifest
17 index 11b01c290d7..bf64090e7ff 100644
18 --- a/net-misc/liveice/Manifest
19 +++ b/net-misc/liveice/Manifest
20 @@ -1 +1 @@
21 -DIST liveice.tar.gz 85171 BLAKE2B c804a4f64432cba3181e633b9edb4e67f39c18805290bfae290ae78bcb80d865a3106af8cfab40e214a043609d837bc887d0eb50adbaad3f1d2838dd44e4de58 SHA512 6b6b7ed7f4aa2b27e2b97db407554955e332002c059bbf3fbb5c5fe60c1d6aa5cd594d2698524a9b447fc3a81de96fb46945c2386467f1773ff0ba2b10da78e4
22 +DIST liveice-2000530.tar.gz 85171 BLAKE2B c804a4f64432cba3181e633b9edb4e67f39c18805290bfae290ae78bcb80d865a3106af8cfab40e214a043609d837bc887d0eb50adbaad3f1d2838dd44e4de58 SHA512 6b6b7ed7f4aa2b27e2b97db407554955e332002c059bbf3fbb5c5fe60c1d6aa5cd594d2698524a9b447fc3a81de96fb46945c2386467f1773ff0ba2b10da78e4
23
24 diff --git a/net-misc/liveice/liveice-2000530-r2.ebuild b/net-misc/liveice/liveice-2000530-r2.ebuild
25 index 5efefe357e3..e2581dbcb10 100644
26 --- a/net-misc/liveice/liveice-2000530-r2.ebuild
27 +++ b/net-misc/liveice/liveice-2000530-r2.ebuild
28 @@ -1,4 +1,4 @@
29 -# Copyright 1999-2018 Gentoo Authors
30 +# Copyright 1999-2019 Gentoo Authors
31 # Distributed under the terms of the GNU General Public License v2
32
33 EAPI=7
34 @@ -7,7 +7,7 @@ inherit toolchain-funcs
35
36 DESCRIPTION="Live Source Client For IceCast"
37 HOMEPAGE="http://star.arm.ac.uk/~spm/software/liveice.html"
38 -SRC_URI="http://star.arm.ac.uk/~spm/software/liveice.tar.gz"
39 +SRC_URI="mirror://gentoo/liveice.tar.gz -> ${P}.tar.gz"
40
41 LICENSE="GPL-2+"
42 SLOT="0"