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 B96661382C5 for ; Sun, 28 Jun 2020 20:54:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 05CFAE0992; Sun, 28 Jun 2020 20:54:32 +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 E458EE0992 for ; Sun, 28 Jun 2020 20:54:31 +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 4523534F2F6 for ; Sun, 28 Jun 2020 20:54:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BF39E1AC for ; Sun, 28 Jun 2020 20:54:28 +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: <1593377653.53a2fbe9cf9c08596b5967ec7b6f341f449b72bd.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/djvu/djvu-3.5.27-r2.ebuild X-VCS-Directories: app-text/djvu/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 53a2fbe9cf9c08596b5967ec7b6f341f449b72bd X-VCS-Branch: master Date: Sun, 28 Jun 2020 20:54:28 +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: 316bb2cd-e698-45e4-a150-1e837a32540f X-Archives-Hash: 241beff58548128ded145b306e8a3252 commit: 53a2fbe9cf9c08596b5967ec7b6f341f449b72bd Author: John Helmert III posteo net> AuthorDate: Thu Jun 25 21:45:00 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sun Jun 28 20:54:13 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53a2fbe9 app-text/djvu: Use stable SRC_URI (bug 729654) Closes: https://bugs.gentoo.org/729654 Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: John Helmert III posteo.net> Signed-off-by: Aaron Bauman gentoo.org> app-text/djvu/djvu-3.5.27-r2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/djvu/djvu-3.5.27-r2.ebuild b/app-text/djvu/djvu-3.5.27-r2.ebuild index f64f28a5332..e5debec50db 100644 --- a/app-text/djvu/djvu-3.5.27-r2.ebuild +++ b/app-text/djvu/djvu-3.5.27-r2.ebuild @@ -10,7 +10,7 @@ MY_P="${PN}-${PN}libre-git-${COMMIT}" DESCRIPTION="DjVu viewers, encoders and utilities" HOMEPAGE="http://djvu.sourceforge.net/" -SRC_URI="https://sourceforge.net/code-snapshots/git/d/dj/djvu/djvulibre-git.git/${MY_P}.zip -> ${P}.zip" +SRC_URI="https://ajakk.github.io/${P}-${COMMIT}.zip -> ${P}.zip" LICENSE="GPL-2" SLOT="0"