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 E0AED138239 for ; Sun, 29 Mar 2020 12:22:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0525FE0A70; Sun, 29 Mar 2020 12:22:10 +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 E1987E0A7D for ; Sun, 29 Mar 2020 12:22:09 +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 6CD1C34FB0E for ; Sun, 29 Mar 2020 12:22:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED7D71B1 for ; Sun, 29 Mar 2020 12:22:03 +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: <1585483925.dbea67c93b81e02a0a5ab2c9e542a55ccbf7c54c.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yaswfp/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/yaswfp/yaswfp-0.9.3.ebuild X-VCS-Directories: dev-python/yaswfp/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: dbea67c93b81e02a0a5ab2c9e542a55ccbf7c54c X-VCS-Branch: master Date: Sun, 29 Mar 2020 12:22:03 +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: 24c272d9-ccfb-4e84-aba2-f8398feaa666 X-Archives-Hash: cac974f81c3d680cf0b82529e691c760 commit: dbea67c93b81e02a0a5ab2c9e542a55ccbf7c54c Author: Michał Górny gentoo org> AuthorDate: Sun Mar 29 12:12:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Sun Mar 29 12:12:05 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbea67c9 dev-python/yaswfp: Remove redundant versions Signed-off-by: Michał Górny gentoo.org> dev-python/yaswfp/yaswfp-0.9.3.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/dev-python/yaswfp/yaswfp-0.9.3.ebuild b/dev-python/yaswfp/yaswfp-0.9.3.ebuild deleted file mode 100644 index 6fc5f041843..00000000000 --- a/dev-python/yaswfp/yaswfp-0.9.3.ebuild +++ /dev/null @@ -1,20 +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="Yet Another SWF Parser" -HOMEPAGE="https://github.com/facundobatista/yaswfp" -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="${DEPEND}"