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 082BA1382C5 for ; Sun, 20 May 2018 00:16:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7F8FEE091F; Sun, 20 May 2018 00:16:51 +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 56792E091F for ; Sun, 20 May 2018 00:16:51 +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 0C799335CC7 for ; Sun, 20 May 2018 00:16:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B97B82BB for ; Sun, 20 May 2018 00:16:47 +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: <1526775198.b1cb43d8f1200f11318d408a259b893fec71c980.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/miller/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/miller/miller-4.2.0.ebuild sys-apps/miller/miller-5.2.2.ebuild sys-apps/miller/miller-5.3.0.ebuild X-VCS-Directories: sys-apps/miller/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: b1cb43d8f1200f11318d408a259b893fec71c980 X-VCS-Branch: master Date: Sun, 20 May 2018 00:16:47 +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: 92bfb2ad-4eb6-4940-b9f6-238537a11cc2 X-Archives-Hash: 48ea7f1736b0be2986e979f58a7d3479 commit: b1cb43d8f1200f11318d408a259b893fec71c980 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat May 19 07:53:15 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun May 20 00:13:18 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1cb43d8 sys-apps/miller: use HTTPS Closes: https://github.com/gentoo/gentoo/pull/8481 sys-apps/miller/miller-4.2.0.ebuild | 4 ++-- sys-apps/miller/miller-5.2.2.ebuild | 4 ++-- sys-apps/miller/miller-5.3.0.ebuild | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sys-apps/miller/miller-4.2.0.ebuild b/sys-apps/miller/miller-4.2.0.ebuild index df616602dab..f0f66106e3d 100644 --- a/sys-apps/miller/miller-4.2.0.ebuild +++ b/sys-apps/miller/miller-4.2.0.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" LICENSE="BSD-2" SLOT="0" diff --git a/sys-apps/miller/miller-5.2.2.ebuild b/sys-apps/miller/miller-5.2.2.ebuild index 7d27a1bf9b8..fc4af1f1087 100644 --- a/sys-apps/miller/miller-5.2.2.ebuild +++ b/sys-apps/miller/miller-5.2.2.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=6 @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2" diff --git a/sys-apps/miller/miller-5.3.0.ebuild b/sys-apps/miller/miller-5.3.0.ebuild index 97912f6bbd6..fc4af1f1087 100644 --- a/sys-apps/miller/miller-5.3.0.ebuild +++ b/sys-apps/miller/miller-5.3.0.ebuild @@ -6,7 +6,7 @@ EAPI=6 inherit autotools DESCRIPTION="A tool like sed, awk, cut, join, and sort for name-indexed data (CSV, JSON, ..)" -HOMEPAGE="http://johnkerl.org/miller" +HOMEPAGE="https://johnkerl.org/miller/doc/index.html" SRC_URI="https://github.com/johnkerl/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD-2"