commit:     2d8cf9c662c29a604132810d6b7bd79519f55b98
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 29 11:40:18 2025 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Apr 29 11:40:18 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d8cf9c6

app-text/pdfarranger: remove old version

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-text/pdfarranger/Manifest                  |  1 -
 app-text/pdfarranger/pdfarranger-1.11.0.ebuild | 40 --------------------------
 app-text/pdfarranger/pdfarranger-1.11.1.ebuild | 40 --------------------------
 3 files changed, 81 deletions(-)

diff --git a/app-text/pdfarranger/Manifest b/app-text/pdfarranger/Manifest
index 0d18f67abfdb..9d49aba8048e 100644
--- a/app-text/pdfarranger/Manifest
+++ b/app-text/pdfarranger/Manifest
@@ -1,2 +1 @@
-DIST pdfarranger-1.11.0.tar.gz 450491 BLAKE2B 
a34323e2491412bd192ee49106008388170452fa2ff150c56a03573a18582e65457e213db2e0f33b909b6e442acd30f397a3167d560555f2d9b70a2b0daca985
 SHA512 
b5eb91ea0157453928e908fb13857929364d3cb0fa6872c1a2c2a60f654bebdeaf88da483071e52727dc1943f972fa78e919e4b46a63a131795018c125dfee48
 DIST pdfarranger-1.11.1.tar.gz 455095 BLAKE2B 
cc4aebaf27cf2bf66c9ffa6f7519345461072aa36bcdf604f615b4d7366d96d972ff63fc6b3897e424a07c6bcbb78816f275b760335a22056bc9ced6f09618ff
 SHA512 
910c0b03c61f195c5adc054acd249c6a735e276990fdf3f3a77c3538917e76dbf46a8665571730092d1fb23edfad1e97b95337b51fbfe92d1d553c0a78e98cfe

diff --git a/app-text/pdfarranger/pdfarranger-1.11.0.ebuild 
b/app-text/pdfarranger/pdfarranger-1.11.0.ebuild
deleted file mode 100644
index 8ce2e410ae63..000000000000
--- a/app-text/pdfarranger/pdfarranger-1.11.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-inherit distutils-r1 optfeature xdg desktop
-
-DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages"
-HOMEPAGE="https://github.com/jeromerobert/pdfarranger";
-SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64"
-
-RDEPEND="
-       app-text/poppler[introspection,cairo]
-       dev-python/pikepdf[${PYTHON_USEDEP}]
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pillow[${PYTHON_USEDEP},lcms]
-       dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-       x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       distutils-r1_src_install
-       for x in 16 32 48 256 scalable
-       do doicon -s ${x} data/icons/hicolor/${x}*/*
-       done
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       optfeature "image file import" media-gfx/img2pdf
-}

diff --git a/app-text/pdfarranger/pdfarranger-1.11.1.ebuild 
b/app-text/pdfarranger/pdfarranger-1.11.1.ebuild
deleted file mode 100644
index 5bb0d5ee7a7a..000000000000
--- a/app-text/pdfarranger/pdfarranger-1.11.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
-inherit distutils-r1 optfeature xdg desktop
-
-DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages"
-HOMEPAGE="https://github.com/jeromerobert/pdfarranger";
-SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="~amd64"
-
-RDEPEND="
-       app-text/poppler[introspection,cairo]
-       dev-python/pikepdf[${PYTHON_USEDEP}]
-       dev-python/pycairo[${PYTHON_USEDEP}]
-       dev-python/pillow[${PYTHON_USEDEP},lcms]
-       dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
-       dev-python/python-dateutil[${PYTHON_USEDEP}]
-       x11-libs/gtk+:3[introspection]
-       x11-libs/pango[introspection]
-"
-DEPEND="${RDEPEND}"
-
-src_install() {
-       distutils-r1_src_install
-       for x in 16 32 48 256 scalable
-       do doicon -s ${x} data/icons/hicolor/${x}*/*
-       done
-}
-
-pkg_postinst() {
-       xdg_pkg_postinst
-       optfeature "image file import" media-gfx/img2pdf
-}

Reply via email to