Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/
Date: Mon, 21 Jan 2019 22:51:44
Message-Id: 1548110953.59103cb19962681b1b704a3f3df1bf52e0b6ec42.monsieurp@gentoo
1 commit: 59103cb19962681b1b704a3f3df1bf52e0b6ec42
2 Author: João Santos <joaompssantos <AT> gmail <DOT> com>
3 AuthorDate: Sun Jan 20 10:09:18 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Mon Jan 21 22:49:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59103cb1
7
8 app-text/master-pdf-editor: removed 5.1.42 version.
9
10 Source is no longer available.
11
12 Signed-off-by: João Santos <joaompssantos <AT> gmail.com>
13 Package-Manager: Portage-2.3.56, Repoman-2.3.12
14 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
15
16 app-text/master-pdf-editor/Manifest | 1 -
17 .../master-pdf-editor-5.1.42.ebuild | 51 ----------------------
18 2 files changed, 52 deletions(-)
19
20 diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest
21 index 395892a6eb6..70a3ca30edd 100644
22 --- a/app-text/master-pdf-editor/Manifest
23 +++ b/app-text/master-pdf-editor/Manifest
24 @@ -1,2 +1 @@
25 -DIST master-pdf-editor-5.1.42_qt5.amd64.tar.gz 16150053 BLAKE2B bd536d34621d79dae596127418b23495ea2daa2906668ee006ed2ba32e61d8cd71fa1471e90496e615ae67108cd90e072c01f6dbf53671d3f0d783421e63c06c SHA512 c1c53af9235a4f31cd108643fcafab9265de56ffe1a0949af1a39aaf0df8dec50cd8f5bd426fbd1750d6e59323628bd626c0acd7a788324c81b01e6793e0f5f3
26 DIST master-pdf-editor-5.2.00_qt5.amd64.tar.gz 16173634 BLAKE2B a29d1bcb1d0497a33cad98394c7d0b6a2f057d58eb9b403b02907bd6d436413aa01a5dbfc59d79771622af9c4acee43500b36f18cc74a00ba52f8bd61b251f90 SHA512 7d97c97dc744310e8af10e54ee10cca73ad4712bcb566165684dbe89f28f32f5b947b8fab715260280960a65c1f260675c075c21638367697f69a461cf88c0ef
27
28 diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.1.42.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.1.42.ebuild
29 deleted file mode 100644
30 index 05c37155037..00000000000
31 --- a/app-text/master-pdf-editor/master-pdf-editor-5.1.42.ebuild
32 +++ /dev/null
33 @@ -1,51 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit xdg-utils desktop
40 -
41 -DESCRIPTION="A complete solution for viewing and editing PDF files"
42 -HOMEPAGE="https://code-industry.net/free-pdf-editor/"
43 -SRC_URI="https://code-industry.net/public/${P}_qt5.amd64.tar.gz"
44 -
45 -LICENSE="master-pdf-editor"
46 -SLOT="0"
47 -KEYWORDS="~amd64"
48 -RESTRICT="mirror"
49 -
50 -COMMON_DEPEND="
51 - >=media-gfx/sane-backends-1.0
52 - >=dev-qt/qtsvg-5.4.1:5
53 - >=dev-qt/qtnetwork-5.4.1:5
54 - >=dev-qt/qtgui-5.4.1:5
55 - >=dev-qt/qtprintsupport-5.4.1:5
56 -"
57 -
58 -RDEPEND="${COMMON_DEPEND}"
59 -
60 -QA_PREBUILT="/opt/${PN}/masterpdfeditor5"
61 -
62 -S="${WORKDIR}/${PN}-${PV%%.*}"
63 -
64 -src_install() {
65 - insinto /opt/${PN}
66 - doins -r fonts lang stamps templates masterpdfeditor5.png
67 -
68 - exeinto /opt/${PN}
69 - doexe masterpdfeditor5
70 - dosym ../${PN}/masterpdfeditor5 /opt/bin/masterpdfeditor5
71 -
72 - make_desktop_entry "masterpdfeditor5 %f" \
73 - "Master PDF Editor ${PV}" /opt/${PN}/masterpdfeditor5.png \
74 - "Office;Graphics;Viewer" \
75 - "MimeType=application/pdf;application/x-bzpdf;application/x-gzpdf;\nTerminal=false"
76 -}
77 -
78 -pkg_postinst() {
79 - xdg_desktop_database_update
80 -}
81 -
82 -pkg_postrm() {
83 - xdg_desktop_database_update
84 -}