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 63C6D138359 for ; Sat, 9 May 2020 10:20:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9C2AFE0809; Sat, 9 May 2020 10:20:55 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 86408E0809 for ; Sat, 9 May 2020 10:20:55 +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 A8FEF34F2B4 for ; Sat, 9 May 2020 10:20:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2FF469C for ; Sat, 9 May 2020 10:20:53 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1589019632.350eb26bbc5f66df88c38b342bed787f904ece8a.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/coolreader/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/coolreader/coolreader-3.2.39.ebuild X-VCS-Directories: app-text/coolreader/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: 350eb26bbc5f66df88c38b342bed787f904ece8a X-VCS-Branch: master Date: Sat, 9 May 2020 10:20:53 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b08a7be7-2b6f-4aa2-b573-d2901c2752fd X-Archives-Hash: 57ba64790b378f605bb84b4242c53939 commit: 350eb26bbc5f66df88c38b342bed787f904ece8a Author: Andrey Grozin gentoo org> AuthorDate: Sat May 9 10:19:24 2020 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Sat May 9 10:20:32 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=350eb26b app-text/coolreader: homepage updated Closes: https://bugs.gentoo.org/721612 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andrey Grozin gentoo.org> app-text/coolreader/coolreader-3.2.39.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/app-text/coolreader/coolreader-3.2.39.ebuild b/app-text/coolreader/coolreader-3.2.39.ebuild index 50ce82bcf87..0b26482993e 100644 --- a/app-text/coolreader/coolreader-3.2.39.ebuild +++ b/app-text/coolreader/coolreader-3.2.39.ebuild @@ -10,7 +10,6 @@ CR_PV=$(ver_rs 3 '-') if [ "${PV}" != 9999 ] then - # git tag cr3.2.2-1 SRC_URI="https://github.com/buggins/${PN}/archive/cr${CR_PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-cr${CR_PV}" else @@ -23,7 +22,7 @@ else fi DESCRIPTION="CoolReader - reader of eBook files (fb2,epub,htm,rtf,txt)" -HOMEPAGE="https://sourceforge.net/projects/crengine/" +HOMEPAGE="https://github.com/buggins/coolreader/" LICENSE="GPL-2" SLOT="0"