Gentoo Archives: gentoo-commits

From: Andrey Grozin <grozin@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pdfarranger/
Date: Thu, 02 Jul 2020 12:22:06
Message-Id: 1593692504.9c3b79fc7db2c622f7e8df27b78a5e65c818f3cf.grozin@gentoo
1 commit: 9c3b79fc7db2c622f7e8df27b78a5e65c818f3cf
2 Author: Andrey Grozin <grozin <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jul 2 12:21:44 2020 +0000
4 Commit: Andrey Grozin <grozin <AT> gentoo <DOT> org>
5 CommitDate: Thu Jul 2 12:21:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c3b79fc
7
8 app-text/pdfarranger: clean old
9
10 Package-Manager: Portage-2.3.103, Repoman-2.3.23
11 Signed-off-by: Andrey Grozin <grozin <AT> gentoo.org>
12
13 app-text/pdfarranger/pdfarranger-1.5.3.ebuild | 22 ----------------------
14 1 file changed, 22 deletions(-)
15
16 diff --git a/app-text/pdfarranger/pdfarranger-1.5.3.ebuild b/app-text/pdfarranger/pdfarranger-1.5.3.ebuild
17 deleted file mode 100644
18 index d42ba6dcc63..00000000000
19 --- a/app-text/pdfarranger/pdfarranger-1.5.3.ebuild
20 +++ /dev/null
21 @@ -1,22 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -PYTHON_COMPAT=( python3_{6,7,8} )
27 -inherit distutils-r1
28 -
29 -DESCRIPTION="Merge or split pdfs; rearrange, rotate, crop pages."
30 -HOMEPAGE="https://github.com/jeromerobert/pdfarranger"
31 -SRC_URI="https://github.com/jeromerobert/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
32 -LICENSE="GPL-3"
33 -SLOT="0"
34 -KEYWORDS="~amd64"
35 -IUSE=""
36 -RDEPEND="dev-python/pikepdf[${PYTHON_USEDEP}]
37 - dev-python/pygobject:3[${PYTHON_USEDEP},cairo]
38 - dev-python/pycairo[${PYTHON_USEDEP}]
39 - x11-libs/gtk+:3[introspection]
40 - x11-libs/pango[introspection]
41 - app-text/poppler[introspection,cairo]"
42 -DEPEND="${RDEPEND}
43 - dev-python/python-distutils-extra[${PYTHON_USEDEP}]"