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 E3401138334 for ; Sun, 3 Feb 2019 14:08:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 19D4AE0BE5; Sun, 3 Feb 2019 14:08: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 E8031E0BE5 for ; Sun, 3 Feb 2019 14:08:22 +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 4DA8433BEE0 for ; Sun, 3 Feb 2019 14:08:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9AA7F53C for ; Sun, 3 Feb 2019 14:08:17 +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: <1549202873.36a19a310b70cc28e1acb58d50ead392f04f1bdd.asturm@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.2.4.ebuild X-VCS-Directories: media-gfx/img2pdf/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 36a19a310b70cc28e1acb58d50ead392f04f1bdd X-VCS-Branch: master Date: Sun, 3 Feb 2019 14:08:17 +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: c0a008ba-8fcc-4cae-a6b8-dc5f4864fe2f X-Archives-Hash: e2166c4bdfee9f08313a5e754d59f5d6 commit: 36a19a310b70cc28e1acb58d50ead392f04f1bdd Author: Diogo Pereira gmail com> AuthorDate: Mon Jan 28 00:40:24 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Feb 3 14:07:53 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36a19a31 media-gfx/img2pdf: drop 0.2.4 Signed-off-by: Diogo Pereira gmail.com> Package-Manager: Portage-2.3.51, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10921 Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/img2pdf/Manifest | 1 - media-gfx/img2pdf/img2pdf-0.2.4.ebuild | 25 ------------------------- 2 files changed, 26 deletions(-) diff --git a/media-gfx/img2pdf/Manifest b/media-gfx/img2pdf/Manifest index 7993869d21f..fe7314c8992 100644 --- a/media-gfx/img2pdf/Manifest +++ b/media-gfx/img2pdf/Manifest @@ -1,2 +1 @@ -DIST img2pdf-0.2.4.tar.gz 54426 BLAKE2B c645d61ee8eb950bfb15337a2d2be724efe9fdf40ba7b211c9882ea14ec34aa977358e0550a732bf770d9539e7b8f8f0dfe045fa7fe8ce0cd0c1311be570cc23 SHA512 c2d99da7076411cf4acabe8929fc8af4005ef1f3e3d9edc953f2731b8d41159c9e4637a803765e1405c595daebfb3d519d4c7903003ce0118d8b0c6e88f11860 DIST img2pdf-0.3.1.tar.gz 67954 BLAKE2B d0d6a9927e9b3e7087e562a108157677a46a17a896beddcc424dd2c234fd7c4f1376b824dbf814b42d9a314a8495b149bc9df65ab2864405b9dde0054e7bafdf SHA512 25f788f78e93ed336ed8e31e88350d89263b82477c8d9c36103dfa522a5e661922fc09b59e1d5104161fe1be15114f843172555efa942722d8b093900d38bae1 diff --git a/media-gfx/img2pdf/img2pdf-0.2.4.ebuild b/media-gfx/img2pdf/img2pdf-0.2.4.ebuild deleted file mode 100644 index c392f9e3c04..00000000000 --- a/media-gfx/img2pdf/img2pdf-0.2.4.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=( python3_{4,5,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" - -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}] - test? ( dev-python/pdfrw[${PYTHON_USEDEP}] )" -RDEPEND="dev-python/pillow[${PYTHON_USEDEP}]" - -python_test() { - esetup.py test -}