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 3700C1396D1 for ; Thu, 31 Aug 2017 10:33:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 608C31FC06D; Thu, 31 Aug 2017 10:33:29 +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 37D4C1FC06D for ; Thu, 31 Aug 2017 10:33:29 +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 68B33340AC7 for ; Thu, 31 Aug 2017 10:33:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B8AB88EE for ; Thu, 31 Aug 2017 10:33:25 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1504173934.1dd3a3d7552c3929ac13eb6f5b38308012f67123.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/dmenu/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/dmenu/dmenu-4.6.ebuild x11-misc/dmenu/dmenu-4.7.ebuild x11-misc/dmenu/dmenu-9999.ebuild X-VCS-Directories: x11-misc/dmenu/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 1dd3a3d7552c3929ac13eb6f5b38308012f67123 X-VCS-Branch: master Date: Thu, 31 Aug 2017 10:33:25 +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: b811c19a-a66c-4511-b9fc-4774da62bd5d X-Archives-Hash: 2521e2173a2744bec8c4f7b37672721c commit: 1dd3a3d7552c3929ac13eb6f5b38308012f67123 Author: Jeroen Roovers gentoo org> AuthorDate: Thu Aug 31 10:05:34 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Thu Aug 31 10:05:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1dd3a3d7 x11-misc/dmenu: Switch to HTTPS. Package-Manager: Portage-2.3.8, Repoman-2.3.3 x11-misc/dmenu/dmenu-4.6.ebuild | 6 +++--- x11-misc/dmenu/dmenu-4.7.ebuild | 4 ++-- x11-misc/dmenu/dmenu-9999.ebuild | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/dmenu/dmenu-4.6.ebuild b/x11-misc/dmenu/dmenu-4.6.ebuild index 121c77abecb..dbf358fff49 100644 --- a/x11-misc/dmenu/dmenu-4.6.ebuild +++ b/x11-misc/dmenu/dmenu-4.6.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System" -HOMEPAGE="http://tools.suckless.org/dmenu/" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/dmenu/" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/x11-misc/dmenu/dmenu-4.7.ebuild b/x11-misc/dmenu/dmenu-4.7.ebuild index 619f585174c..47042fad0e7 100644 --- a/x11-misc/dmenu/dmenu-4.7.ebuild +++ b/x11-misc/dmenu/dmenu-4.7.ebuild @@ -5,8 +5,8 @@ EAPI=6 inherit toolchain-funcs DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System" -HOMEPAGE="http://tools.suckless.org/dmenu/" -SRC_URI="http://dl.suckless.org/tools/${P}.tar.gz" +HOMEPAGE="https://tools.suckless.org/dmenu/" +SRC_URI="https://dl.suckless.org/tools/${P}.tar.gz" LICENSE="MIT" SLOT="0" diff --git a/x11-misc/dmenu/dmenu-9999.ebuild b/x11-misc/dmenu/dmenu-9999.ebuild index 740dcacd311..9e869161279 100644 --- a/x11-misc/dmenu/dmenu-9999.ebuild +++ b/x11-misc/dmenu/dmenu-9999.ebuild @@ -5,7 +5,7 @@ EAPI=6 inherit git-r3 savedconfig toolchain-funcs DESCRIPTION="a generic, highly customizable, and efficient menu for the X Window System" -HOMEPAGE="http://tools.suckless.org/dmenu/" +HOMEPAGE="https://tools.suckless.org/dmenu/" EGIT_REPO_URI="git://git.suckless.org/dmenu" LICENSE="MIT"