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 96160138351 for ; Thu, 23 Apr 2020 06:01:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8B901E09C1; Thu, 23 Apr 2020 06:01:19 +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 76E62E09C1 for ; Thu, 23 Apr 2020 06:01:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 31B8334F0F2 for ; Thu, 23 Apr 2020 06:01:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A8C31E0 for ; Thu, 23 Apr 2020 06:01:15 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1587621654.77f680a87ea53fb4c5b7746c89f59e0ae1f29951.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/img2pdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/img2pdf/Manifest media-gfx/img2pdf/img2pdf-0.3.1.ebuild X-VCS-Directories: media-gfx/img2pdf/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 77f680a87ea53fb4c5b7746c89f59e0ae1f29951 X-VCS-Branch: master Date: Thu, 23 Apr 2020 06:01:15 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 32b2a71c-8ad4-4087-895c-82e7aaceeaa1 X-Archives-Hash: f5b55697ce3f87b0035bc32968a4133d commit: 77f680a87ea53fb4c5b7746c89f59e0ae1f29951 Author: Diogo Pereira gmail com> AuthorDate: Sun Apr 19 23:47:29 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Apr 23 06:00:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=77f680a8 media-gfx/img2pdf: drop 0.3.1 Signed-off-by: Diogo Pereira gmail.com> Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Michał Górny gentoo.org> media-gfx/img2pdf/Manifest | 1 - media-gfx/img2pdf/img2pdf-0.3.1.ebuild | 26 -------------------------- 2 files changed, 27 deletions(-) diff --git a/media-gfx/img2pdf/Manifest b/media-gfx/img2pdf/Manifest index 84eb6ab0054..094f67e0c2d 100644 --- a/media-gfx/img2pdf/Manifest +++ b/media-gfx/img2pdf/Manifest @@ -1,2 +1 @@ -DIST img2pdf-0.3.1.tar.gz 67954 BLAKE2B d0d6a9927e9b3e7087e562a108157677a46a17a896beddcc424dd2c234fd7c4f1376b824dbf814b42d9a314a8495b149bc9df65ab2864405b9dde0054e7bafdf SHA512 25f788f78e93ed336ed8e31e88350d89263b82477c8d9c36103dfa522a5e661922fc09b59e1d5104161fe1be15114f843172555efa942722d8b093900d38bae1 DIST img2pdf-0.3.3.tar.gz 80523 BLAKE2B 39e372f1ab82d9f521cf2c512b173680afe6463dd041283b336af49c41b12d12261fe5947ad9f03d489b7898d3c8d161faedb2b3366cb75bd1bc0666f905f60c SHA512 234e0031d75727d2f5d2b82603bb447d9101ace81e604b6d5eb358d0b4681e209dbd737775b90b44096cf84239aac9e87e2369e0c6112a17f24ccbf10a20cdd5 diff --git a/media-gfx/img2pdf/img2pdf-0.3.1.ebuild b/media-gfx/img2pdf/img2pdf-0.3.1.ebuild deleted file mode 100644 index 364ece521a9..00000000000 --- a/media-gfx/img2pdf/img2pdf-0.3.1.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python3_6 ) - -inherit distutils-r1 - -DESCRIPTION="Losslessly convert raster images to PDF" -HOMEPAGE="https://gitlab.mister-muffin.de/josch/img2pdf" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="LGPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pdfrw[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}