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 C6C8A139694 for ; Thu, 23 Feb 2017 12:19:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFACFE0D08; Thu, 23 Feb 2017 12:19:09 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BCBBFE0D08 for ; Thu, 23 Feb 2017 12:19:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 10E4734163E for ; Thu, 23 Feb 2017 12:19:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC6F451C9 for ; Thu, 23 Feb 2017 12:19:07 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1487852337.f6e5876b7d2bbcf6ab592b089090096536e4e841.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/mlocate/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/mlocate/mlocate-0.26-r2.ebuild X-VCS-Directories: sys-apps/mlocate/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: f6e5876b7d2bbcf6ab592b089090096536e4e841 X-VCS-Branch: master Date: Thu, 23 Feb 2017 12:19:07 +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-Archives-Salt: 50b93251-6890-48be-b792-682105b913c8 X-Archives-Hash: cfe3dd50a19b9fc0dacc344e21d628e1 commit: f6e5876b7d2bbcf6ab592b089090096536e4e841 Author: Lars Wendler gentoo org> AuthorDate: Thu Feb 23 12:18:57 2017 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Feb 23 12:18:57 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6e5876b sys-apps/mlocate: Changed HOMEPAGE from fedorahosted to pagure. Package-Manager: Portage-2.3.3, Repoman-2.3.1 sys-apps/mlocate/mlocate-0.26-r2.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-apps/mlocate/mlocate-0.26-r2.ebuild b/sys-apps/mlocate/mlocate-0.26-r2.ebuild index 5bad2ad512..af28bd8f8d 100644 --- a/sys-apps/mlocate/mlocate-0.26-r2.ebuild +++ b/sys-apps/mlocate/mlocate-0.26-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,8 +6,8 @@ EAPI=5 inherit eutils user toolchain-funcs DESCRIPTION="Merging locate is an utility to index and quickly search for files" -HOMEPAGE="https://fedorahosted.org/mlocate/" -SRC_URI="https://fedorahosted.org/releases/m/l/mlocate/${P}.tar.xz" +HOMEPAGE="https://pagure.io/mlocate" +SRC_URI="http://releases.pagure.org/mlocate/${P}.tar.xz" LICENSE="GPL-2" SLOT="0"