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/minidlna/
Date: Fri, 03 Jan 2020 20:40:29
Message-Id: 1578083993.5d5a19c56d794114387258999a817fd2d901f8d2.mgorny@gentoo
1 commit: 5d5a19c56d794114387258999a817fd2d901f8d2
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 3 17:01:35 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 3 20:39:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d5a19c5
7
8 net-misc/minidlna: Remove SRC_URI redirect
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/minidlna/minidlna-1.2.1-r1.ebuild | 5 +++--
13 1 file changed, 3 insertions(+), 2 deletions(-)
14
15 diff --git a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
16 index 0f41e274672..53e65e1fb74 100644
17 --- a/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
18 +++ b/net-misc/minidlna/minidlna-1.2.1-r1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -7,7 +7,8 @@ inherit autotools eutils linux-info systemd tmpfiles toolchain-funcs user
26
27 DESCRIPTION="DLNA/UPnP-AV compliant media server"
28 HOMEPAGE="https://sourceforge.net/projects/minidlna/"
29 -SRC_URI="mirror://sourceforge/minidlna/${PV}/${P}.tar.gz
30 +SRC_URI="
31 + https://downloads.sourceforge.net/project/minidlna/${PN}/${PV}/${P}.tar.gz
32 https://dev.gentoo.org/~xmw/minidlna-gentoo-artwork.patch.xz"
33
34 LICENSE="BSD GPL-2"