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 281F5138350 for ; Mon, 13 Jan 2020 10:07:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D30DCE0F60; Mon, 13 Jan 2020 10:07:49 +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 B6B8AE0F60 for ; Mon, 13 Jan 2020 10:07:49 +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 56D6A34DFFD for ; Mon, 13 Jan 2020 10:07:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DD8C2A3 for ; Mon, 13 Jan 2020 10:07:46 +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: <1578909978.e016526dd93d02c24011761901c090f17cc6ea27.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/surfraw/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/surfraw/surfraw-2.3.0-r1.ebuild www-client/surfraw/surfraw-2.3.0-r2.ebuild X-VCS-Directories: www-client/surfraw/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: e016526dd93d02c24011761901c090f17cc6ea27 X-VCS-Branch: master Date: Mon, 13 Jan 2020 10:07:46 +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: ed04577a-1a2a-4835-93e7-9b44b791bab4 X-Archives-Hash: be448168af3c5fdc4a3b5e9ffe465ef2 commit: e016526dd93d02c24011761901c090f17cc6ea27 Author: David Seifert gentoo org> AuthorDate: Mon Jan 13 10:06:18 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Jan 13 10:06:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e016526d www-client/surfraw: [QA] Fix HomepageInSrcUri Signed-off-by: David Seifert gentoo.org> www-client/surfraw/surfraw-2.3.0-r1.ebuild | 2 +- www-client/surfraw/surfraw-2.3.0-r2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/www-client/surfraw/surfraw-2.3.0-r1.ebuild b/www-client/surfraw/surfraw-2.3.0-r1.ebuild index 019e41cc99b..8938c848bf6 100644 --- a/www-client/surfraw/surfraw-2.3.0-r1.ebuild +++ b/www-client/surfraw/surfraw-2.3.0-r1.ebuild @@ -6,7 +6,7 @@ inherit autotools bash-completion-r1 DESCRIPTION="A fast unix command line interface to WWW" HOMEPAGE="https://gitlab.com/surfraw/Surfraw" -SRC_URI="${HOMEPAGE}/-/archive/${P}/${PN^}-${P}.tar.bz2" +SRC_URI="https://gitlab.com/surfraw/Surfraw/-/archive/${P}/${PN^}-${P}.tar.bz2" SLOT="0" LICENSE="public-domain" KEYWORDS="amd64 hppa ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" diff --git a/www-client/surfraw/surfraw-2.3.0-r2.ebuild b/www-client/surfraw/surfraw-2.3.0-r2.ebuild index 3e142161597..51c7e231ce3 100644 --- a/www-client/surfraw/surfraw-2.3.0-r2.ebuild +++ b/www-client/surfraw/surfraw-2.3.0-r2.ebuild @@ -6,7 +6,7 @@ inherit autotools bash-completion-r1 DESCRIPTION="A fast unix command line interface to WWW" HOMEPAGE="https://gitlab.com/surfraw/Surfraw" -SRC_URI="${HOMEPAGE}/-/archive/${P}/${PN^}-${P}.tar.bz2" +SRC_URI="https://gitlab.com/surfraw/Surfraw/-/archive/${P}/${PN^}-${P}.tar.bz2" SLOT="0" LICENSE="public-domain" KEYWORDS="~amd64 ~hppa ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"