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 93AC513835A for ; Tue, 10 Nov 2020 12:22:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6E0EE0864; Tue, 10 Nov 2020 12:22:23 +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 6C604E0867 for ; Tue, 10 Nov 2020 12:22:19 +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 5D88D340D1C for ; Tue, 10 Nov 2020 12:22:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D8479445 for ; Tue, 10 Nov 2020 12:22:14 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1605009683.447b6483fb516f12b339ae9ac77fbb328a3e3f51.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/getmail/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/getmail/getmail-6.9.ebuild X-VCS-Directories: net-mail/getmail/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 447b6483fb516f12b339ae9ac77fbb328a3e3f51 X-VCS-Branch: master Date: Tue, 10 Nov 2020 12:22:14 +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: 87acccd4-ba06-4add-8092-b9790dd5a558 X-Archives-Hash: 2c7aac082ab019a96a327d3e12b7161c commit: 447b6483fb516f12b339ae9ac77fbb328a3e3f51 Author: Joonas Niilola gentoo org> AuthorDate: Tue Nov 10 12:01:23 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Nov 10 12:01:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=447b6483 net-mail/getmail: https:// in HOMEPAGE, remove redundant IUSE Signed-off-by: Joonas Niilola gentoo.org> net-mail/getmail/getmail-6.9.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/net-mail/getmail/getmail-6.9.ebuild b/net-mail/getmail/getmail-6.9.ebuild index 7721b8688ee..ef9a338b225 100644 --- a/net-mail/getmail/getmail-6.9.ebuild +++ b/net-mail/getmail/getmail-6.9.ebuild @@ -10,13 +10,12 @@ DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 DESCRIPTION="A mail retriever with reliable Maildir and mbox delivery" -HOMEPAGE="http://www.getmail6.org/" +HOMEPAGE="https://www.getmail6.org/ https://github.com/getmail6/getmail6" SRC_URI="https://github.com/getmail6/getmail6/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="ssl" S="${WORKDIR}/getmail6-${PV}"