public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andrey Grozin" <grozin@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/
Date: Tue, 21 Mar 2023 06:02:40 +0000 (UTC)	[thread overview]
Message-ID: <1679378544.83e50f6a1c303393b77c33ccecfbd48d2a3ca22a.grozin@gentoo> (raw)

commit:     83e50f6a1c303393b77c33ccecfbd48d2a3ca22a
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 21 06:02:24 2023 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Tue Mar 21 06:02:24 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83e50f6a

app-text/master-pdf-editor: remove old versions

Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>

 app-text/master-pdf-editor/Manifest                |  3 --
 .../master-pdf-editor-5.7.90.ebuild                | 43 ---------------------
 .../master-pdf-editor-5.8.33.ebuild                | 44 ----------------------
 .../master-pdf-editor-5.8.52.ebuild                | 44 ----------------------
 4 files changed, 134 deletions(-)

diff --git a/app-text/master-pdf-editor/Manifest b/app-text/master-pdf-editor/Manifest
index b99ae88110ba..fae571c9f835 100644
--- a/app-text/master-pdf-editor/Manifest
+++ b/app-text/master-pdf-editor/Manifest
@@ -1,4 +1 @@
-DIST master-pdf-editor-5.7.90-qt5.x86_64.tar.gz 15962243 BLAKE2B 4331a5d17ed9a0ff7a70c353907a4c0d5e99db447760f6103d412eabe0064b1e4ac59ca85bb0cab2bffc5867c8ccde96f68e7ceee227b7b319d93b70482f233d SHA512 823c7212cd3d469bb972e7da66e6eada31149c0bab2a6c577e537ca203862d0fe862e8c9b0cbb479eca0557da4b69a91a88ae0c9215d3b5f105288a9c6c1f2bf
-DIST master-pdf-editor-5.8.33-qt5.x86_64.tar.gz 16917660 BLAKE2B 9461759f75c1c8dde19d5434ce9f404093695385d66777ebe71086a5992ff02830743fb4d87a118605a75f50d53732333a9c51f63acf370c5e53aff04ab47a0c SHA512 e6010a427abe424b0f6c9a6af16280f09445a51c46c62b7c6d58dfb5580cd19486741e9389ef835c33d7ca2e5c1eaffe6b2ccf1046c83c6f7746ba4c446ab28b
-DIST master-pdf-editor-5.8.52-qt5.x86_64.tar.gz 16425989 BLAKE2B 7cb43b2595f32e36a19b7b71ea8d2ddf2ac9e62873f781d45fd4ef2840918d6ee79dc4c23991ae2aa8469fdeaa5b4b2db8ab509609e47079eab3206d2e72c7fb SHA512 c1936eed6c8dc2080d00e0efffcd02782a2dfda321a525d92c82c9e65ea39b140059300359d4d9aabc98d3ba44d07b2a998a6d8f5c7e6a4b3815a85dbd34530a
 DIST master-pdf-editor-5.9.35-qt5.x86_64.tar.gz 16885977 BLAKE2B 68dc3f4746e3259f64e2eeac99797b062c308291a62d79c9a070d76df6ad19c12b07108c754091464f6f5d04d287cb8fdf6335165c10232dca1d2d1ecdae4b68 SHA512 7dbfcbec7fd6f963340375e3067f4f76f2f0d2c239385652c4621574829426f09328f707bfc399901cd801f19ce0bb0d483c3dd37d48fad1b90dafeccf64559e

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.7.90.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.7.90.ebuild
deleted file mode 100644
index 1300656eb4a5..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.7.90.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"
-}

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.8.33.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.8.33.ebuild
deleted file mode 100644
index f944cce74811..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.8.33.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 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.tar.gz"
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="
-	sys-libs/glibc
-	>=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 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"
-}

diff --git a/app-text/master-pdf-editor/master-pdf-editor-5.8.52.ebuild b/app-text/master-pdf-editor/master-pdf-editor-5.8.52.ebuild
deleted file mode 100644
index f944cce74811..000000000000
--- a/app-text/master-pdf-editor/master-pdf-editor-5.8.52.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2022 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.tar.gz"
-S="${WORKDIR}/${PN}-${PV%%.*}"
-
-LICENSE="master-pdf-editor"
-SLOT="0"
-KEYWORDS="~amd64"
-RESTRICT="mirror"
-
-RDEPEND="
-	sys-libs/glibc
-	>=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 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"
-}


             reply	other threads:[~2023-03-21  6:02 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-21  6:02 Andrey Grozin [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-08-18 20:45 [gentoo-commits] repo/gentoo:master commit in: app-text/master-pdf-editor/ Andreas Sturmlechner
2025-06-29  6:49 Andrey Grozin
2025-05-26 19:43 Andreas Sturmlechner
2025-04-29 13:55 Andrey Grozin
2024-12-31  9:08 Andreas Sturmlechner
2024-11-02  8:11 Andrey Grozin
2024-11-02  8:09 Andrey Grozin
2024-08-10 12:05 Andreas K. Hüttel
2024-07-29 11:20 Andrey Grozin
2024-07-06 12:46 Andrey Grozin
2024-02-17  4:48 Andrey Grozin
2024-02-17  4:25 Andrey Grozin
2024-02-17  4:20 Andrey Grozin
2023-03-21  6:04 Andrey Grozin
2023-02-15 15:59 Andrey Grozin
2022-05-10  6:49 Florian Schmaus
2022-05-10  6:49 Florian Schmaus
2022-02-26  2:30 Sam James
2022-02-26  2:30 Sam James
2022-02-26  2:30 Sam James
2021-11-29  7:42 Joonas Niilola
2021-11-29  7:42 Joonas Niilola
2021-10-20  2:42 Sam James
2021-10-20  2:42 Sam James
2021-08-06  9:54 Florian Schmaus
2021-08-06  9:54 Florian Schmaus
2021-04-10  7:45 Joonas Niilola
2021-04-10  7:45 Joonas Niilola
2021-02-25 12:13 Andrey Grozin
2021-01-22  7:07 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-12-09  9:42 Joonas Niilola
2020-10-02  8:42 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2020-05-04 14:11 Joonas Niilola
2019-08-13 15:09 Joonas Niilola
2019-04-07  8:29 Michał Górny
2019-02-18 19:41 Patrice Clement
2019-02-03 18:31 Andreas Sturmlechner
2019-02-03 18:31 Andreas Sturmlechner
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2019-01-21 22:51 Patrice Clement
2019-01-16 21:00 Andreas Sturmlechner
2018-09-21 16:04 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-09-16 19:39 Michał Górny
2018-08-08  1:13 Mikle Kolyada
2018-08-07 22:27 Patrice Clement
2018-08-07 12:10 Michał Górny
2018-08-07 12:10 Michał Górny
2018-08-07 12:10 Michał Górny
2018-06-09  6:30 Michał Górny
2018-02-09 14:51 Michał Górny

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1679378544.83e50f6a1c303393b77c33ccecfbd48d2a3ca22a.grozin@gentoo \
    --to=grozin@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox