diff options
author | Manuel Rüger <mrueg@gentoo.org> | 2017-12-04 15:40:33 +0100 |
---|---|---|
committer | Manuel Rüger <mrueg@gentoo.org> | 2017-12-04 15:42:55 +0100 |
commit | befcd0c334ff77dbfb926e05465435bd171c7e3b (patch) | |
tree | 6afa1b2a4249779f5b77168da806c47bdda9a2de /app-text/krop | |
parent | dev-ruby/yard: amd64 stable wrt bug #639708 (diff) | |
download | gentoo-befcd0c334ff77dbfb926e05465435bd171c7e3b.tar.gz gentoo-befcd0c334ff77dbfb926e05465435bd171c7e3b.tar.bz2 gentoo-befcd0c334ff77dbfb926e05465435bd171c7e3b.zip |
app-text/krop: Remove old
Package-Manager: Portage-2.3.16, 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.11.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest index eadb3cb5352a..1967081b5481 100644 --- a/app-text/krop/Manifest +++ b/app-text/krop/Manifest @@ -1,2 +1 @@ -DIST krop-0.4.11.tar.gz 35450 SHA256 5dc069afdad722e030037f7cc54bfd8b4ff3990c5600947722303053d2519d0f SHA512 785ac432f7e906ebee167791751b164a0ec30087caef0916bcd95494d7db310949aa4e44569ddaa181daca9c5834b743d3fdc64183093a41e23bb58cbe0d6cae WHIRLPOOL 5c09ddfb50055dc5a5a27e3f21bff1d1a8d7759e60cd488c54538438f83d43cb8254bf4fe0c633a9d7852a27906f3049e5a15c1d6e6ca025d161ac6de7fee778 DIST krop-0.4.13.tar.gz 36654 SHA256 46aad911c6c5d46201e5e8c21b85bcbf6f1d8f5d9889e96e7bcab2cb6dd26966 SHA512 2d2af25124b45108715eb90344a5683adbda4c788bd419360b641e9f47553fe143a40205a44af9b3e4db6df4148b3328547e774f24b5c7c0fd23c9206e8a14b2 WHIRLPOOL 5d1e39a16e9e985ba7a78f1384578ff7d2dfc818218d02bdae06d694a833c3839e8373ef02f56abdded053bdde2d9d0c433bb8f227d2163953c0a17d222e1c53 diff --git a/app-text/krop/krop-0.4.11.ebuild b/app-text/krop/krop-0.4.11.ebuild deleted file mode 100644 index a4a95ac16ae7..000000000000 --- a/app-text/krop/krop-0.4.11.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# 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" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-python/python-poppler-qt4[${PYTHON_USEDEP}] - dev-python/PyPDF2[${PYTHON_USEDEP}] - dev-python/PyQt4[${PYTHON_USEDEP}]" - -src_install() { - distutils-r1_src_install - domenu "${WORKDIR}/${P}/${PN}.desktop" -} |