diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-27 19:27:05 +0100 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2017-12-27 19:27:48 +0100 |
commit | 1802c2f1d8029a2a5d2aa436b1828e07710711fc (patch) | |
tree | e5524e0c8c8c6accc98c230dde7c836c4eb0f404 /app-text/krop | |
parent | virtual/pypy3: Bump to 5.10.0 (diff) | |
download | gentoo-1802c2f1d8029a2a5d2aa436b1828e07710711fc.tar.gz gentoo-1802c2f1d8029a2a5d2aa436b1828e07710711fc.tar.bz2 gentoo-1802c2f1d8029a2a5d2aa436b1828e07710711fc.zip |
app-text/krop: Add a snapshot of the qt5 branch
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-text/krop')
-rw-r--r-- | app-text/krop/Manifest | 1 | ||||
-rw-r--r-- | app-text/krop/krop-0.4.13.5.ebuild | 27 |
2 files changed, 28 insertions, 0 deletions
diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest index 37282cfb6611..1af5df73944d 100644 --- a/app-text/krop/Manifest +++ b/app-text/krop/Manifest @@ -1 +1,2 @@ +DIST krop-0.4.13.5.tar.gz 40079 BLAKE2B 9d3505f7d9cbf0eef4ec7a28928f14940e6c0a2fd4499b6c5896fde7b3f7b8a0b84ddc4f9c7735ee348f89e9924a7b8f69a3d4dbfaa4668ac770a0fe8404d469 SHA512 218eb3e256dabcacc53af62b2e704031bd21bedacf2599c4aed7ee3b3847b35741c921a08137b7b6e7295ddfc7f87f4ffbf9d3fec3fb137d1ce36e3945dc6129 DIST krop-0.4.13.tar.gz 36654 BLAKE2B 87c6ae2435ba7f4f7d5d8ad19f4804a1e45b9bb44bef7e03b46cf6e3c1a59cdf5dfd81a7a7d8c26a0f09b75e7d3dcdfa28b4795a786f8eb06d95881eacfc7cee SHA512 2d2af25124b45108715eb90344a5683adbda4c788bd419360b641e9f47553fe143a40205a44af9b3e4db6df4148b3328547e774f24b5c7c0fd23c9206e8a14b2 diff --git a/app-text/krop/krop-0.4.13.5.ebuild b/app-text/krop/krop-0.4.13.5.ebuild new file mode 100644 index 000000000000..23966dc8cf43 --- /dev/null +++ b/app-text/krop/krop-0.4.13.5.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) + +inherit eutils distutils-r1 + +DESCRIPTION="A tool to crop PDF files" +HOMEPAGE="http://arminstraub.com/software/krop" +#SRC_URI="http://arminstraub.com/downloads/${PN}/${P}.tar.gz" +SRC_URI="https://dev.gentoo.org/~huettel/distfiles/${P}.tar.gz" +# this is a snapshot of the qt5 branch + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="dev-python/python-poppler-qt5[${PYTHON_USEDEP}] + dev-python/PyPDF2[${PYTHON_USEDEP}] + dev-python/PyQt5[${PYTHON_USEDEP}]" + +src_install() { + distutils-r1_src_install + domenu "${WORKDIR}/${P}/${PN}.desktop" +} |