[gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/files/, app-text/pdfshuffler/

2020-01-04 Thread Aaron Bauman
commit: 0c00371747dc56f521f87460e57ced68e08d87c3
Author: Aaron Bauman  gentoo  org>
AuthorDate: Sun Jan  5 03:14:57 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Sun Jan  5 03:14:57 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c003717

app-text/pdfshuffler: drop last-rited pkg

Closes: https://bugs.gentoo.org/658302

Signed-off-by: Aaron Bauman  gentoo.org>

 app-text/pdfshuffler/Manifest  |  1 -
 .../pdfshuffler/files/pdfshuffler-PyPDF2.patch | 18 
 app-text/pdfshuffler/metadata.xml  |  8 
 app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild   | 24 --
 4 files changed, 51 deletions(-)

diff --git a/app-text/pdfshuffler/Manifest b/app-text/pdfshuffler/Manifest
deleted file mode 100644
index b842258dec7..000
--- a/app-text/pdfshuffler/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST pdfshuffler-0.6.0.tar.gz 48071 BLAKE2B 
8bcb513f1dd18cf9d6e17315a7a2ec5bbf5240176acd6deb6ec803900174a39927998210ab5e4aab9a7330821ce7d1ab266e1ae677e03fd51df305ceec9f5836
 SHA512 
e2563e9b5faf3ebac56f3840017ad9279a5e8e096c9f44ec053c617894910b1d0531457bc37d8fb9bc1db13ae25b94d55ca0b4ec26fbddeb9e51e6b4d75293fe

diff --git a/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch 
b/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch
deleted file mode 100644
index 8228c176514..000
--- a/app-text/pdfshuffler/files/pdfshuffler-PyPDF2.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-diff -r -U2 pdfshuffler-0.6.0.orig/pdfshuffler/pdfshuffler.py 
pdfshuffler-0.6.0/pdfshuffler/pdfshuffler.py
 pdfshuffler-0.6.0.orig/pdfshuffler/pdfshuffler.py  2012-04-28 
21:15:17.0 +0700
-+++ pdfshuffler-0.6.0/pdfshuffler/pdfshuffler.py   2015-01-11 
02:10:02.952809411 +0600
-@@ -72,5 +72,13 @@
- 
- import poppler  #for the rendering of pdf pages
--from pyPdf import PdfFileWriter, PdfFileReader
-+
-+try:
-+from PyPDF2 import PdfFileWriter, PdfFileReader
-+except ImportError:
-+try:
-+from pyPdf import PdfFileWriter, PdfFileReader
-+except ImportError:
-+print('Neither PyPDF2 nor pyPdf found')
-+sys.exit(1)
- 
- from pdfshuffler_iconview import CellRendererImage

diff --git a/app-text/pdfshuffler/metadata.xml 
b/app-text/pdfshuffler/metadata.xml
deleted file mode 100644
index bab57cb5346..000
--- a/app-text/pdfshuffler/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-
-   pdfshuffler
-
-

diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild 
b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
deleted file mode 100644
index 23dcc1238d3..000
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python2_7 )
-inherit distutils-r1 xdg
-
-DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and 
rearrange their pages"
-HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="|| ( dev-python/PyPDF2 dev-python/pyPdf )
-   dev-python/python-poppler"
-RDEPEND="${DEPEND}"
-
-DOCS=( ChangeLog README TODO AUTHORS )
-
-PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch )



[gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/

2019-02-14 Thread Andreas Sturmlechner
commit: b0aa1ee879d9f6a76215342a48bf0b18bdb1391f
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Thu Feb 14 22:18:15 2019 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Thu Feb 14 23:06:32 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0aa1ee8

app-text/pdfshuffler: Switch from gnome2-utils to xdg, EAPI-7 bump

Package-Manager: Portage-2.3.60, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild | 27 ++--
 1 file changed, 6 insertions(+), 21 deletions(-)

diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild 
b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
index 1f2948029b4..23dcc1238d3 100644
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
+++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI="5"
-PYTHON_COMPAT=( python2_7 )
+EAPI=7
 
-inherit distutils-r1 gnome2-utils xdg-utils
+PYTHON_COMPAT=( python2_7 )
+inherit distutils-r1 xdg
 
 DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and 
rearrange their pages"
 HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/;
@@ -19,21 +19,6 @@ DEPEND="|| ( dev-python/PyPDF2 dev-python/pyPdf )
dev-python/python-poppler"
 RDEPEND="${DEPEND}"
 
-DOCS="ChangeLog README TODO AUTHORS"
-PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch )
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
+DOCS=( ChangeLog README TODO AUTHORS )
 
