diff options
author | João Santos <joaompssantos@gmail.com> | 2018-07-20 11:58:18 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-08-07 14:10:51 +0200 |
commit | 11d7d643de785c22ccc6ba140b3912f29e609a85 (patch) | |
tree | 7f4e78af12c181b049b62c564fa307f088ab1e42 /app-text/master-pdf-editor | |
parent | media-libs/opencollada: fix depend on libpcre (diff) | |
download | gentoo-11d7d643de785c22ccc6ba140b3912f29e609a85.tar.gz gentoo-11d7d643de785c22ccc6ba140b3912f29e609a85.tar.bz2 gentoo-11d7d643de785c22ccc6ba140b3912f29e609a85.zip |
app-text/master-pdf-editor: Removed version 4.3.61
Diffstat (limited to 'app-text/master-pdf-editor')
-rw-r--r-- | app-text/master-pdf-editor/Manifest | 1 | ||||
-rw-r--r-- | app-text/master-pdf-editor/master-pdf-editor-4.3.61.ebuild | 72 |
2 files changed, 0 insertions, 73 deletions
diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest index b8239402e4a0..5466bfa2d6e1 100644 --- a/app-text/master-pdf-editor/Manifest +++ b/app-text/master-pdf-editor/Manifest @@ -1,3 +1,2 @@ -DIST master-pdf-editor-4.3.61_qt5.amd64.tar.gz 14950654 BLAKE2B a9dabeecde4a4f8657d29bca61f9ffbc1cb3f4e5f5002afba965a9a444572791a27316257768f3f2b793215f49d538b4ac68b4ae5271e5c1500557ab5cd9a192 SHA512 0c416df191a2796fdafa6014c258166d47037039fcc9205398138a46d59b1f771d9ffe38eb16f22f4300c3e965435300037d7413a86efb997395e6e974baecb5 DIST master-pdf-editor-4.3.82_qt5.amd64.tar.gz 14934502 BLAKE2B f93c756f9270b2857af02047c6ebd242d35ddaf23b70118d440c21cc7a0718937aa9945bb24adad6544e984f9390e9f49bfce5298bb8bc54f3c705372aff0fd4 SHA512 9bc6b056bdc8ce349dbab139f64c90948f3e0498918f07df6249fee2fad98a35b133aa7913e375366d062e134878feed0fadd097ab1d5504e97884ffa2c37b24 DIST master-pdf-editor-5.0.15_qt5.amd64.tar.gz 16008649 BLAKE2B ef8fb3a583eb13c0b3c1ecb125e90fc520f6b707cd9d54871eb16ee32b7dea961612e4e0fbb004791edf549dffa18b25e85e61f58024ceeb356b7f968cfd6c6b SHA512 b3f0d3b269b49680bba05c669ad14375710fbb19396c8242caaa564c961660af25c5654f6df2b477272b0a0966c7f46a0221d1792596cccaaf738effbdc369d9 diff --git a/app-text/master-pdf-editor/master-pdf-editor-4.3.61.ebuild b/app-text/master-pdf-editor/master-pdf-editor-4.3.61.ebuild deleted file mode 100644 index 7f5e919d6361..000000000000 --- a/app-text/master-pdf-editor/master-pdf-editor-4.3.61.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit xdg-utils eutils versionator - -DESCRIPTION="Master PDF Editor is a complete solution for viewing and editing PDF files" -HOMEPAGE="https://code-industry.net/free-pdf-editor/" - -SRC_URI="http://get.code-industry.net/public/${P}_qt5.amd64.tar.gz" - -LICENSE="master-pdf-editor" -SLOT="0" -KEYWORDS="~amd64" -RESTRICT="mirror" - -COMMON_DEPEND=" - app-arch/bzip2 - dev-libs/double-conversion - dev-libs/glib - dev-libs/icu - dev-libs/openssl - media-gfx/graphite2 - media-gfx/sane-backends - media-libs/freetype - media-libs/harfbuzz - media-libs/libjpeg-turbo - media-libs/libpng - media-libs/tiff - x11-libs/libX11 - x11-libs/libXau - x11-libs/libxcb - x11-libs/libXdmcp - x11-libs/libXext - >=dev-qt/qtsvg-5.4:5 - >=dev-qt/qtnetwork-5.4:5 - >=dev-qt/qtgui-5.4:5 - >=dev-qt/qtprintsupport-5.4:5 -" - -RDEPEND="${COMMON_DEPEND}" - -S="${WORKDIR}/${PN}-$(get_major_version ${PV})" - -src_install() { - local dest=/opt/${PN} - local bin_name=masterpdfeditor4 - - insinto ${dest} - doins -r fonts lang stamps templates ${bin_name}.png - - exeinto ${dest} - doexe ${bin_name} - - dosym ${dest}/${bin_name} /opt/bin/${bin_name} - make_desktop_entry ${bin_name} \ - "Master PDF Editor ${PV}" ${dest}/${bin_name}.png \ - "Office;Graphics;Viewer" \ - "MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false" -} - -pkg_postinst() { - sed -i -e \ - '/^Exec=/s/masterpdfeditor4/masterpdfeditor4 %f/' \ - /usr/share/applications/masterpdfeditor4-${PN}.desktop || die - xdg_desktop_database_update -} - -pkg_postrm() { - xdg_desktop_database_update -} |