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 4ABB51382C5 for ; Tue, 20 Mar 2018 11:35:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6C9F0E09D9; Tue, 20 Mar 2018 11:35:39 +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 49254E09D9 for ; Tue, 20 Mar 2018 11:35:39 +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 3C63C335C43 for ; Tue, 20 Mar 2018 11:35:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C00D824C for ; Tue, 20 Mar 2018 11:35:36 +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: <1521545729.f7560c07f882c2dd4f95685e92e2ac18a20ad6d6.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-util/lxqt-build-tools/ X-VCS-Repository: proj/qt X-VCS-Files: dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild X-VCS-Directories: dev-util/lxqt-build-tools/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: f7560c07f882c2dd4f95685e92e2ac18a20ad6d6 X-VCS-Branch: master Date: Tue, 20 Mar 2018 11:35:36 +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: a784259a-b7f7-4e3a-aadb-c40bf48b0032 X-Archives-Hash: a5fb6c2362852a23db9e5134e4384e0c commit: f7560c07f882c2dd4f95685e92e2ac18a20ad6d6 Author: Michael Palimaka gentoo org> AuthorDate: Tue Mar 20 11:35:26 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Tue Mar 20 11:35:29 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=f7560c07 dev-util/lxqt-build-tools: use HTTPS Package-Manager: Portage-2.3.24, Repoman-2.3.6 dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild index 04290248..a28ed1dc 100644 --- a/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild +++ b/dev-util/lxqt-build-tools/lxqt-build-tools-9999.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit cmake-utils DESCRIPTION="LXQt Build tools" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" -if [[ ${PV} == *9999* ]]; then +if [[ ${PV} = *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxde/${PN}.git" else - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://downloads.lxqt.org/downloads/${PN}/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm64 ~x86" fi