From e748ba9741f6540f4675c23e3e37b73e822c13a4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 31 May 2021 20:59:14 +0100 Subject: gentoo resync : 31.05.2021 --- app-text/krop/Manifest | 4 ++-- app-text/krop/krop-0.6.0-r1.ebuild | 42 ++++++++++++++++++++++++++++++++++++++ app-text/krop/krop-0.6.0.ebuild | 42 -------------------------------------- app-text/krop/krop-9999.ebuild | 4 ++-- 4 files changed, 46 insertions(+), 46 deletions(-) create mode 100644 app-text/krop/krop-0.6.0-r1.ebuild delete mode 100644 app-text/krop/krop-0.6.0.ebuild (limited to 'app-text/krop') diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest index 96f6942ab5c0..5f218dc31775 100644 --- a/app-text/krop/Manifest +++ b/app-text/krop/Manifest @@ -1,4 +1,4 @@ DIST krop-0.6.0.tar.gz 48331 BLAKE2B ca6a00a410ed4e18a401fab3a21bc49c86f73165f68b192ab83c8fad74111ba9a9941f464a2646faa5a3317bbb45cdc89bed19c901999c0b11db353ac2997a65 SHA512 51a988e4fcb65d11cc26cf5b0c808e79097a66ef8ec4751a6c051289cd77b3328ebc8ecd9829adc466f87330beb8bc715d290cc20be415a7b8f179378b7bcb4f -EBUILD krop-0.6.0.ebuild 944 BLAKE2B fc2440fb8b3fafe8c9363dfbfa3aa14dfc93f85c1f108a94bb09fb0608967f7e9d614a1c5f514072f40e4e04147fbd47e8885cd3afca98b2c5922d1d5739ce48 SHA512 8d66fe580963dc03d0ce6e8651a3c694d503981b394c6c9bcd30a2a73be9b5f47b0d57daeb3a4422c83efe6f894f2f4a9938c3c1f471a912934583317c57db42 -EBUILD krop-9999.ebuild 945 BLAKE2B 86a5fb97c930fbadff98917e884e74e4974a42a3babbe8e37f3af2649c142c3904eef7b39aec1f5dbd3d1386eb085c27973f3106a9d23b2ec418ba3f26ae4722 SHA512 24a0ae2c9083b3df7aa733e25a7dbf051dc9488bbd165f03f1ea0051081cadef4def3099b2ee8fb3d7c06bc49c52c495018dc556eeddfd93484aa1a71ae33e03 +EBUILD krop-0.6.0-r1.ebuild 946 BLAKE2B 9a19b27762bcdeca0d6cefecb93abe57f1bb87d01a437e3d83554827bf3656da72b4478e1663f4a1251c09d9488bbb1640281c7a3aa7f001fd5a317a05edbae4 SHA512 79763059ace73cc10389fde4d43751f1aac032b0395751ee9f4438e3e6e02863366be3ca3b52885d7cba47e6265b724b834c5f9072d6b4ff22f46925028c5f74 +EBUILD krop-9999.ebuild 947 BLAKE2B 131f959514e4380a67193718148715f96ef26e3078d7635216f6b1bf5998bba5ebbf398b2583167af9bb0669de4d431800d91630415043a6998c39fd45d39b2a SHA512 16b994a95fc62fe6aa889570b1b6cc9c76c8d1f4ccb230d1253adef7096093870ef76b62016f08a7a1936cc2a7137ca16ab3ecdfb364b287b5ca0519a3d50d71 MISC metadata.xml 333 BLAKE2B b62d23170b13a4d2375de72955c2708368a34435f022231b829b19b60c9f38a1546ec62887dae545691eb1df45998ab7810aa58df3b94729632991e49c4c098f SHA512 30ec13878bbe3b50c90f1849bbc5bf0f8dc05bf1b6a8f79695590f48c76618eef4666965b8130d1909db3c960a43d3149dba525017f342ce9635afc530b873f0 diff --git a/app-text/krop/krop-0.6.0-r1.ebuild b/app-text/krop/krop-0.6.0-r1.ebuild new file mode 100644 index 000000000000..6085c6264fb8 --- /dev/null +++ b/app-text/krop/krop-0.6.0-r1.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + +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="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${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 deleted file mode 100644 index 7c6a20c2e0ea..000000000000 --- a/app-text/krop/krop-0.6.0.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) -DISTUTILS_USE_SETUPTOOLS=rdepend - -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="https://github.com/arminstraub/${PN}/archive/v${PV}.tar.gz -> ${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-9999.ebuild b/app-text/krop/krop-9999.ebuild index df73d05761af..71df1f4d3c20 100644 --- a/app-text/krop/krop-9999.ebuild +++ b/app-text/krop/krop-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8} ) +PYTHON_COMPAT=( python3_{7,8,9} ) DISTUTILS_USE_SETUPTOOLS=rdepend inherit desktop distutils-r1 xdg-utils -- cgit v1.2.3