From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1673427-garchives=archives.gentoo.org@lists.gentoo.org>
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 41FE2158083
	for <garchives@archives.gentoo.org>; Tue, 24 Sep 2024 08:47:59 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EF20CE2B5D;
	Tue, 24 Sep 2024 08:47:57 +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 CB301E2B5D
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Sep 2024 08:47:57 +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 D60D933BDFF
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Sep 2024 08:47:56 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 64DBB16EF
	for <gentoo-commits@lists.gentoo.org>; Tue, 24 Sep 2024 08:47:55 +0000 (UTC)
From: "Florian Schmaus" <flow@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Florian Schmaus" <flow@gentoo.org>
Message-ID: <1727167588.c3ef6f6741b9b7d6c1c86b3e8bbc9c0f9299b6e1.flow@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/gscan2pdf/
X-VCS-Repository: repo/gentoo
X-VCS-Files: media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild
X-VCS-Directories: media-gfx/gscan2pdf/
X-VCS-Committer: flow
X-VCS-Committer-Name: Florian Schmaus
X-VCS-Revision: c3ef6f6741b9b7d6c1c86b3e8bbc9c0f9299b6e1
X-VCS-Branch: master
Date: Tue, 24 Sep 2024 08:47:55 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: c8073134-0df1-40c6-9be6-94ce8297ed41
X-Archives-Hash: ac07d166858a2f6be67227abca084b4f

commit:     c3ef6f6741b9b7d6c1c86b3e8bbc9c0f9299b6e1
Author:     Chris Mayo <aklhfex <AT> gmail <DOT> com>
AuthorDate: Mon Sep 23 18:21:21 2024 +0000
Commit:     Florian Schmaus <flow <AT> gentoo <DOT> org>
CommitDate: Tue Sep 24 08:46:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3ef6f67

media-gfx/gscan2pdf: drop 2.13.2

Signed-off-by: Chris Mayo <aklhfex <AT> gmail.com>
Signed-off-by: Florian Schmaus <flow <AT> gentoo.org>

 media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild | 110 ----------------------------
 1 file changed, 110 deletions(-)

diff --git a/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild b/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild
deleted file mode 100644
index 8b113cf10656..000000000000
--- a/media-gfx/gscan2pdf/gscan2pdf-2.13.2.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DIST_TEST="do"
-
-inherit optfeature perl-module virtualx xdg-utils
-
-DESCRIPTION="Scan documents, perform OCR, produce PDFs and DjVus"
-HOMEPAGE="http://gscan2pdf.sourceforge.net/"
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.xz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-IUSE="test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	dev-perl/Config-General
-	dev-perl/Data-UUID
-	dev-perl/Date-Calc
-	dev-perl/Filesys-Df
-	dev-perl/glib-perl
-	dev-perl/GooCanvas2
-	dev-perl/Gtk3
-	>=dev-perl/Gtk3-ImageView-10.0.0
-	dev-perl/Gtk3-SimpleList
-	dev-perl/HTML-Parser
-	dev-perl/Image-Sane
-	dev-perl/List-MoreUtils
-	dev-perl/Locale-Codes
-	dev-perl/Locale-gettext
-	dev-perl/Log-Log4perl
-	>=dev-perl/PDF-Builder-3.23.0
-	dev-perl/Proc-ProcessTable
-	dev-perl/Readonly
-	dev-perl/Set-IntSpan
-	dev-perl/Try-Tiny
-	virtual/perl-Archive-Tar
-	virtual/perl-Carp
-	virtual/perl-Data-Dumper
-	virtual/perl-File-Temp
-	virtual/perl-Getopt-Long
-	virtual/perl-threads
-	virtual/perl-threads-shared
-	media-gfx/imagemagick[png,tiff,perl]
-	media-gfx/sane-backends
-	media-libs/tiff"
-
-BDEPEND="
-	test? (
-		${RDEPEND}
-		dev-perl/IPC-System-Simple
-		dev-perl/Sub-Override
-		media-libs/fontconfig
-
-		app-text/djvu[jpeg,tiff]
-		app-text/poppler[utils]
-		app-text/tesseract[-opencl,osd(+),png,tiff]
-		app-text/unpaper
-		media-gfx/imagemagick[djvu,jpeg,png,tiff,perl,postscript,truetype]
-		media-gfx/sane-backends[sane_backends_test]
-		media-gfx/sane-frontends
-	)"
-
-PERL_RM_FILES=( t/{90_MANIFEST,91_critic,99_pod,169_import_scan}.t )
-
-mydoc="History"
-
-src_test() {
-	einfo "Using:"
-	einfo "  $(best_version app-text/djvu)"
-	einfo "  $(best_version app-text/poppler)"
-	einfo "  $(best_version app-text/tesseract)"
-	einfo "  $(best_version dev-perl/Gtk3-ImageView)"
-	einfo "  $(best_version dev-perl/Image-Sane)"
-	einfo "  $(best_version dev-perl/PDF-Builder)"
-	einfo "  $(best_version media-gfx/imagemagick)"
-	einfo "  $(best_version media-gfx/sane-backends)"
-	einfo "  $(best_version media-libs/tiff)"
-
-	local confdir="${HOME}/.config/ImageMagick"
-	mkdir -p "${confdir}" || die
-	cat > "${confdir}/policy.xml" <<-EOT || die
-		<policymap>
-			<policy domain="coder" rights="read|write" pattern="PDF" />
-			<policy domain="coder" rights="read" pattern="PS" />
-		</policymap>
-	EOT
-	NO_AT_BRIDGE=1 virtx perl-module_src_test
-}
-
-pkg_postinst() {
-	xdg_desktop_database_update
-
-	optfeature "DjVu file support" "app-text/djvu[tiff] media-gfx/imagemagick[djvu]"
-	optfeature "encrypting PDFs" app-text/pdftk
-	optfeature "creating PostScript files from PDFs" app-text/poppler[utils]
-	optfeature "adding to an existing PDF" app-text/poppler[utils]
-	optfeature "Optical Character Recognition" app-text/tesseract[tiff]
-	optfeature "scan post-processing" app-text/unpaper
-	optfeature "automatic document feeder support" media-gfx/sane-frontends
-	optfeature "sending PDFs as email attachments" x11-misc/xdg-utils
-}
-
-pkg_postrm() {
-	xdg_desktop_database_update
-}