diff options
author | David Seifert <soap@gentoo.org> | 2019-08-28 11:10:57 +0200 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2019-08-28 11:10:57 +0200 |
commit | 7965351387fd2e541eec9ae3caee31826b77785e (patch) | |
tree | 15a32293933a203d4dc76e7909d12b171c1f3ad1 /app-arch/mt-st | |
parent | app-antivirus/clamav-unofficial-sigs: [QA] Fix ${HOMEPAGE} in SRC_URI (diff) | |
download | gentoo-7965351387fd2e541eec9ae3caee31826b77785e.tar.gz gentoo-7965351387fd2e541eec9ae3caee31826b77785e.tar.bz2 gentoo-7965351387fd2e541eec9ae3caee31826b77785e.zip |
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 <soap@gentoo.org>
Diffstat (limited to 'app-arch/mt-st')
-rw-r--r-- | app-arch/mt-st/mt-st-1.3.ebuild | 4 | ||||
-rw-r--r-- | app-arch/mt-st/mt-st-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
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" |