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 A4C8B1382C5 for ; Sun, 25 Mar 2018 21:07:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2623E092B; Sun, 25 Mar 2018 21:07:00 +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 9B492E092B for ; Sun, 25 Mar 2018 21:07:00 +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 6E89D335C60 for ; Sun, 25 Mar 2018 21:06:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F2F0A269 for ; Sun, 25 Mar 2018 21:06:57 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1522012007.2b3b66c1b798cf08168664f8b28c7796fc63d5ff.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/ding/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/ding/ding-1.8.1.ebuild X-VCS-Directories: app-text/ding/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 2b3b66c1b798cf08168664f8b28c7796fc63d5ff X-VCS-Branch: master Date: Sun, 25 Mar 2018 21:06:57 +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: 57b418c1-18af-4669-9594-fbb5e096afbf X-Archives-Hash: a86dabc519a71dc6658caea114a7cc36 commit: 2b3b66c1b798cf08168664f8b28c7796fc63d5ff Author: Michael Mair-Keimberger gmail com> AuthorDate: Sat Mar 24 18:40:31 2018 +0000 Commit: Lars Wendler gentoo org> CommitDate: Sun Mar 25 21:06:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b3b66c1 app-text/ding: use HTTPS app-text/ding/ding-1.8.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/ding/ding-1.8.1.ebuild b/app-text/ding/ding-1.8.1.ebuild index 6e50e8576fe..c2318824efe 100644 --- a/app-text/ding/ding-1.8.1.ebuild +++ b/app-text/ding/ding-1.8.1.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 eutils DESCRIPTION="Tk based dictionary (German-English) (incl. dictionary itself)" -HOMEPAGE="http://www-user.tu-chemnitz.de/~fri/ding/" +HOMEPAGE="https://www-user.tu-chemnitz.de/~fri/ding/" SRC_URI="http://wftp.tu-chemnitz.de/pub/Local/urz/ding/${P}.tar.gz" LICENSE="GPL-2"