Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/yaswfp/
Date: Sun, 29 Mar 2020 12:22:11
Message-Id: 1585483925.dbea67c93b81e02a0a5ab2c9e542a55ccbf7c54c.mgorny@gentoo
1 commit: dbea67c93b81e02a0a5ab2c9e542a55ccbf7c54c
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 29 12:12:05 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 29 12:12:05 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbea67c9
7
8 dev-python/yaswfp: Remove redundant versions
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/yaswfp/yaswfp-0.9.3.ebuild | 20 --------------------
13 1 file changed, 20 deletions(-)
14
15 diff --git a/dev-python/yaswfp/yaswfp-0.9.3.ebuild b/dev-python/yaswfp/yaswfp-0.9.3.ebuild
16 deleted file mode 100644
17 index 6fc5f041843..00000000000
18 --- a/dev-python/yaswfp/yaswfp-0.9.3.ebuild
19 +++ /dev/null
20 @@ -1,20 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -
26 -PYTHON_COMPAT=( python3_6 )
27 -
28 -inherit distutils-r1
29 -
30 -DESCRIPTION="Yet Another SWF Parser"
31 -HOMEPAGE="https://github.com/facundobatista/yaswfp"
32 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
33 -
34 -LICENSE="GPL-3"
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -DEPEND=""
40 -RDEPEND="${DEPEND}"