Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/
Date: Tue, 25 Dec 2018 16:45:14
Message-Id: 1545756284.5f1558049d3426b49e09ea64b9d6998f3e0d4ba4.dilfridge@gentoo
1 commit: 5f1558049d3426b49e09ea64b9d6998f3e0d4ba4
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 25 16:44:44 2018 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 25 16:44:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f155804
7
8 app-text/krop: Remove old
9
10 Package-Manager: Portage-2.3.52, Repoman-2.3.12
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 app-text/krop/Manifest | 1 -
14 app-text/krop/krop-0.4.13.5.ebuild | 37 -------------------------------------
15 2 files changed, 38 deletions(-)
16
17 diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest
18 index 578ea1b0f2f..0d4e2b12d73 100644
19 --- a/app-text/krop/Manifest
20 +++ b/app-text/krop/Manifest
21 @@ -1,2 +1 @@
22 -DIST krop-0.4.13.5.tar.gz 40079 BLAKE2B 9d3505f7d9cbf0eef4ec7a28928f14940e6c0a2fd4499b6c5896fde7b3f7b8a0b84ddc4f9c7735ee348f89e9924a7b8f69a3d4dbfaa4668ac770a0fe8404d469 SHA512 218eb3e256dabcacc53af62b2e704031bd21bedacf2599c4aed7ee3b3847b35741c921a08137b7b6e7295ddfc7f87f4ffbf9d3fec3fb137d1ce36e3945dc6129
23 DIST krop-0.5.1.tar.gz 42719 BLAKE2B e0baa3c14d9ce63815615eae004a08af720868d584262901eccbc569852177e07d5df659ea560d7e9cbdc4325daef8c35acd9c200440a8dfd73c19b274d8de37 SHA512 2bfd2a5d762454ab45538707c6f333d2b0947b6b203d6e7bd2d9d0d574d79de8ee6b30d87b17d6afea604456b915f323b855c9c9af5c169c192b0a01634075ca
24
25 diff --git a/app-text/krop/krop-0.4.13.5.ebuild b/app-text/krop/krop-0.4.13.5.ebuild
26 deleted file mode 100644
27 index 108c5f32c84..00000000000
28 --- a/app-text/krop/krop-0.4.13.5.ebuild
29 +++ /dev/null
30 @@ -1,37 +0,0 @@
31 -# Copyright 1999-2018 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 xdg-utils
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 -SRC_URI="https://dev.gentoo.org/~dilfridge/distfiles/${P}.tar.gz"
43 -# this is a snapshot of the qt5 branch
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="~amd64 ~x86"
48 -IUSE=""
49 -
50 -RDEPEND="dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
51 - dev-python/PyPDF2[${PYTHON_USEDEP}]
52 - dev-python/PyQt5[${PYTHON_USEDEP}]"
53 -
54 -src_install() {
55 - distutils-r1_src_install
56 - domenu "${WORKDIR}/${P}/${PN}.desktop"
57 -}
58 -
59 -pkg_postinst() {
60 - xdg_mimeinfo_database_update
61 - xdg_desktop_database_update
62 -}
63 -
64 -pkg_postrm() {
65 - xdg_mimeinfo_database_update
66 - xdg_desktop_database_update
67 -}