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 E1E90138336 for ; Sun, 3 Jun 2018 13:49:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE715E0857; Sun, 3 Jun 2018 13:49:04 +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 C8347E0857 for ; Sun, 3 Jun 2018 13:49:04 +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 3F08D335C75 for ; Sun, 3 Jun 2018 13:49:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B8C52B5 for ; Sun, 3 Jun 2018 13:49:01 +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: <1528033699.6e5918ccb6194822a1c87026c99d03dcd428af38.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/librecad/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/librecad/librecad-2.1.3-r2.ebuild media-gfx/librecad/librecad-2.1.3-r3.ebuild media-gfx/librecad/librecad-9999.ebuild X-VCS-Directories: media-gfx/librecad/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 6e5918ccb6194822a1c87026c99d03dcd428af38 X-VCS-Branch: master Date: Sun, 3 Jun 2018 13:49:01 +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: f78983d2-4cb6-4dfa-9444-b527bf57aeb0 X-Archives-Hash: b317055c1e42094a4e625a587ce949a3 commit: 6e5918ccb6194822a1c87026c99d03dcd428af38 Author: Michael Mair-Keimberger gmail com> AuthorDate: Sun Jun 3 09:25:52 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 3 13:48:19 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5918cc media-gfx/librecad: use HTTPs media-gfx/librecad/librecad-2.1.3-r2.ebuild | 2 +- media-gfx/librecad/librecad-2.1.3-r3.ebuild | 2 +- media-gfx/librecad/librecad-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/media-gfx/librecad/librecad-2.1.3-r2.ebuild b/media-gfx/librecad/librecad-2.1.3-r2.ebuild index f7735d744d3..aedbfb3814e 100644 --- a/media-gfx/librecad/librecad-2.1.3-r2.ebuild +++ b/media-gfx/librecad/librecad-2.1.3-r2.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils qmake-utils DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" +HOMEPAGE="https://www.librecad.org/" SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" LICENSE="GPL-2" diff --git a/media-gfx/librecad/librecad-2.1.3-r3.ebuild b/media-gfx/librecad/librecad-2.1.3-r3.ebuild index 20902c58015..52d397d7a4b 100644 --- a/media-gfx/librecad/librecad-2.1.3-r3.ebuild +++ b/media-gfx/librecad/librecad-2.1.3-r3.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils qmake-utils DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" +HOMEPAGE="https://www.librecad.org/" SRC_URI="https://github.com/LibreCAD/LibreCAD/archive/${PV/_/}.zip -> ${P}.zip" LICENSE="GPL-2" diff --git a/media-gfx/librecad/librecad-9999.ebuild b/media-gfx/librecad/librecad-9999.ebuild index efb61a9472a..2ab7e7f06f7 100644 --- a/media-gfx/librecad/librecad-9999.ebuild +++ b/media-gfx/librecad/librecad-9999.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit eutils git-r3 qmake-utils DESCRIPTION="Generic 2D CAD program" -HOMEPAGE="http://www.librecad.org/" +HOMEPAGE="https://www.librecad.org/" SRC_URI="" EGIT_REPO_URI="https://github.com/LibreCAD/LibreCAD.git"