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 8DDE81382C5 for ; Sat, 6 Jun 2020 18:19:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C12B0E08D3; Sat, 6 Jun 2020 18:19:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 AC208E08D3 for ; Sat, 6 Jun 2020 18:19:16 +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 8804434F336 for ; Sat, 6 Jun 2020 18:19:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D5DD27E for ; Sat, 6 Jun 2020 18:19:14 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1591467548.e6c088a9b792e1cfcec3eb3d165190bb91834498.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/gentoo-bashcomp/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild X-VCS-Directories: app-shells/gentoo-bashcomp/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: e6c088a9b792e1cfcec3eb3d165190bb91834498 X-VCS-Branch: master Date: Sat, 6 Jun 2020 18:19:14 +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: 123e69f7-0ae5-45b1-9168-1a2235092811 X-Archives-Hash: 05a66fa8eff9cf096194e7914bf4fe09 commit: e6c088a9b792e1cfcec3eb3d165190bb91834498 Author: Pacho Ramos gentoo org> AuthorDate: Sat Jun 6 18:12:28 2020 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sat Jun 6 18:19:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e6c088a9 app-shells/gentoo-bashcomp: Use a HOMEPAGE with more information Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Pacho Ramos gentoo.org> app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild index 8a686b16031..8e516d4b902 100644 --- a/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild +++ b/app-shells/gentoo-bashcomp/gentoo-bashcomp-20190211.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit bash-completion-r1 DESCRIPTION="Gentoo-specific bash command-line completions (emerge, ebuild, equery, etc)" -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage" +HOMEPAGE="https://gitweb.gentoo.org/proj/gentoo-bashcomp.git/" SRC_URI="https://gitweb.gentoo.org/proj/${PN}.git/snapshot/${P}.tar.bz2" LICENSE="GPL-2"