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 B7FC6138350 for ; Sat, 28 Mar 2020 11:44:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3570E0A94; Sat, 28 Mar 2020 11:44:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D6079E0A94 for ; Sat, 28 Mar 2020 11:44:16 +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 B513234F9E6 for ; Sat, 28 Mar 2020 11:44:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63F56186 for ; Sat, 28 Mar 2020 11:44:14 +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: <1585395839.87681295d8beff0eb97b7972aaaf6208db524d83.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pdfrw/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pdfrw/Manifest dev-python/pdfrw/pdfrw-0.2.ebuild X-VCS-Directories: dev-python/pdfrw/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 87681295d8beff0eb97b7972aaaf6208db524d83 X-VCS-Branch: master Date: Sat, 28 Mar 2020 11:44:14 +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: cb6750fb-b6be-401f-a437-96937a55d416 X-Archives-Hash: 8cce5dff17c2d9549a0372eb61ebc9d4 commit: 87681295d8beff0eb97b7972aaaf6208db524d83 Author: Michał Górny gentoo org> AuthorDate: Sat Mar 28 11:40:46 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Mar 28 11:43:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87681295 dev-python/pdfrw: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/pdfrw/Manifest | 1 - dev-python/pdfrw/pdfrw-0.2.ebuild | 16 ---------------- 2 files changed, 17 deletions(-) diff --git a/dev-python/pdfrw/Manifest b/dev-python/pdfrw/Manifest index ba777dbd8e7..fdc7338493f 100644 --- a/dev-python/pdfrw/Manifest +++ b/dev-python/pdfrw/Manifest @@ -1,2 +1 @@ -DIST pdfrw-0.2.tar.gz 69177 BLAKE2B 2a2d679efd217a8de4faebb4b46d3682c7395cc7d7c70e55107994c7d8de5862bea63765e038f8110efec5fd984ad01de922227a8ac9afa2dacb4d7fa7d2903f SHA512 4f1ed3b7ddb42969110291b31e02e15e1f98316ede25eaa4d63cdbc443497a278267309769351e04cff52651cdbc44c93771e521cb953ba08d57152f81ee516f DIST pdfrw-0.4.tar.gz 95402 BLAKE2B 00f01f8d4cca9c5306d08094639d4cb10c53aca1c81b6c65f5639c8862a067e562c164523cc58abddb06b39dabcc50c2fbcdcf04a291309cac709cbfd0cf4673 SHA512 6c0b629e837f9bd479a288bcd040952b98920da345113bf90167becbdf2f90a9d6c082c5e7988c68118bd62a2a5a0d22f98523407996531bb5d3031e847e10b0 diff --git a/dev-python/pdfrw/pdfrw-0.2.ebuild b/dev-python/pdfrw/pdfrw-0.2.ebuild deleted file mode 100644 index 0b1a178df76..00000000000 --- a/dev-python/pdfrw/pdfrw-0.2.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -PYTHON_COMPAT=( python2_7 ) - -inherit distutils-r1 - -DESCRIPTION="PDF file reader/writer library" -HOMEPAGE="https://github.com/pmaupin/pdfrw" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~alpha amd64 arm hppa ppc ppc64 sparc x86" -IUSE=""