commit: 6e2ea096f5e40a8db5a1e42268afc52c68cd962d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Mon Aug 18 19:01:32 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Mon Aug 18 20:44:12 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e2ea096
app-text/master-pdf-editor: drop 5.9.89 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> app-text/master-pdf-editor/Manifest | 1 - .../master-pdf-editor-5.9.89.ebuild | 49 ---------------------- 2 files changed, 50 deletions(-) diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest index 795a44d2b501..5c792f32ab5d 100644 --- a/app-text/master-pdf-editor/Manifest +++ b/app-text/master-pdf-editor/Manifest @@ -1,2 +1 @@ -DIST master-pdf-editor-5.9.89-qt5.x86_64-qt_include.tar.gz 117058533 BLAKE2B 7441701b9070313b081cb0b52374ae9ae1e21b5586ca283eaed31ada4784628b7b46ce96b349967aaf2e1f31e82b45564c14e2f409242b1336197746b0cb86d2 SHA512 a8bc987c5122a7a8eb1871733e0f137c4fc1d90b76ad65e07e71e5b0cc841b3e23bc29d675f17a9bd3dfb7679f4fc17df9c8f5b0fa26d5bec8f2e860cb69a44b DIST master-pdf-editor-5.9.90-qt5.x86_64-qt_include.tar.gz 120502781 BLAKE2B 70dac4fb96df561fbf1a46edd44c18fb2543b079ba78dd0fc75b525008f66b3dc6f1d176324abd2d09f6a515a1e23e1308362b3ae8d6c9eac04e0cfd5f4669d3 SHA512 03f2dfb5fe57314761daea6f46aed03df7e3500fa7e78bbe1558c8a1090d255024ceb099a07671c750a25b9cd4b3bef28a256c73a257652ea5304d532f143863 diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.89.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.89.ebuild deleted file mode 100644 index 44c67d4e426b..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-5.9.89.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 - sys-libs/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" -}
