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: Sun, 28 Feb 2021 21:07:27
Message-Id: 1614546417.03eb1b58855ff573d45fad35f510e014720d5d5c.dilfridge@gentoo
1 commit: 03eb1b58855ff573d45fad35f510e014720d5d5c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 28 21:06:57 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 28 21:06:57 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03eb1b58
7
8 app-text/krop: Remove old
9
10 Package-Manager: Portage-3.0.13, Repoman-3.0.2
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.5.1-r1.ebuild | 41 --------------------------------------
15 2 files changed, 42 deletions(-)
16
17 diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest
18 index d3a11c64458..f618c954865 100644
19 --- a/app-text/krop/Manifest
20 +++ b/app-text/krop/Manifest
21 @@ -1,2 +1 @@
22 -DIST krop-0.5.1.tar.gz 42719 BLAKE2B e0baa3c14d9ce63815615eae004a08af720868d584262901eccbc569852177e07d5df659ea560d7e9cbdc4325daef8c35acd9c200440a8dfd73c19b274d8de37 SHA512 2bfd2a5d762454ab45538707c6f333d2b0947b6b203d6e7bd2d9d0d574d79de8ee6b30d87b17d6afea604456b915f323b855c9c9af5c169c192b0a01634075ca
23 DIST krop-0.6.0.tar.gz 48331 BLAKE2B ca6a00a410ed4e18a401fab3a21bc49c86f73165f68b192ab83c8fad74111ba9a9941f464a2646faa5a3317bbb45cdc89bed19c901999c0b11db353ac2997a65 SHA512 51a988e4fcb65d11cc26cf5b0c808e79097a66ef8ec4751a6c051289cd77b3328ebc8ecd9829adc466f87330beb8bc715d290cc20be415a7b8f179378b7bcb4f
24
25 diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild
26 deleted file mode 100644
27 index 82264ba2038..00000000000
28 --- a/app-text/krop/krop-0.5.1-r1.ebuild
29 +++ /dev/null
30 @@ -1,41 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{7,8} )
36 -
37 -inherit desktop distutils-r1 xdg-utils
38 -
39 -if [[ ${PV} == 9999 ]] ; then
40 - inherit git-r3
41 - EGIT_REPO_URI="https://github.com/arminstraub/krop.git"
42 -else
43 - SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
44 - KEYWORDS="amd64 ~x86"
45 -fi
46 -
47 -DESCRIPTION="A tool to crop PDF files"
48 -HOMEPAGE="http://arminstraub.com/software/krop"
49 -
50 -LICENSE="GPL-3"
51 -SLOT="0"
52 -IUSE=""
53 -
54 -RDEPEND="dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
55 - dev-python/PyPDF2[${PYTHON_USEDEP}]
56 - dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]"
57 -
58 -src_install() {
59 - distutils-r1_src_install
60 - domenu "${WORKDIR}/${P}/${PN}.desktop"
61 -}
62 -
63 -pkg_postinst() {
64 - xdg_mimeinfo_database_update
65 - xdg_desktop_database_update
66 -}
67 -
68 -pkg_postrm() {
69 - xdg_mimeinfo_database_update
70 - xdg_desktop_database_update
71 -}