From: David Seifert Date: Wed, 28 Aug 2019 09:10:57 +0000 (+0200) Subject: app-arch/mt-st: [QA] Fix ${HOMEPAGE} in SRC_URI X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7965351387fd2e541eec9ae3caee31826b77785e;p=gentoo.git app-arch/mt-st: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert --- diff --git a/app-arch/mt-st/mt-st-1.3.ebuild b/app-arch/mt-st/mt-st-1.3.ebuild index d45c956874e4..d7efcd0bd4c0 100644 --- a/app-arch/mt-st/mt-st-1.3.ebuild +++ b/app-arch/mt-st/mt-st-1.3.ebuild @@ -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" diff --git a/app-arch/mt-st/mt-st-9999.ebuild b/app-arch/mt-st/mt-st-9999.ebuild index 7433526bff92..0ec674f2d8b3 100644 --- a/app-arch/mt-st/mt-st-9999.ebuild +++ b/app-arch/mt-st/mt-st-9999.ebuild @@ -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"