Gentoo Archives: gentoo-commits

From: "Andreas Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/
Date: Mon, 31 Jul 2017 02:28:14
Message-Id: 1501468005.95e1523009afb0c9985754b2d3a892ab3c2e96e7.dilfridge@gentoo
1 commit: 95e1523009afb0c9985754b2d3a892ab3c2e96e7
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 31 02:26:45 2017 +0000
4 Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 31 02:26:45 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95e15230
7
8 app-text/krop: Version bump
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.3
11
12 app-text/krop/Manifest | 1 +
13 app-text/krop/krop-0.4.13.ebuild | 25 +++++++++++++++++++++++++
14 2 files changed, 26 insertions(+)
15
16 diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest
17 index 852f089af49..8a98e7c71ca 100644
18 --- a/app-text/krop/Manifest
19 +++ b/app-text/krop/Manifest
20 @@ -1,2 +1,3 @@
21 DIST krop-0.4.11.tar.gz 35450 SHA256 5dc069afdad722e030037f7cc54bfd8b4ff3990c5600947722303053d2519d0f SHA512 785ac432f7e906ebee167791751b164a0ec30087caef0916bcd95494d7db310949aa4e44569ddaa181daca9c5834b743d3fdc64183093a41e23bb58cbe0d6cae WHIRLPOOL 5c09ddfb50055dc5a5a27e3f21bff1d1a8d7759e60cd488c54538438f83d43cb8254bf4fe0c633a9d7852a27906f3049e5a15c1d6e6ca025d161ac6de7fee778
22 +DIST krop-0.4.13.tar.gz 36654 SHA256 46aad911c6c5d46201e5e8c21b85bcbf6f1d8f5d9889e96e7bcab2cb6dd26966 SHA512 2d2af25124b45108715eb90344a5683adbda4c788bd419360b641e9f47553fe143a40205a44af9b3e4db6df4148b3328547e774f24b5c7c0fd23c9206e8a14b2 WHIRLPOOL 5d1e39a16e9e985ba7a78f1384578ff7d2dfc818218d02bdae06d694a833c3839e8373ef02f56abdded053bdde2d9d0c433bb8f227d2163953c0a17d222e1c53
23 DIST krop-0.4.9.tar.gz 35149 SHA256 725d42358cc367e6ca4ad82d50fd9bd0bb8ad1e24094ff68880d06f675d59b0f SHA512 39e1d269fb59bbbba45e820ead482a6ac049e47e7d06459a2c63826dc134ada12e49e77468bfb6870f31747084bc8dea1653109232fe6e6808726a8903124565 WHIRLPOOL d4fbada0020ef08381f300faf470e9b1d239c7386999e3a6688c22cbb747f2a721445f7469c6a12918dd3c7711fc45bc00a8792011369f656a44806b1eaa508c
24
25 diff --git a/app-text/krop/krop-0.4.13.ebuild b/app-text/krop/krop-0.4.13.ebuild
26 new file mode 100644
27 index 00000000000..a4a95ac16ae
28 --- /dev/null
29 +++ b/app-text/krop/krop-0.4.13.ebuild
30 @@ -0,0 +1,25 @@
31 +# Copyright 1999-2017 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
36 +
37 +inherit eutils distutils-r1
38 +
39 +DESCRIPTION="A tool to crop PDF files"
40 +HOMEPAGE="http://arminstraub.com/software/krop"
41 +SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
42 +
43 +LICENSE="GPL-3"
44 +SLOT="0"
45 +KEYWORDS="~amd64 ~x86"
46 +IUSE=""
47 +
48 +RDEPEND="dev-python/python-poppler-qt4[${PYTHON_USEDEP}]
49 + dev-python/PyPDF2[${PYTHON_USEDEP}]
50 + dev-python/PyQt4[${PYTHON_USEDEP}]"
51 +
52 +src_install() {
53 + distutils-r1_src_install
54 + domenu "${WORKDIR}/${P}/${PN}.desktop"
55 +}