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 8FB5B138334 for ; Wed, 28 Aug 2019 10:10:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94DAAE084E; Wed, 28 Aug 2019 10:10:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 7D774E084E for ; Wed, 28 Aug 2019 10:10:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 A416234A4D9 for ; Wed, 28 Aug 2019 10:10:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF6F477F for ; Wed, 28 Aug 2019 10:10:40 +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: <1566987020.3f2c1f1d0e47f0a51fcd9ec3e10da47625545c52.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/semi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/semi/semi-1.14.7_p20190517.ebuild X-VCS-Directories: app-emacs/semi/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 3f2c1f1d0e47f0a51fcd9ec3e10da47625545c52 X-VCS-Branch: master Date: Wed, 28 Aug 2019 10:10:40 +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: 7d90409e-9ace-4084-81f7-d8ff102bd5a1 X-Archives-Hash: 065c6cd773741950e4cb804f90a26329 commit: 3f2c1f1d0e47f0a51fcd9ec3e10da47625545c52 Author: David Seifert gentoo org> AuthorDate: Wed Aug 28 10:10:20 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Wed Aug 28 10:10:20 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2c1f1d app-emacs/semi: [QA] Fix ${HOMEPAGE} in SRC_URI Package-Manager: Portage-2.3.72, Repoman-2.3.17 Signed-off-by: David Seifert gentoo.org> app-emacs/semi/semi-1.14.7_p20190517.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-emacs/semi/semi-1.14.7_p20190517.ebuild b/app-emacs/semi/semi-1.14.7_p20190517.ebuild index b235b850d5e..62f4e18ef8d 100644 --- a/app-emacs/semi/semi-1.14.7_p20190517.ebuild +++ b/app-emacs/semi/semi-1.14.7_p20190517.ebuild @@ -8,7 +8,7 @@ inherit elisp DESCRIPTION="A library to provide MIME feature for GNU Emacs" HOMEPAGE="https://github.com/wanderlust/semi" GITHUB_SHA1="4cf114c95fb49ad75eb6916f678b45b04bad8122" -SRC_URI="${HOMEPAGE}/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/wanderlust/semi/archive/${GITHUB_SHA1}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2+" SLOT="0"