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 2CBFC1395E2 for ; Mon, 12 Dec 2016 02:37:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 764E2E0E3B; Mon, 12 Dec 2016 02:37:05 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4B2E4E0E3B for ; Mon, 12 Dec 2016 02:37:05 +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 6AA09340988 for ; Mon, 12 Dec 2016 02:37:04 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2DD7724C1 for ; Mon, 12 Dec 2016 02:37:03 +0000 (UTC) From: "Robin H. Johnson" 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" Message-ID: <1481510217.488b579c1ff6ef2bc3eb1fffb34f427edb71c5b5.robbat2@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-block/blktrace/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-block/blktrace/blktrace-1.0.3.ebuild sys-block/blktrace/blktrace-1.1.0.ebuild X-VCS-Directories: sys-block/blktrace/ X-VCS-Committer: robbat2 X-VCS-Committer-Name: Robin H. Johnson X-VCS-Revision: 488b579c1ff6ef2bc3eb1fffb34f427edb71c5b5 X-VCS-Branch: master Date: Mon, 12 Dec 2016 02:37:03 +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: e8bafa03-d2f3-4a21-8188-0c2cb1152ff9 X-Archives-Hash: 3fc0b5fc0a1d3c3b09e83689a9cbdcb4 commit: 488b579c1ff6ef2bc3eb1fffb34f427edb71c5b5 Author: Wim Muskee gmail com> AuthorDate: Thu Dec 8 18:29:34 2016 +0000 Commit: Robin H. Johnson gentoo org> CommitDate: Mon Dec 12 02:36:57 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488b579c sys-block/blktrace: update HOMEPAGE, #573110 (cherry picked from commit 0d6e6e463b99ff8e68c2038063d8918d9dcb3f34) Signed-off-by: Robin H. Johnson gentoo.org> sys-block/blktrace/blktrace-1.0.3.ebuild | 4 ++-- sys-block/blktrace/blktrace-1.1.0.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-block/blktrace/blktrace-1.0.3.ebuild b/sys-block/blktrace/blktrace-1.0.3.ebuild index 0802676..8f2db52 100644 --- a/sys-block/blktrace/blktrace-1.0.3.ebuild +++ b/sys-block/blktrace/blktrace-1.0.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=2 inherit eutils toolchain-funcs flag-o-matic linux-info DESCRIPTION="btrace can show detailed info about what is happening on a block device io queue" -HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/axboe/blktrace/" +HOMEPAGE="http://git.kernel.dk/cgit/blktrace/" MY_PN="blktrace" MY_P="${MY_PN}-${PV}" SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2" diff --git a/sys-block/blktrace/blktrace-1.1.0.ebuild b/sys-block/blktrace/blktrace-1.1.0.ebuild index 23c11b3..5f44f85 100644 --- a/sys-block/blktrace/blktrace-1.1.0.ebuild +++ b/sys-block/blktrace/blktrace-1.1.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -7,7 +7,7 @@ EAPI=5 inherit eutils toolchain-funcs flag-o-matic linux-info DESCRIPTION="btrace can show detailed info about what is happening on a block device io queue" -HOMEPAGE="https://www.kernel.org/pub/linux/kernel/people/axboe/blktrace/" +HOMEPAGE="http://git.kernel.dk/cgit/blktrace/" MY_PN="blktrace" MY_P="${MY_PN}-${PV}" SRC_URI="http://brick.kernel.dk/snaps/${MY_P}.tar.bz2"