Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/
Date: Wed, 28 Aug 2019 09:11:56
Message-Id: 1566983457.7965351387fd2e541eec9ae3caee31826b77785e.soap@gentoo
1 commit: 7965351387fd2e541eec9ae3caee31826b77785e
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Wed Aug 28 09:10:57 2019 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Wed Aug 28 09:10:57 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79653513
7
8 app-arch/mt-st: [QA] Fix ${HOMEPAGE} in SRC_URI
9
10 Package-Manager: Portage-2.3.72, Repoman-2.3.17
11 Signed-off-by: David Seifert <soap <AT> gentoo.org>
12
13 app-arch/mt-st/mt-st-1.3.ebuild | 4 ++--
14 app-arch/mt-st/mt-st-9999.ebuild | 4 ++--
15 2 files changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/app-arch/mt-st/mt-st-1.3.ebuild b/app-arch/mt-st/mt-st-1.3.ebuild
18 index d45c956874e..d7efcd0bd4c 100644
19 --- a/app-arch/mt-st/mt-st-1.3.ebuild
20 +++ b/app-arch/mt-st/mt-st-1.3.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 +# Copyright 1999-2019 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI="6"
27 @@ -7,7 +7,7 @@ inherit eutils toolchain-funcs
28
29 DESCRIPTION="control magnetic tape drive operation"
30 HOMEPAGE="https://github.com/iustin/mt-st"
31 -SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
32 +SRC_URI="https://github.com/iustin/mt-st/releases/download/${P}/${P}.tar.gz"
33
34 LICENSE="GPL-2"
35 SLOT="0"
36
37 diff --git a/app-arch/mt-st/mt-st-9999.ebuild b/app-arch/mt-st/mt-st-9999.ebuild
38 index 7433526bff9..0ec674f2d8b 100644
39 --- a/app-arch/mt-st/mt-st-9999.ebuild
40 +++ b/app-arch/mt-st/mt-st-9999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2017 Gentoo Foundation
43 +# Copyright 1999-2019 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI="6"
47 @@ -6,7 +6,7 @@ inherit eutils git-r3 toolchain-funcs
48
49 DESCRIPTION="control magnetic tape drive operation"
50 HOMEPAGE="https://github.com/iustin/mt-st"
51 -EGIT_REPO_URI="${HOMEPAGE}"
52 +EGIT_REPO_URI="https://github.com/iustin/mt-st.git"
53
54 LICENSE="GPL-2"
55 SLOT="0"