-pkg_postrm() {
-   xdg_desktop_database_update
-   xdg_mimeinfo_database_update
-   gnome2_icon_cache_update
-}
+PATCHES=( "${FILESDIR}"/${PN}-PyPDF2.patch )



[gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/

2018-04-20 Thread David Seifert
commit: 9f144bf03fd42f0967d7c82587e747fb578850c8
Author: Marty E. Plummer  startmail  com>
AuthorDate: Sun Apr  8 14:15:39 2018 +
Commit: David Seifert  gentoo  org>
CommitDate: Fri Apr 20 20:37:06 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f144bf0

app-text/pdfshuffler: fdo-mime->xdg-utils

Package-Manager: Portage-2.3.28, Repoman-2.3.9

 app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild | 12 ++--
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild 
b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
index f63524e20d4..1f2948029b4 100644
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
+++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="5"
 PYTHON_COMPAT=( python2_7 )
 
-inherit distutils-r1 fdo-mime gnome2-utils
+inherit distutils-r1 gnome2-utils xdg-utils
 
 DESCRIPTION="GUI app that can merge or split pdfs and rotate, crop and 
rearrange their pages"
 HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/;
@@ -27,13 +27,13 @@ pkg_preinst() {
 }
 
 pkg_postinst() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }
 
 pkg_postrm() {
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
+   xdg_desktop_database_update
+   xdg_mimeinfo_database_update
gnome2_icon_cache_update
 }



[gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/

2016-10-18 Thread Pacho Ramos
commit: 285f8866c927c0b782ed09eb4bb6018bb1351745
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 18 19:02:30 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 18 19:26:00 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=285f8866

app-text/pdfshuffler: Drop old

Package-Manager: portage-2.3.1

 app-text/pdfshuffler/pdfshuffler-0.6.0.ebuild | 46 ---
 1 file changed, 46 deletions(-)

diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0.ebuild 
b/app-text/pdfshuffler/pdfshuffler-0.6.0.ebuild
deleted file mode 100644
index 1fab838..
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="4"
-PYTHON_DEPEND="2"
-
-inherit distutils eutils fdo-mime gnome2-utils
-
-DESCRIPTION="PDF-Shuffler is GUI app that can merge or split pdfs and rotate, 
crop and rearrange their pages"
-HOMEPAGE="https://sourceforge.net/projects/pdfshuffler/;
-SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="dev-python/pyPdf
-   dev-python/python-poppler"
-RDEPEND="${DEPEND}"
-
-DOCS="ChangeLog README TODO AUTHORS"
-
-pkg_setup() {
-   python_set_active_version 2
-   python_pkg_setup
-}
-
-pkg_preinst() {
-   gnome2_icon_savelist
-}
-
-pkg_postinst() {
-   distutils_pkg_postinst
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}
-
-pkg_postrm() {
-   distutils_pkg_postrm
-   fdo-mime_desktop_database_update
-   fdo-mime_mime_database_update
-   gnome2_icon_cache_update
-}



[gentoo-commits] repo/gentoo:master commit in: app-text/pdfshuffler/

2016-10-18 Thread Pacho Ramos
commit: bae0d3fc0a31a3d2c332f639ab8f1fbb5d89fde9
Author: Pacho Ramos  gentoo  org>
AuthorDate: Tue Oct 18 19:02:05 2016 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Tue Oct 18 19:25:57 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bae0d3fc

app-text/pdfshuffler: amd64/x86 stable, bug #593106

Package-Manager: portage-2.3.1

 app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild 
b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
index 710ef15..a8b9351 100644
--- a/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
+++ b/app-text/pdfshuffler/pdfshuffler-0.6.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -13,7 +13,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE=""
 
 DEPEND="|| ( dev-python/PyPDF2 dev-python/pyPdf )