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 ACC4A138359 for ; Thu, 9 Jul 2020 22:18:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0D75E0864; Thu, 9 Jul 2020 22:18:33 +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 A4927E0864 for ; Thu, 9 Jul 2020 22:18:33 +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 8F8C234ED5E for ; Thu, 9 Jul 2020 22:18:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1DDE91B8 for ; Thu, 9 Jul 2020 22:18:31 +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: <1594333104.feac57d3c9c20d053dd6f5bb7307a824b326c410.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/objconv/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/objconv/objconv-2.51.ebuild X-VCS-Directories: dev-util/objconv/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: feac57d3c9c20d053dd6f5bb7307a824b326c410 X-VCS-Branch: master Date: Thu, 9 Jul 2020 22:18:31 +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: d5e95474-4093-422b-b875-09981ff5ab7f X-Archives-Hash: acb111ac5e0cca2f9468b721ddc1ec2c commit: feac57d3c9c20d053dd6f5bb7307a824b326c410 Author: Michael Mair-Keimberger gmail com> AuthorDate: Thu Jul 9 18:52:32 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Jul 9 22:18:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=feac57d3 dev-util/objconv: use HTTPS Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Michael Mair-Keimberger gmail.com> Closes: https://github.com/gentoo/gentoo/pull/16652 Signed-off-by: Sergei Trofimovich gentoo.org> dev-util/objconv/objconv-2.51.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-util/objconv/objconv-2.51.ebuild b/dev-util/objconv/objconv-2.51.ebuild index c4d8fb20963..0623cabd95c 100644 --- a/dev-util/objconv/objconv-2.51.ebuild +++ b/dev-util/objconv/objconv-2.51.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -6,7 +6,7 @@ EAPI=7 inherit toolchain-funcs unpacker DESCRIPTION="object code file converted (COFF, ELF, OMF, MACHO)" -HOMEPAGE="http://agner.org/optimize/#objconv" +HOMEPAGE="https://agner.org/optimize/#objconv" # original URL is "http://agner.org/optimize/objconv.zip", but it's unversioned. # I copy those to distfiles time to time. last modified: 2018-Oct-07 SRC_URI="https://dev.gentoo.org/~slyfox/distfiles/${P}.zip"