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 0EFC1158095 for ; Fri, 2 Sep 2022 18:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25D13E0959; Fri, 2 Sep 2022 18:10:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0DEC3E0959 for ; Fri, 2 Sep 2022 18:10:26 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3583B340E93 for ; Fri, 2 Sep 2022 18:10:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8F7EB5A0 for ; Fri, 2 Sep 2022 18:10:23 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1662142024.617833eb72f1256dc805dba9d52ec93092a56a50.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/unpaper/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/unpaper/Manifest app-text/unpaper/unpaper-6.1-r1.ebuild X-VCS-Directories: app-text/unpaper/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 617833eb72f1256dc805dba9d52ec93092a56a50 X-VCS-Branch: master Date: Fri, 2 Sep 2022 18:10:23 +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: 801c2472-b117-42f3-9645-58d7681b61a6 X-Archives-Hash: 8af54bc5199296578b21a7d1e18ccca7 commit: 617833eb72f1256dc805dba9d52ec93092a56a50 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 2 18:05:20 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 2 18:07:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=617833eb app-text/unpaper: drop 6.1-r1 Closes: https://bugs.gentoo.org/867910 Signed-off-by: Andreas Sturmlechner gentoo.org> app-text/unpaper/Manifest | 1 - app-text/unpaper/unpaper-6.1-r1.ebuild | 34 ---------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-text/unpaper/Manifest b/app-text/unpaper/Manifest index 4f3ac2e27f19..371e03985fd8 100644 --- a/app-text/unpaper/Manifest +++ b/app-text/unpaper/Manifest @@ -1,2 +1 @@ -DIST unpaper-6.1.tar.xz 2655724 BLAKE2B df16261d37d5d493aa640cd940b63f55e90ba091e6028dc11dd0c685ec880a7be202d4056756ef0fa54b48b89f1845b9cf23aceeb87945a1b6a25eec4b7c0915 SHA512 afef705985d3c265672c9e42130acc34befc080c361f3169e299b5110c662d0b9845a9d0ca4fc3aad468f49967ded36fb60ffed296373569dd7337c3cb81e79c DIST unpaper-7.0.0.tar.xz 4430572 BLAKE2B 4ab27df9f859b9238ce866c65b7e2d4214a96883be35259494db0115594804a8bc76dc0c60324f147d76865c2cedaaffa70f7a2785fdad2e5c103ca66fa49ea3 SHA512 58da969e773bf16ffee98b96f903ac5347f66d9a93c63bdb9131f5d45f4d7973c09f364ac2f27f8cb61f75de0421c6b01aa248fa9619fbdbde30fcebc76aa484 diff --git a/app-text/unpaper/unpaper-6.1-r1.ebuild b/app-text/unpaper/unpaper-6.1-r1.ebuild deleted file mode 100644 index 91982d16e2cb..000000000000 --- a/app-text/unpaper/unpaper-6.1-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -if [[ ${PV} == *9999 ]]; then - EGIT_REPO_URI="https://github.com/Flameeyes/unpaper.git" - inherit git-r3 autotools -else - SRC_URI="https://www.flameeyes.eu/files/${P}.tar.xz" - KEYWORDS="amd64 ~arm64 x86" -fi - -DESCRIPTION="Post-processor for scanned and photocopied book pages" -HOMEPAGE="https://www.flameeyes.eu/projects/unpaper" - -LICENSE="GPL-2" -SLOT="0" -IUSE="test" - -RDEPEND=">=media-video/ffmpeg-2:0=[encode]" -DEPEND="dev-libs/libxslt - app-text/docbook-xsl-ns-stylesheets - virtual/pkgconfig - ${RDEPEND}" - -# gcc can generate slightly different code that leads to slightly different -# images. Wait until we get a better testsuite. -RESTRICT="test" - -src_prepare() { - default - [[ ${PV} == *9999 ]] && eautoreconf -}