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 8E1151396D0 for ; Sat, 26 Aug 2017 07:56:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E95C6E0BCB; Sat, 26 Aug 2017 07:56:20 +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 CCD34E0BCB for ; Sat, 26 Aug 2017 07:56:20 +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 F2C6734105A for ; Sat, 26 Aug 2017 07:56:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57459830A for ; Sat, 26 Aug 2017 07:56:18 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1503733526.1f6a1aa6fbced7d815cf23514b4c40dc37aa5018.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/leptonica/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/leptonica/leptonica-1.74.1.ebuild X-VCS-Directories: media-libs/leptonica/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 1f6a1aa6fbced7d815cf23514b4c40dc37aa5018 X-VCS-Branch: master Date: Sat, 26 Aug 2017 07:56:18 +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: 3a4e344b-72bf-4c8e-81c9-2327b260b910 X-Archives-Hash: 409b0c21a16e10fbc718a6e72b479e63 commit: 1f6a1aa6fbced7d815cf23514b4c40dc37aa5018 Author: James Le Cuirot gentoo org> AuthorDate: Sat Aug 26 07:45:26 2017 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sat Aug 26 07:45:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f6a1aa6 media-libs/leptonica: Use GH for SRC_URI as leptonica.org drops old Package-Manager: Portage-2.3.8, Repoman-2.3.2 media-libs/leptonica/leptonica-1.74.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-libs/leptonica/leptonica-1.74.1.ebuild b/media-libs/leptonica/leptonica-1.74.1.ebuild index 6255f7b264a..e1e2552dda2 100644 --- a/media-libs/leptonica/leptonica-1.74.1.ebuild +++ b/media-libs/leptonica/leptonica-1.74.1.ebuild @@ -7,7 +7,7 @@ inherit eutils multilib-minimal DESCRIPTION="C library for image processing and analysis" HOMEPAGE="http://www.leptonica.org/" -SRC_URI="http://www.leptonica.org/source/${P}.tar.gz" +SRC_URI="https://github.com/DanBloomberg/${PN}/releases/download/${PV}/${P}.tar.gz" LICENSE="Apache-2.0" SLOT="0/5" KEYWORDS="alpha amd64 arm ~arm64 ~mips ppc ppc64 sparc x86 ~ppc-macos"