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 E2F561396D0 for ; Sat, 23 Sep 2017 06:46:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2551A1FC1CB; Sat, 23 Sep 2017 06:46:30 +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 08ED11FC1CB for ; Sat, 23 Sep 2017 06:46:30 +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 D7703340AC7 for ; Sat, 23 Sep 2017 06:46:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EE595908A for ; Sat, 23 Sep 2017 06:46:24 +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: <1506149133.2bd6d1bab0589ef13e9fd4393a5b26ab9a8208c5.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/bidiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/bidiv/bidiv-1.5_p4.ebuild X-VCS-Directories: app-i18n/bidiv/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 2bd6d1bab0589ef13e9fd4393a5b26ab9a8208c5 X-VCS-Branch: master Date: Sat, 23 Sep 2017 06:46:24 +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: 71e52b9b-45b3-42d6-aaab-e0981cb4a47b X-Archives-Hash: 57bbcaaf0136584ce348fa1704ad2b3a commit: 2bd6d1bab0589ef13e9fd4393a5b26ab9a8208c5 Author: Jeroen Roovers gentoo org> AuthorDate: Sat Sep 23 06:31:03 2017 +0000 Commit: Jeroen Roovers gentoo org> CommitDate: Sat Sep 23 06:45:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd6d1ba app-i18n/bidiv: Use HTTPS. Package-Manager: Portage-2.3.10, Repoman-2.3.3 app-i18n/bidiv/bidiv-1.5_p4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-i18n/bidiv/bidiv-1.5_p4.ebuild b/app-i18n/bidiv/bidiv-1.5_p4.ebuild index 17610a279f9..9635bec349c 100644 --- a/app-i18n/bidiv/bidiv-1.5_p4.ebuild +++ b/app-i18n/bidiv/bidiv-1.5_p4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=4 @@ -7,7 +7,7 @@ inherit eutils toolchain-funcs PATCH_LEVEL=4 DESCRIPTION="A commandline tool displaying logical Hebrew/Arabic" -HOMEPAGE="http://packages.qa.debian.org/b/bidiv.html" +HOMEPAGE="https://packages.qa.debian.org/b/bidiv.html" SRC_URI="mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}.orig.tar.gz mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV/_p*}-${PATCH_LEVEL}.debian.tar.gz"