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 514A6139694 for ; Sun, 18 Jun 2017 09:06:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A7C74E084F; Sun, 18 Jun 2017 09:06:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8365CE084F for ; Sun, 18 Jun 2017 09:06:24 +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 9747334175C for ; Sun, 18 Jun 2017 09:06:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FA3F7477 for ; Sun, 18 Jun 2017 09:06:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1497776771.25f202ed02dac8edf40afe10cbc3d698b0c5ea33.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/qelectrotech/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-electronics/qelectrotech/qelectrotech-0.50.ebuild sci-electronics/qelectrotech/qelectrotech-9999.ebuild X-VCS-Directories: sci-electronics/qelectrotech/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 25f202ed02dac8edf40afe10cbc3d698b0c5ea33 X-VCS-Branch: master Date: Sun, 18 Jun 2017 09:06:22 +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: b2c632ea-6c8a-4e0a-90ef-93341ad24193 X-Archives-Hash: 9f1d57ac4c443bd5467b2c48ccef9bd6 commit: 25f202ed02dac8edf40afe10cbc3d698b0c5ea33 Author: Michael Palimaka gentoo org> AuthorDate: Sun Jun 18 08:59:49 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jun 18 09:06:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25f202ed sci-electronics/qelectrotech: use HTTPS Package-Manager: Portage-2.3.5, Repoman-2.3.2 sci-electronics/qelectrotech/qelectrotech-0.50.ebuild | 6 +++--- sci-electronics/qelectrotech/qelectrotech-9999.ebuild | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild index fbc97315412..f4a12a6db4a 100644 --- a/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-0.50.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,8 +8,8 @@ inherit eutils fdo-mime gnome2-utils qmake-utils MY_P=${PN}-${PV%0}-src DESCRIPTION="Qt5 application to design electric diagrams" -HOMEPAGE="http://qelectrotech.org/" -SRC_URI="http://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz" +HOMEPAGE="https://qelectrotech.org/" +SRC_URI="https://download.tuxfamily.org/qet/tags/20151127/${MY_P}.tar.gz" LICENSE="CC-BY-3.0 GPL-2+" SLOT="0" diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild index 1f72d6540ee..9d2fe1672d8 100644 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -8,7 +8,7 @@ inherit eutils fdo-mime gnome2-utils qmake-utils subversion MY_P=${PN}-${PV%0}-src DESCRIPTION="Qt5 application to design electric diagrams" -HOMEPAGE="http://qelectrotech.org/" +HOMEPAGE="https://qelectrotech.org/" ESVN_REPO_URI="svn://svn.tuxfamily.org/svnroot/qet/qet/trunk" LICENSE="CC-BY-3.0 GPL-2+"