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 391B11382C5 for ; Sun, 17 May 2020 16:55:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBF1AE0930; Sun, 17 May 2020 16:55:38 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5D32E092E for ; Sun, 17 May 2020 16:55:38 +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 CEF3E34F93A for ; Sun, 17 May 2020 16:55:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 284AA264 for ; Sun, 17 May 2020 16:55:34 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1589734521.d91aa2e9f68aa0c17681039a3ba487c02f4e1aab.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-fs/bcache-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild sys-fs/bcache-tools/bcache-tools-9999.ebuild X-VCS-Directories: sys-fs/bcache-tools/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: d91aa2e9f68aa0c17681039a3ba487c02f4e1aab X-VCS-Branch: master Date: Sun, 17 May 2020 16:55:34 +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: bab28d08-0634-4163-86ca-b0ec096e22e0 X-Archives-Hash: d54650f28f43b6e07bf4c37f4c807982 commit: d91aa2e9f68aa0c17681039a3ba487c02f4e1aab Author: Alexey Sokolov google com> AuthorDate: Fri May 8 14:54:14 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 17 16:55:21 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d91aa2e9 sys-fs/bcache-tools: update homepage Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Aaron Bauman gentoo.org> sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild | 4 ++-- sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild | 4 ++-- sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild | 2 +- sys-fs/bcache-tools/bcache-tools-9999.ebuild | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild index 6cbfae0c1a1..ed33527ffb9 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs udev DESCRIPTION="Tools for bcachefs" -HOMEPAGE="http://bcache.evilpiepirate.org/" +HOMEPAGE="https://bcache.evilpiepirate.org/" SRC_URI="https://github.com/g2p/bcache-tools/archive/v${PV}.tar.gz -> ${P}.tgz" SLOT="0" diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild index 6cbfae0c1a1..ed33527ffb9 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -6,7 +6,7 @@ EAPI=5 inherit toolchain-funcs udev DESCRIPTION="Tools for bcachefs" -HOMEPAGE="http://bcache.evilpiepirate.org/" +HOMEPAGE="https://bcache.evilpiepirate.org/" SRC_URI="https://github.com/g2p/bcache-tools/archive/v${PV}.tar.gz -> ${P}.tgz" SLOT="0" diff --git a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild index 2fcef65f80b..9052ec7ba75 100644 --- a/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-1.0.8_p20140220-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{6,7,8} ) inherit eutils flag-o-matic python-r1 toolchain-funcs udev DESCRIPTION="Tools for bcachefs" -HOMEPAGE="http://bcache.evilpiepirate.org/" +HOMEPAGE="https://bcache.evilpiepirate.org/" SRC_URI=" https://github.com/g2p/bcache-tools/archive/v${PV%%_p*}.tar.gz -> ${P}.tgz https://dev.gentoo.org/~jlec/distfiles/bcache-status-20140220.tar.gz diff --git a/sys-fs/bcache-tools/bcache-tools-9999.ebuild b/sys-fs/bcache-tools/bcache-tools-9999.ebuild index 1ac411be39f..3bd398fac48 100644 --- a/sys-fs/bcache-tools/bcache-tools-9999.ebuild +++ b/sys-fs/bcache-tools/bcache-tools-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ EGIT_NONSHALLOW=true inherit git-r3 toolchain-funcs udev DESCRIPTION="Tools for bcachefs" -HOMEPAGE="http://bcache.evilpiepirate.org/" +HOMEPAGE="https://bcache.evilpiepirate.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/g2p/bcache-tools.git"