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 37A38138334 for ; Thu, 26 Dec 2019 17:02:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 091B3E0DCD; Thu, 26 Dec 2019 17:02:26 +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 E8454E0DCD for ; Thu, 26 Dec 2019 17:02:25 +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 8353534DBA6 for ; Thu, 26 Dec 2019 17:02:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11C7534 for ; Thu, 26 Dec 2019 17:02:23 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1577379737.2c298998b84bb64fa1476a9614c451d2664a5184.blueness@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/grs/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/grs/grs-0.6-r1.ebuild app-portage/grs/grs-0.7.ebuild app-portage/grs/grs-9999.ebuild X-VCS-Directories: app-portage/grs/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: 2c298998b84bb64fa1476a9614c451d2664a5184 X-VCS-Branch: master Date: Thu, 26 Dec 2019 17:02:23 +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: 3e7ed994-6e25-418d-b252-24978abe067e X-Archives-Hash: d65199d9807236f1762b2209782b3f59 commit: 2c298998b84bb64fa1476a9614c451d2664a5184 Author: Anthony G. Basile gentoo org> AuthorDate: Thu Dec 26 17:02:01 2019 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Thu Dec 26 17:02:17 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c298998 app-portage/grs: remove variable from HOMEPAGE Package-Manager: Portage-2.3.79, Repoman-2.3.16 Signed-off-by: Anthony G. Basile gentoo.org> app-portage/grs/grs-0.6-r1.ebuild | 2 +- app-portage/grs/grs-0.7.ebuild | 2 +- app-portage/grs/grs-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app-portage/grs/grs-0.6-r1.ebuild b/app-portage/grs/grs-0.6-r1.ebuild index 2a967fc5bac..766c78f0f4d 100644 --- a/app-portage/grs/grs-0.6-r1.ebuild +++ b/app-portage/grs/grs-0.6-r1.ebuild @@ -15,7 +15,7 @@ else fi DESCRIPTION="Suite to build Gentoo Reference Systems" -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}" +HOMEPAGE="https://dev.gentoo.org/~blueness/grs" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/grs/grs-0.7.ebuild b/app-portage/grs/grs-0.7.ebuild index 3ff77b9b3a7..778fd58f212 100644 --- a/app-portage/grs/grs-0.7.ebuild +++ b/app-portage/grs/grs-0.7.ebuild @@ -19,7 +19,7 @@ else fi DESCRIPTION="Suite to build Gentoo Reference Systems" -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}" +HOMEPAGE="https://dev.gentoo.org/~blueness/grs" LICENSE="GPL-2" SLOT="0" diff --git a/app-portage/grs/grs-9999.ebuild b/app-portage/grs/grs-9999.ebuild index 2049ce78eaa..0f7a4781138 100644 --- a/app-portage/grs/grs-9999.ebuild +++ b/app-portage/grs/grs-9999.ebuild @@ -19,7 +19,7 @@ else fi DESCRIPTION="Suite to build Gentoo Reference Systems" -HOMEPAGE="https://dev.gentoo.org/~blueness/${PN}" +HOMEPAGE="https://dev.gentoo.org/~blueness/grs" LICENSE="GPL-2" SLOT="0"