Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/
Date: Thu, 14 Feb 2019 23:06:55
Message-Id: 1550185592.b0aa1ee879d9f6a76215342a48bf0b18bdb1391f.asturm@gentoo
1 commit: b0aa1ee879d9f6a76215342a48bf0b18bdb1391f
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Feb 14 22:18:15 2019 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Thu Feb 14 23:06:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aa1ee8
7
8 app-text/pdfshuffler: Switch from gnome2-utils to xdg, EAPI-7 bump
9
10 Package-Manager: Portage-2.3.60, Repoman-2.3.12
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild | 27 ++++++------------------
14 1 file changed, 6 insertions(+), 21 deletions(-)
15
16 diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
17 index 1f2948029b4..23dcc1238d3 100644
18 --- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
19 +++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
20 @@ -1,10 +1,10 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI="5"
26 -PYTHON_COMPAT=( python2_7 )
27 +EAPI=7
28
29 -inherit distutils-r1 gnome2-utils xdg-utils
30 +PYTHON_COMPAT=( python2_7 )
31 +inherit distutils-r1 xdg
32
33 DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and rearrange their pages"
34 HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/"
35 @@ -19,21 +19,6 @@ DEPEND="|| ( dev-python/PyPDF2 dev-python/pyPdf )
36 dev-python/python-poppler"
37 RDEPEND="${DEPEND}"
38
39 -DOCS="ChangeLog README TODO AUTHORS"
40 -PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch )
41 -
42 -pkg_preinst() {
43 - gnome2_icon_savelist
44 -}
45 -
46 -pkg_postinst() {
47 - xdg_desktop_database_update
48 - xdg_mimeinfo_database_update
49 - gnome2_icon_cache_update
50 -}
51 +DOCS=( ChangeLog README TODO AUTHORS )
52
53 -pkg_postrm() {
54 - xdg_desktop_database_update
55 - xdg_mimeinfo_database_update
56 - gnome2_icon_cache_update
57 -}
58 +PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch )