From ae13757c0f9ce3f23d499e49c2b57f20b8d53472 Mon Sep 17 00:00:00 2001 From: Andrey Grozin Date: Thu, 20 Aug 2026 12:10:49 +0700 Subject: [PATCH] app-text/master-pdf-editor: remove old version Closes: https://bugs.gentoo.org/981083 Signed-off-by: Andrey Grozin --- app-text/master-pdf-editor/Manifest | 1 - .../master-pdf-editor-5.9.98-r1.ebuild | 91 ------------------- 2 files changed, 92 deletions(-) delete mode 100644 app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest index fb53857e56168..090bcce5f5114 100644 --- a/app-text/master-pdf-editor/Manifest +++ b/app-text/master-pdf-editor/Manifest @@ -1,3 +1,2 @@ -DIST master-pdf-editor-5.9.98-1-qt6.9.2.x86_64.tar.gz 139423206 BLAKE2B 2fb52b987709b24454f75d4e80d529573ca41e7c4375862affe4712cddac5e2ed9ff519a1939aaa605eeda6fad485e3f4aa83148daca289e999b30e068bea53b SHA512 c7d6f8bc47f31840f4436eaaeb4b87a48e609bfdc1d57f6a30699c4b4cad437d610a2e2df62fe921856c9c522a228b6d11aee7e91c88b1804978e3875bc086c8 DIST master-pdf-editor-5.9.99-qt6.11.1.x86_64.tar.gz 22272497 BLAKE2B d06d9680f363a5bba40e18fc8777d9225024ec5a7ca4814e3c59a6d67d50e3ea75ebb2fd152f83bd6c30d3a76693d812362be6977dcdfcc77c36442698521085 SHA512 7cb46782443d2bc12a325a6d1eff859690702a0e4d876623c7a8284872bfedb54915d93e7725fb0de738081cf80080c185fcdbf16f5d6429667ab023426f9f03 DIST master-pdf-editor-5.tar.bz2 32463 BLAKE2B 1382da0796ce94f5b183ffdd66a4a80f3b70a8f5abc93146fac6a2152e44fd8a17186643acb7d9504a83ebf8ffa331597139dc75121ff503f973b5545b4428d8 SHA512 0a88e0a3c898846a2590884da9f901bb48061c5d3919720cbf42e33f61dfc7a7ad3c3f5b3244fb153af182270da1c20bb95eeffb3f268616524fd988ff53562d diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild deleted file mode 100644 index d2bd534401ad9..0000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.9.98-r1.ebuild +++ /dev/null @@ -1,91 +0,0 @@ -# Copyright 1999-2026 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit desktop xdg - -DESCRIPTION="A complete solution for viewing and editing PDF files" -HOMEPAGE="https://code-industry.net/free-pdf-editor/" -MyPN="${PN}-${PV%%.*}" -SRC_URI="https://code-industry.net/public/${P}-1-qt6.9.2.x86_64.tar.gz - https://dev.gentoo.org/~grozin/${MyPN}.tar.bz2" -S="${WORKDIR}/${MyPN}" - -LICENSE="master-pdf-editor" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND=" - app-arch/bzip2 - app-arch/zstd - app-crypt/libb2 - dev-libs/double-conversion - dev-libs/expat - dev-libs/glib - dev-libs/gmp - dev-libs/icu - dev-libs/leancrypto - dev-libs/libffi - dev-libs/libpcre2 - dev-libs/libtasn1 - dev-libs/libunistring - dev-libs/libusb - dev-libs/libxml2 - dev-libs/md4c - dev-libs/nettle - dev-libs/openssl - dev-libs/pkcs11-helper - dev-qt/qt5compat:6 - dev-qt/qtbase:6[concurrent,dbus,gui,network,widgets,xml] - dev-qt/qtdeclarative:6 - dev-qt/qtsvg:6 - media-gfx/graphite2 - media-gfx/sane-backends - media-libs/fontconfig - media-libs/freetype - media-libs/harfbuzz - media-libs/libglvnd[X] - media-libs/libpng - net-dns/libidn2 - net-libs/gnutls - net-libs/libproxy - net-print/cups - sys-apps/dbus - || ( sys-apps/systemd sys-apps/systemd-utils ) - sys-apps/util-linux - sys-devel/gcc - sys-libs/glibc - x11-libs/libX11 - x11-libs/libXau - x11-libs/libXdmcp - x11-libs/libxcb - x11-libs/libxkbcommon - virtual/zlib -" - -QA_PREBUILT="opt/${PN}/masterpdfeditor5" -QA_FLAGS_IGNORED="${QA_PREBUILT}" -QA_PRESTRIPPED="${QA_PREBUILT}" - -src_install() { - insinto /opt/${MyPN} - doins -r fonts icc_profiles lang stamps templates masterpdfeditor5.png - exeinto /opt/${MyPN} - doexe masterpdfeditor5 - exeinto /opt/bin - doexe "${FILESDIR}"/mpe5 - domenu masterpdfeditor5.desktop - for s in 16 32 64 96 128 256 - do doicon -s ${s} ${s}x${s}/apps/masterpdfeditor5.png - done -} - -pkg_postinst() { - xdg_pkg_postinst -} - -pkg_postrm() { - xdg_pkg_postrm -}