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 0FE90138334 for ; Sun, 23 Sep 2018 08:06:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE7F3E0844; Sun, 23 Sep 2018 08:06:05 +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 C0434E0843 for ; Sun, 23 Sep 2018 08:06:05 +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 95156335CC2 for ; Sun, 23 Sep 2018 08:06:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF7B8431 for ; Sun, 23 Sep 2018 08:06:01 +0000 (UTC) From: "Jimi Huotari" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jimi Huotari" Message-ID: <1537689871.99da3a64cb558c9a9d46050d2f4928d1d7b87961.chiitoo@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: app-arch/lxqt-archiver/ X-VCS-Repository: proj/qt X-VCS-Files: app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild X-VCS-Directories: app-arch/lxqt-archiver/ X-VCS-Committer: chiitoo X-VCS-Committer-Name: Jimi Huotari X-VCS-Revision: 99da3a64cb558c9a9d46050d2f4928d1d7b87961 X-VCS-Branch: master Date: Sun, 23 Sep 2018 08:06: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: 362a9acd-dfa2-44b0-a966-3cde88ceed9b X-Archives-Hash: bcafa9971880573762549a28d9e205af commit: 99da3a64cb558c9a9d46050d2f4928d1d7b87961 Author: Jimi Huotari gentoo org> AuthorDate: Sun Sep 23 08:04:31 2018 +0000 Commit: Jimi Huotari gentoo org> CommitDate: Sun Sep 23 08:04:31 2018 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=99da3a64 app-arch/lxqt-archiver: update HOMEPAGE and SRC_URI Package-Manager: Portage-2.3.49, Repoman-2.3.10 app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild index 6ea17365..8ab964bf 100644 --- a/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild +++ b/app-arch/lxqt-archiver/lxqt-archiver-9999.ebuild @@ -5,13 +5,13 @@ EAPI=6 inherit cmake-utils DESCRIPTION="A Simple and Lightweight Qt File Archiver" -HOMEPAGE="http://lxqt.org/" +HOMEPAGE="https://lxqt.org/" if [[ ${PV} == *9999* ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/lxqt/${PN}.git" else - SRC_URI="https://github.com/lxde/${PN}/releases/download/${PV}/${P}.tar.xz" + SRC_URI="https://github.com/lxqt/${PN}/releases/download/${PV}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi