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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 79E2815817D for ; Sun, 23 Jun 2024 10:23:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AC796E2A02; Sun, 23 Jun 2024 10:23:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 90E7EE2A02 for ; Sun, 23 Jun 2024 10:23:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 216C233BDF0 for ; Sun, 23 Jun 2024 10:23:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 89C961C65 for ; Sun, 23 Jun 2024 10:23:43 +0000 (UTC) From: "Lucio Sauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lucio Sauer" Message-ID: <1719138162.db8556d725410bdbc2805f366111637cbad157fb.watermanpaint@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: app-text/OCRmyPDF/ X-VCS-Repository: repo/proj/guru X-VCS-Files: app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild X-VCS-Directories: app-text/OCRmyPDF/ X-VCS-Committer: watermanpaint X-VCS-Committer-Name: Lucio Sauer X-VCS-Revision: db8556d725410bdbc2805f366111637cbad157fb X-VCS-Branch: dev Date: Sun, 23 Jun 2024 10:23:43 +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: a74c5905-48a9-4a0b-bb94-596fd7a91d67 X-Archives-Hash: 1214295f444e063974c9edf03de1f6ed commit: db8556d725410bdbc2805f366111637cbad157fb Author: Lucio Sauer posteo net> AuthorDate: Sun Jun 23 10:22:42 2024 +0000 Commit: Lucio Sauer posteo net> CommitDate: Sun Jun 23 10:22:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=db8556d7 app-text/OCRmyPDF: fix variable order Fix bad ${PN} usage in SRC_URI Signed-off-by: Lucio Sauer posteo.net> app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild b/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild index 8a3db17de..bdc1a8b12 100644 --- a/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild +++ b/app-text/OCRmyPDF/OCRmyPDF-16.3.1.ebuild @@ -10,12 +10,12 @@ inherit distutils-r1 optfeature shell-completion DESCRIPTION="OCRmyPDF adds an OCR text layer to scanned PDF files" HOMEPAGE="https://github.com/ocrmypdf/OCRmyPDF" -SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -RESTRICT=test +SRC_URI="https://github.com/ocrmypdf/ocrmypdf/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="CC-BY-SA-2.5 CC-BY-SA-4.0 MIT MPL-2.0 ZLIB" SLOT="0" KEYWORDS="~amd64" +RESTRICT="test" RDEPEND=" >=app-text/ghostscript-gpl-10.01.2