summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoao Santos <joaompssantos@gmail.com>2021-08-05 22:24:46 +0100
committerFlorian Schmaus <flow@gentoo.org>2021-08-06 11:49:58 +0200
commit00d1b385a8dcdddb3e30cbdf2d7ff1394e100096 (patch)
tree3468f73766222eb0f6f424a7e89f772cabd783e0 /app-text
parentnet-misc/smb4k: Drop 3.0.6 (diff)
downloadgentoo-00d1b385a8dcdddb3e30cbdf2d7ff1394e100096.tar.gz
gentoo-00d1b385a8dcdddb3e30cbdf2d7ff1394e100096.tar.bz2
gentoo-00d1b385a8dcdddb3e30cbdf2d7ff1394e100096.zip
app-text/master-pdf-editor: drop 5.7.40
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: João Santos <joaompssantos@gmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r--app-text/master-pdf-editor/Manifest1
-rw-r--r--app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest
deleted file mode 100644
index b6ee0bdd4928..000000000000
--- a/app-text/master-pdf-editor/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST master-pdf-editor-5.7.40-qt5.x86_64.tar.gz 15880536 BLAKE2B 0e0c59ca74dfd8532513cbc6cbe96b9ca73cc9d838d9d4c55dc44fdd838d5c7ddb14c6725ef86d6da95c211355a716bee328a5147cce2833b10994b313848d97 SHA512 10962402f26a12eec625e2d366e99490995c5ab5011e05364af72f67504487cd913200a809db83d9b81df18f89318a719167efcb0e8cfa8ee1796698fc79303f
diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
deleted file mode 100644
index 1300656eb4a5..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.7.40.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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.tar.gz"
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="
- dev-libs/nss
- >=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
- >=media-gfx/sane-backends-1.0
-"
-
-QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
-
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-src_install() {
- insinto /opt/${PN}
- doins -r fonts lang stamps templates masterpdfeditor5.png
-
- exeinto /opt/${PN}
- doexe masterpdfeditor5
- dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
-
- make_desktop_entry "masterpdfeditor5 %f" \
- "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
- "Office;Graphics;Viewer" \
- "MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
-}