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 8B5D01382C5 for ; Tue, 15 May 2018 22:28:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D781E0826; Tue, 15 May 2018 22:28:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 2D25FE0826 for ; Tue, 15 May 2018 22:28:42 +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 CDDF5335C73 for ; Tue, 15 May 2018 22:28:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 300DA29B for ; Tue, 15 May 2018 22:28:40 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1526423314.ebfbb0ae3344fadda628ea4db79ba6ef12a06bb7.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/xfsdump/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/xfsdump/xfsdump-3.1.6.ebuild sys-fs/xfsdump/xfsdump-3.1.8.ebuild X-VCS-Directories: sys-fs/xfsdump/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: ebfbb0ae3344fadda628ea4db79ba6ef12a06bb7 X-VCS-Branch: master Date: Tue, 15 May 2018 22:28:40 +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: e549ce07-8031-4f9c-a5c9-960987d4fbcb X-Archives-Hash: a6b3681735d6017d64a5b2eaed335458 commit: ebfbb0ae3344fadda628ea4db79ba6ef12a06bb7 Author: Sergei Trofimovich gentoo org> AuthorDate: Tue May 15 21:57:24 2018 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Tue May 15 22:28:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebfbb0ae sys-fs/xfsdump: switch to HOMEPAGE=https://xfs.wiki.kernel.org/ Package-Manager: Portage-2.3.36, Repoman-2.3.9 sys-fs/xfsdump/xfsdump-3.1.6.ebuild | 4 ++-- sys-fs/xfsdump/xfsdump-3.1.8.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild index 8ceb39c85da..98480ead970 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.6.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" @@ -6,7 +6,7 @@ EAPI="5" inherit multilib eutils flag-o-matic toolchain-funcs DESCRIPTION="xfs dump/restore utilities" -HOMEPAGE="http://oss.sgi.com/projects/xfs" +HOMEPAGE="https://xfs.wiki.kernel.org/" SRC_URI="ftp://oss.sgi.com/projects/xfs/cmd_tars/${P}.tar.gz ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${P}.tar.gz" diff --git a/sys-fs/xfsdump/xfsdump-3.1.8.ebuild b/sys-fs/xfsdump/xfsdump-3.1.8.ebuild index bbb4595deca..ae48c9e114a 100644 --- a/sys-fs/xfsdump/xfsdump-3.1.8.ebuild +++ b/sys-fs/xfsdump/xfsdump-3.1.8.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit multilib flag-o-matic toolchain-funcs DESCRIPTION="xfs dump/restore utilities" -HOMEPAGE="http://oss.sgi.com/projects/xfs" +HOMEPAGE="https://xfs.wiki.kernel.org/" SRC_URI="https://www.kernel.org/pub/linux/utils/fs/xfs/${PN}/${P}.tar.xz" LICENSE="LGPL-2.1"