From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1057078-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 7A5F7138334 for <garchives@archives.gentoo.org>; Tue, 13 Nov 2018 21:12:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94147E0A02; Tue, 13 Nov 2018 21:12:23 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 53671E0A02 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Nov 2018 21:12:23 +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 7E1CD335C47 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Nov 2018 21:12:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 90584455 for <gentoo-commits@lists.gentoo.org>; Tue, 13 Nov 2018 21:12:19 +0000 (UTC) From: "Robin H. Johnson" <robbat2@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, "Robin H. Johnson" <robbat2@gentoo.org> Message-ID: <1542143389.7f8d0565c9a1b808b8fe3b9ec07d8dda50ec17cd.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/mdadm/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/mdadm/mdadm-3.4.ebuild sys-fs/mdadm/mdadm-4.0.ebuild sys-fs/mdadm/mdadm-4.1.ebuild X-VCS-Directories: sys-fs/mdadm/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 7f8d0565c9a1b808b8fe3b9ec07d8dda50ec17cd X-VCS-Branch: master Date: Tue, 13 Nov 2018 21:12:19 +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-Archives-Salt: cd10d289-7579-41a8-b2f9-79689895b16f X-Archives-Hash: dea67ccc0cb5c3519093d38ab05ff3eb commit: 7f8d0565c9a1b808b8fe3b9ec07d8dda50ec17cd Author: bes.internal <bes.internal <AT> gmail <DOT> com> AuthorDate: Fri Nov 9 12:01:29 2018 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Tue Nov 13 21:09:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f8d0565 sys-fs/mdadm: update dead link Signed-off-by: Vladimir Varlamov <bes.internal <AT> gmail.com> (cherry picked from commit 5ddac6e17cf85381ffd9c8ba365846f077d383e4) Closes: https://github.com/gentoo/gentoo/pull/10376 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> sys-fs/mdadm/mdadm-3.4.ebuild | 4 ++-- sys-fs/mdadm/mdadm-4.0.ebuild | 4 ++-- sys-fs/mdadm/mdadm-4.1.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-fs/mdadm/mdadm-3.4.ebuild b/sys-fs/mdadm/mdadm-3.4.ebuild index ddf71b2cb3e..14b87d2989a 100644 --- a/sys-fs/mdadm/mdadm-3.4.ebuild +++ b/sys-fs/mdadm/mdadm-3.4.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" -HOMEPAGE="http://neil.brown.name/blog/mdadm" +HOMEPAGE="https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/" DEB_PR=1.1 SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.xz mirror://debian/pool/main/m/mdadm/${PN}_3.3.4-${DEB_PR}.debian.tar.xz" diff --git a/sys-fs/mdadm/mdadm-4.0.ebuild b/sys-fs/mdadm/mdadm-4.0.ebuild index 9238d494d06..4532b9e2202 100644 --- a/sys-fs/mdadm/mdadm-4.0.ebuild +++ b/sys-fs/mdadm/mdadm-4.0.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" -HOMEPAGE="http://neil.brown.name/blog/mdadm" +HOMEPAGE="https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/" DEB_PR=4 SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P}.tar.xz mirror://debian/pool/main/m/mdadm/${PN}_3.4-${DEB_PR}.debian.tar.xz" diff --git a/sys-fs/mdadm/mdadm-4.1.ebuild b/sys-fs/mdadm/mdadm-4.1.ebuild index f857fe15b68..e3943f1d3d3 100644 --- a/sys-fs/mdadm/mdadm-4.1.ebuild +++ b/sys-fs/mdadm/mdadm-4.1.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit flag-o-matic multilib systemd toolchain-funcs udev DESCRIPTION="Tool for running RAID systems - replacement for the raidtools" -HOMEPAGE="http://neil.brown.name/blog/mdadm" +HOMEPAGE="https://git.kernel.org/pub/scm/utils/mdadm/mdadm.git/" DEB_PF="4.1~rc1-4" SRC_URI="mirror://kernel/linux/utils/raid/mdadm/${P/_/-}.tar.xz mirror://debian/pool/main/m/mdadm/${PN}_${DEB_PF}.debian.tar.xz"