From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B3566138330 for ; Sun, 7 Jan 2018 14:51:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1D81E0822; Sun, 7 Jan 2018 14:51:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AF54EE0822 for ; Sun, 7 Jan 2018 14:51:23 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C77E2340C15 for ; Sun, 7 Jan 2018 14:51:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55BE01A5 for ; Sun, 7 Jan 2018 14:51:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1515336661.917e9a5a9bbc4e16ab683cd209c2a6f617b26ecc.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/krop/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/krop/Manifest app-text/krop/krop-0.4.13.ebuild X-VCS-Directories: app-text/krop/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 917e9a5a9bbc4e16ab683cd209c2a6f617b26ecc X-VCS-Branch: master Date: Sun, 7 Jan 2018 14:51:21 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 2ca72442-7ab8-4717-86ce-50a92f7d9404 X-Archives-Hash: 07eab9ca0d369c3e6abaf68bf5f6413d commit: 917e9a5a9bbc4e16ab683cd209c2a6f617b26ecc Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 7 14:47:24 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 7 14:51:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=917e9a5a app-text/krop: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-text/krop/Manifest | 1 - app-text/krop/krop-0.4.13.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/app-text/krop/Manifest b/app-text/krop/Manifest index 1af5df73944..09de9810a23 100644 --- a/app-text/krop/Manifest +++ b/app-text/krop/Manifest @@ -1,2 +1 @@ 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.ebuild b/app-text/krop/krop-0.4.13.ebuild deleted file mode 100644 index a4a95ac16ae..00000000000 --- a/app-text/krop/krop-0.4.13.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" -}