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/krop/
Date: Sun, 07 Jan 2018 14:51:26
Message-Id: 1515336661.917e9a5a9bbc4e16ab683cd209c2a6f617b26ecc.asturm@gentoo
1 commit: 917e9a5a9bbc4e16ab683cd209c2a6f617b26ecc
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 7 14:47:24 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 7 14:51:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917e9a5a
7
8 app-text/krop: Drop old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-text/krop/Manifest | 1 -
13 app-text/krop/krop-0.4.13.ebuild | 25 -------------------------
14 2 files changed, 26 deletions(-)
15
16 diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest
17 index 1af5df73944..09de9810a23 100644
18 --- a/app-text/krop/Manifest
19 +++ b/app-text/krop/Manifest
20 @@ -1,2 +1 @@
21 DIST krop-0.4.13.5.tar.gz 40079 BLAKE2B 9d3505f7d9cbf0eef4ec7a28928f14940e6c0a2fd4499b6c5896fde7b3f7b8a0b84ddc4f9c7735ee348f89e9924a7b8f69a3d4dbfaa4668ac770a0fe8404d469 SHA512 218eb3e256dabcacc53af62b2e704031bd21bedacf2599c4aed7ee3b3847b35741c921a08137b7b6e7295ddfc7f87f4ffbf9d3fec3fb137d1ce36e3945dc6129
22 -DIST krop-0.4.13.tar.gz 36654 BLAKE2B 87c6ae2435ba7f4f7d5d8ad19f4804a1e45b9bb44bef7e03b46cf6e3c1a59cdf5dfd81a7a7d8c26a0f09b75e7d3dcdfa28b4795a786f8eb06d95881eacfc7cee SHA512 2d2af25124b45108715eb90344a5683adbda4c788bd419360b641e9f47553fe143a40205a44af9b3e4db6df4148b3328547e774f24b5c7c0fd23c9206e8a14b2
23
24 diff --git a/app-text/krop/krop-0.4.13.ebuild b/app-text/krop/krop-0.4.13.ebuild
25 deleted file mode 100644
26 index a4a95ac16ae..00000000000
27 --- a/app-text/krop/krop-0.4.13.ebuild
28 +++ /dev/null
29 @@ -1,25 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=6
34 -PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
35 -
36 -inherit eutils distutils-r1
37 -
38 -DESCRIPTION="A tool to crop PDF files"
39 -HOMEPAGE="http://arminstraub.com/software/krop"
40 -SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
41 -
42 -LICENSE="GPL-3"
43 -SLOT="0"
44 -KEYWORDS="~amd64 ~x86"
45 -IUSE=""
46 -
47 -RDEPEND="dev-python/python-poppler-qt4[${PYTHON_USEDEP}]
48 - dev-python/PyPDF2[${PYTHON_USEDEP}]
49 - dev-python/PyQt4[${PYTHON_USEDEP}]"
50 -
51 -src_install() {
52 - distutils-r1_src_install
53 - domenu "${WORKDIR}/${P}/${PN}.desktop"
54 -}