app-arch/mt-st: [QA] Fix ${HOMEPAGE} in SRC_URI
authorDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:57 +0000 (11:10 +0200)
committerDavid Seifert <soap@gentoo.org>
Wed, 28 Aug 2019 09:10:57 +0000 (11:10 +0200)
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: David Seifert <soap@gentoo.org>
app-arch/mt-st/mt-st-1.3.ebuild
app-arch/mt-st/mt-st-9999.ebuild

index d45c956874e4250ee8c1580519a0e75f59a7883f..d7efcd0bd4c02becf808a150a6e05e950f39c2e4 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -7,7 +7,7 @@ inherit eutils toolchain-funcs
 
 DESCRIPTION="control magnetic tape drive operation"
 HOMEPAGE="https://github.com/iustin/mt-st"
-SRC_URI="${HOMEPAGE}/releases/download/${P}/${P}.tar.gz"
+SRC_URI="https://github.com/iustin/mt-st/releases/download/${P}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
index 7433526bff92bbdfdff58347f2bce33227cfb786..0ec674f2d8b330823a58b3f0022e5ff89a0fcf8c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="6"
@@ -6,7 +6,7 @@ inherit eutils git-r3 toolchain-funcs
 
 DESCRIPTION="control magnetic tape drive operation"
 HOMEPAGE="https://github.com/iustin/mt-st"
-EGIT_REPO_URI="${HOMEPAGE}"
+EGIT_REPO_URI="https://github.com/iustin/mt-st.git"
 
 LICENSE="GPL-2"
 SLOT="0"