From 703d303771d844b8d33bca95e8c4c1681841d3f2 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Thu, 27 Jun 2024 11:19:24 +0200 Subject: [PATCH] dev-tex/pdfannotextractor: drop 0.2-r2 Signed-off-by: Florian Schmaus --- .../pdfannotextractor-0.2-r2.ebuild | 72 ------------------- 1 file changed, 72 deletions(-) delete mode 100644 dev-tex/pdfannotextractor/pdfannotextractor-0.2-r2.ebuild diff --git a/dev-tex/pdfannotextractor/pdfannotextractor-0.2-r2.ebuild b/dev-tex/pdfannotextractor/pdfannotextractor-0.2-r2.ebuild deleted file mode 100644 index 2e8ffce4d1fcb..0000000000000 --- a/dev-tex/pdfannotextractor/pdfannotextractor-0.2-r2.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit latex-package java-pkg-2 java-ant-2 - -MY_COMMIT_ID=718e18be0c8fd1dc5b7c974eb4fbe6d0774cd05e -MY_PDFBOX_VER="1.8.17" -MY_FONTBOX_VER="1.7.1" - -DESCRIPTION="Extract annotations from pdf files" -HOMEPAGE="https://www.ctan.org/tex-archive/macros/latex/contrib/pax/" -SRC_URI=" - https://github.com/bastien-roucaries/latex-pax/archive/${MY_COMMIT_ID}.tar.gz - -> ${P}.tar.gz - https://downloads.apache.org/pdfbox/${MY_PDFBOX_VER}/pdfbox-${MY_PDFBOX_VER}.jar - https://archive.apache.org/dist/pdfbox/${MY_FONTBOX_VER}/fontbox-${MY_FONTBOX_VER}.jar -" - -S="${WORKDIR}/latex-pax-${MY_COMMIT_ID}" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86 ~x64-macos" - -COMMON_DEPEND="virtual/latex-base" -DEPEND=" - ${COMMON_DEPEND} - >=virtual/jdk-11 -" -BDEPEND="app-arch/unzip" -RDEPEND=" - dev-java/commons-logging:0 - ${COMMON_DEPEND} - virtual/perl-Getopt-Long - dev-perl/File-Which - >=virtual/jre-11 - !