summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Grozin <grozin@gentoo.org>2024-11-28 19:04:33 +0700
committerAndrey Grozin <grozin@gentoo.org>2024-11-28 19:04:33 +0700
commitb95945213a426244745c0fc6cf65626b268bd025 (patch)
tree0b976dc075413e25822ac5f18c9494343c360a2b /app-text
parentapp-text/master-pdf-editor: add missing dependencies (diff)
downloadgentoo-b95945213a426244745c0fc6cf65626b268bd025.tar.gz
gentoo-b95945213a426244745c0fc6cf65626b268bd025.tar.bz2
gentoo-b95945213a426244745c0fc6cf65626b268bd025.zip
app-text/master-pdf-editor: remove old revision
Signed-off-by: Andrey Grozin <grozin@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/master-pdf-editor/master-pdf-editor-5.9.86.ebuild45
1 files changed, 0 insertions, 45 deletions
diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.9.86.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.9.86.ebuild
deleted file mode 100644
index 5eeaa3fa535e..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.9.86.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2024 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="
- sys-libs/glibc
- dev-libs/pkcs11-helper
- >=dev-qt/qtcore-5.12.9:5
- >=dev-qt/qtgui-5.12.9:5
- >=dev-qt/qtnetwork-5.12.9:5
- >=dev-qt/qtprintsupport-5.12.9:5
- >=dev-qt/qtsvg-5.12.9:5
- dev-qt/qtwidgets:5
- media-libs/libglvnd
- >=media-gfx/sane-backends-1.0
-"
-
-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"
-}