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 4BC6F1382C5 for ; Sat, 5 May 2018 01:26:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 58A8FE07F2; Sat, 5 May 2018 01:26:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 34B81E07EA for ; Sat, 5 May 2018 01:26:18 +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 91AC9335C74 for ; Sat, 5 May 2018 01:26:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9BF253D for ; Sat, 5 May 2018 01:26:15 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1525483126.a06eea71ae86f708ed453365c1b904dda64f641a.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/libebook/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/libebook/libebook-0.1.2-r1.ebuild app-text/libebook/libebook-0.1.3.ebuild X-VCS-Directories: app-text/libebook/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: a06eea71ae86f708ed453365c1b904dda64f641a X-VCS-Branch: master Date: Sat, 5 May 2018 01:26:15 +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: 5cf6eeae-5fa0-41e3-842d-fa415bc6d7a4 X-Archives-Hash: 3219acd48392c177396ed15ace19dfe1 commit: a06eea71ae86f708ed453365c1b904dda64f641a Author: Michael Mair-Keimberger gmail com> AuthorDate: Fri May 4 07:47:17 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat May 5 01:18:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a06eea71 app-text/libebook: use HTTPS app-text/libebook/libebook-0.1.2-r1.ebuild | 2 +- app-text/libebook/libebook-0.1.3.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/libebook/libebook-0.1.2-r1.ebuild b/app-text/libebook/libebook-0.1.2-r1.ebuild index f7039345c93..e30d1ced7b2 100644 --- a/app-text/libebook/libebook-0.1.2-r1.ebuild +++ b/app-text/libebook/libebook-0.1.2-r1.ebuild @@ -9,7 +9,7 @@ MY_P="${MY_PN}-${PV}" inherit autotools flag-o-matic DESCRIPTION="Library parsing various ebook formats" -HOMEPAGE="http://www.sourceforge.net/projects/libebook/" +HOMEPAGE="https://www.sourceforge.net/projects/libebook/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MPL-2.0" diff --git a/app-text/libebook/libebook-0.1.3.ebuild b/app-text/libebook/libebook-0.1.3.ebuild index 381b4866c42..ecfbde86e9f 100644 --- a/app-text/libebook/libebook-0.1.3.ebuild +++ b/app-text/libebook/libebook-0.1.3.ebuild @@ -9,7 +9,7 @@ MY_P="${MY_PN}-${PV}" inherit autotools flag-o-matic DESCRIPTION="Library parsing various ebook formats" -HOMEPAGE="http://www.sourceforge.net/projects/libebook/" +HOMEPAGE="https://www.sourceforge.net/projects/libebook/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="MPL-2.0"