summaryrefslogtreecommitdiff
path: root/app-text/krop
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-03-03 10:28:17 +0000
commitd99093fb4bb5652015c06274d64083daa2439e4f (patch)
treecf61513204d97974179580065e85df5c8009087c /app-text/krop
parent463397cf1e064185110fe57c568d73f99a06f5d1 (diff)
gentoo resync : 03.03.2021
Diffstat (limited to 'app-text/krop')
-rw-r--r--app-text/krop/Manifest4
-rw-r--r--app-text/krop/krop-0.5.1-r1.ebuild41
-rw-r--r--app-text/krop/krop-0.6.0.ebuild4
3 files changed, 3 insertions, 46 deletions
diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest
index 894c32496e4f..96f6942ab5c0 100644
--- a/app-text/krop/Manifest
+++ b/app-text/krop/Manifest
@@ -1,6 +1,4 @@
-DIST krop-0.5.1.tar.gz 42719 BLAKE2B e0baa3c14d9ce63815615eae004a08af720868d584262901eccbc569852177e07d5df659ea560d7e9cbdc4325daef8c35acd9c200440a8dfd73c19b274d8de37 SHA512 2bfd2a5d762454ab45538707c6f333d2b0947b6b203d6e7bd2d9d0d574d79de8ee6b30d87b17d6afea604456b915f323b855c9c9af5c169c192b0a01634075ca
DIST krop-0.6.0.tar.gz 48331 BLAKE2B ca6a00a410ed4e18a401fab3a21bc49c86f73165f68b192ab83c8fad74111ba9a9941f464a2646faa5a3317bbb45cdc89bed19c901999c0b11db353ac2997a65 SHA512 51a988e4fcb65d11cc26cf5b0c808e79097a66ef8ec4751a6c051289cd77b3328ebc8ecd9829adc466f87330beb8bc715d290cc20be415a7b8f179378b7bcb4f
-EBUILD krop-0.5.1-r1.ebuild 888 BLAKE2B 4d507100bbe54b10c9446d5a2a4de30d0aee049bb2ad1a422318008d1a57e31c160990fb6c9ed72e79f72d89ba7682e3a04776ec090024df8a3635ce34c4fa05 SHA512 2acf6acff5e9123491bbc8b62cb8b720f2db6aa355992b50dcafe052d3982dbf6ee99c7c60bd68ac48e622a606a25313424034766dc5861baf4665bf5b1cae87
-EBUILD krop-0.6.0.ebuild 945 BLAKE2B 86a5fb97c930fbadff98917e884e74e4974a42a3babbe8e37f3af2649c142c3904eef7b39aec1f5dbd3d1386eb085c27973f3106a9d23b2ec418ba3f26ae4722 SHA512 24a0ae2c9083b3df7aa733e25a7dbf051dc9488bbd165f03f1ea0051081cadef4def3099b2ee8fb3d7c06bc49c52c495018dc556eeddfd93484aa1a71ae33e03
+EBUILD krop-0.6.0.ebuild 944 BLAKE2B fc2440fb8b3fafe8c9363dfbfa3aa14dfc93f85c1f108a94bb09fb0608967f7e9d614a1c5f514072f40e4e04147fbd47e8885cd3afca98b2c5922d1d5739ce48 SHA512 8d66fe580963dc03d0ce6e8651a3c694d503981b394c6c9bcd30a2a73be9b5f47b0d57daeb3a4422c83efe6f894f2f4a9938c3c1f471a912934583317c57db42
EBUILD krop-9999.ebuild 945 BLAKE2B 86a5fb97c930fbadff98917e884e74e4974a42a3babbe8e37f3af2649c142c3904eef7b39aec1f5dbd3d1386eb085c27973f3106a9d23b2ec418ba3f26ae4722 SHA512 24a0ae2c9083b3df7aa733e25a7dbf051dc9488bbd165f03f1ea0051081cadef4def3099b2ee8fb3d7c06bc49c52c495018dc556eeddfd93484aa1a71ae33e03
MISC metadata.xml 333 BLAKE2B b62d23170b13a4d2375de72955c2708368a34435f022231b829b19b60c9f38a1546ec62887dae545691eb1df45998ab7810aa58df3b94729632991e49c4c098f SHA512 30ec13878bbe3b50c90f1849bbc5bf0f8dc05bf1b6a8f79695590f48c76618eef4666965b8130d1909db3c960a43d3149dba525017f342ce9635afc530b873f0
diff --git a/app-text/krop/krop-0.5.1-r1.ebuild b/app-text/krop/krop-0.5.1-r1.ebuild
deleted file mode 100644
index 82264ba20385..000000000000
--- a/app-text/krop/krop-0.5.1-r1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
-
-inherit desktop distutils-r1 xdg-utils
-
-if [[ ${PV} == 9999 ]] ; then
- inherit git-r3
- EGIT_REPO_URI="https://github.com/arminstraub/krop.git"
-else
- SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz"
- KEYWORDS="amd64 ~x86"
-fi
-
-DESCRIPTION="A tool to crop PDF files"
-HOMEPAGE="http://arminstraub.com/software/krop"
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-RDEPEND="dev-python/python-poppler-qt5[${PYTHON_USEDEP}]
- dev-python/PyPDF2[${PYTHON_USEDEP}]
- dev-python/PyQt5[${PYTHON_USEDEP},gui,widgets]"
-
-src_install() {
- distutils-r1_src_install
- domenu "${WORKDIR}/${P}/${PN}.desktop"
-}
-
-pkg_postinst() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}
-
-pkg_postrm() {
- xdg_mimeinfo_database_update
- xdg_desktop_database_update
-}
diff --git a/app-text/krop/krop-0.6.0.ebuild b/app-text/krop/krop-0.6.0.ebuild
index df73d05761af..7c6a20c2e0ea 100644
--- a/app-text/krop/krop-0.6.0.ebuild
+++ b/app-text/krop/krop-0.6.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/arminstraub/krop.git"
else
SRC_URI="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="amd64 ~x86"
fi
DESCRIPTION="A tool to crop PDF files"