commit: 576525835138b209098df8aa494a61b1b528f813 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Wed Nov 26 23:01:35 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Wed Nov 26 23:03:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57652583
app-text/master-pdf-editor: drop 5.9.90 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/master-pdf-editor/Manifest | 1 - .../master-pdf-editor-5.9.90.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest index d55607235250..e48fa384a051 100644 --- a/app-text/master-pdf-editor/Manifest +++ b/app-text/master-pdf-editor/Manifest @@ -1,2 +1 @@ -DIST master-pdf-editor-5.9.90-qt5.x86_64-qt_include.tar.gz 120502781 BLAKE2B 70dac4fb96df561fbf1a46edd44c18fb2543b079ba78dd0fc75b525008f66b3dc6f1d176324abd2d09f6a515a1e23e1308362b3ae8d6c9eac04e0cfd5f4669d3 SHA512 03f2dfb5fe57314761daea6f46aed03df7e3500fa7e78bbe1558c8a1090d255024ceb099a07671c750a25b9cd4b3bef28a256c73a257652ea5304d532f143863 DIST master-pdf-editor-5.9.94-qt5.x86_64-qt_include.tar.gz 81022672 BLAKE2B afbc96557abe9b6babfa436768724d1d701dcb2aa772059f8ebf85dd84fb880a256092d9ea13b4b2c8c53c52dd870a6e11f3ea4cc9e59d293be5bfd3dd8415a4 SHA512 2bcced7f96d45b0cd250772a53519fbeb18fad0a6ed0d41d0f165262ba038fce580d3a4586672477a76a32577baca30ce02d4c18f261d5a514b78f23017d4cdd diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild deleted file mode 100644 index 2b753343b9b9..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.9.90.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2025 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/" -SRC_URI="https://code-industry.net/public/${P}-qt5.x86_64-qt_include.tar.gz" -S="${WORKDIR}/${PN}-${PV%%.*}" - -LICENSE="master-pdf-editor" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -RDEPEND=" - dev-libs/pkcs11-helper - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - media-libs/freetype - media-libs/libglvnd - media-gfx/sane-backends - sys-libs/glibc - virtual/zlib:= -" - -QA_PREBUILT="opt/${PN}/masterpdfeditor5" - -src_install() { - insinto /opt/${PN} - doins -r fonts help iconengines imageformats lang platforms platformthemes stamps templates masterpdfeditor5.png - exeinto /opt/${PN} - doexe masterpdfeditor5 masterpdfeditor5.sh - exeinto /opt/bin - doexe "${FILESDIR}"/mpe5 - - make_desktop_entry "mpe5 %f" \ - "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \ - "Office;Graphics;Viewer" \ - "MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false" -}
