From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 44911138334 for ; Wed, 28 Aug 2019 09:11:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 280AFE0857; Wed, 28 Aug 2019 09:11:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E1173E0844 for ; Wed, 28 Aug 2019 09:11:52 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6395F34A4C9 for ; Wed, 28 Aug 2019 09:11:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF9FD77A for ; Wed, 28 Aug 2019 09:11:48 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1566983457.7965351387fd2e541eec9ae3caee31826b77785e.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/mt-st/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-arch/mt-st/mt-st-1.3.ebuild app-arch/mt-st/mt-st-9999.ebuild X-VCS-Directories: app-arch/mt-st/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7965351387fd2e541eec9ae3caee31826b77785e X-VCS-Branch: master Date: Wed, 28 Aug 2019 09:11:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3ebbf7a8-56cb-4635-a757-f8f4ca637787 X-Archives-Hash: 1df0a4b33ac0b6e8c3a3855bf09696db commit: 7965351387fd2e541eec9ae3caee31826b77785e Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 09:10:57 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 09:10:57 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79653513 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 gentoo.org> app-arch/mt-st/mt-st-1.3.ebuild | 4 ++-- 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 d45c956874e..d7efcd0bd4c 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 7433526bff9..0ec674f2d8b 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"