commit: 285f8866c927c0b782ed09eb4bb6018bb1351745 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Tue Oct 18 19:02:30 2016 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Tue Oct 18 19:26:00 2016 +0000 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..00000000 --- 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 -}
