From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1143902-garchives=archives.gentoo.org@lists.gentoo.org> 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 9EE33138350 for <garchives@archives.gentoo.org>; Sat, 8 Feb 2020 14:18:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 91C82E0845; Sat, 8 Feb 2020 14:18:56 +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 7496FE086B for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 14:18:56 +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 5C24A34E8CA for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 14:18:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55F2C139 for <gentoo-commits@lists.gentoo.org>; Sat, 8 Feb 2020 14:18:52 +0000 (UTC) From: "David Seifert" <soap@gentoo.org> 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" <soap@gentoo.org> Message-ID: <1581171477.37cd66fdf3e5860c732ad052d5afe96212597a12.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/baselayout-prefix/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild X-VCS-Directories: sys-apps/baselayout-prefix/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 37cd66fdf3e5860c732ad052d5afe96212597a12 X-VCS-Branch: master Date: Sat, 8 Feb 2020 14:18:52 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: be3f8d3f-b17a-409b-9de3-25f668a6c7f2 X-Archives-Hash: 520e060083ffef835f23c087e4464671 commit: 37cd66fdf3e5860c732ad052d5afe96212597a12 Author: David Seifert <soap <AT> gentoo <DOT> org> AuthorDate: Sat Feb 8 14:17:57 2020 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 8 14:17:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37cd66fd sys-apps/baselayout-prefix: [QA] Fix BadHomepage Signed-off-by: David Seifert <soap <AT> gentoo.org> sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild | 2 +- sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild | 2 +- sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild index 5eb365ee62a..4edcdeb30b9 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.2-r5.ebuild @@ -7,7 +7,7 @@ inherit eutils multilib libtool MY_P=${P/-prefix/} # just use "upstream" sources DESCRIPTION="Minimal baselayout for Gentoo Prefix installs" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" SRC_URI="mirror://gentoo/${MY_P}.tar.bz2 https://dev.gentoo.org/~vapier/dist/${MY_P}.tar.bz2" diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild index b689642fcbb..c4c13fe0e01 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r1.ebuild @@ -11,7 +11,7 @@ MY_PN=${PN/-prefix/} S="${WORKDIR}/${MY_P}" DESCRIPTION="Filesystem baselayout and init scripts" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${MY_PN}.git" inherit git-r3 diff --git a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild index 5d827ac9ef8..1074a131a49 100644 --- a/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild +++ b/sys-apps/baselayout-prefix/baselayout-prefix-2.6-r2.ebuild @@ -11,7 +11,7 @@ MY_PN=${PN/-prefix/} S="${WORKDIR}/${MY_P}" DESCRIPTION="Filesystem baselayout and init scripts" -HOMEPAGE="https://www.gentoo.org/" +HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" if [[ ${PV} = 9999 ]]; then EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/${MY_PN}.git" inherit git-r3