Gentoo Archives: gentoo-commits

From: "Miroslav Šulc" <fordfrog@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/podcastparser/
Date: Mon, 12 Jul 2021 04:26:29
Message-Id: 1626063978.4681fd7e046c35cec3cf9980b2e5421c15c17cd4.fordfrog@gentoo
1 commit: 4681fd7e046c35cec3cf9980b2e5421c15c17cd4
2 Author: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 12 04:26:18 2021 +0000
4 Commit: Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 12 04:26:18 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4681fd7e
7
8 media-sound/podcastparser: removed obsolete 0.6.5
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
12
13 dev-python/podcastparser/Manifest | 1 -
14 dev-python/podcastparser/podcastparser-0.6.5.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/dev-python/podcastparser/Manifest b/dev-python/podcastparser/Manifest
18 index 74166542207..d4b5041d78b 100644
19 --- a/dev-python/podcastparser/Manifest
20 +++ b/dev-python/podcastparser/Manifest
21 @@ -1,2 +1 @@
22 -DIST podcastparser-0.6.5.tar.gz 22232 BLAKE2B 1fcf115954e3394aede643ef28ea7eb13c2969ad3125f82dcfefbb457d61f768247d07d3150fe8adc7aeceb9bb9f0026a2e55f42b3f2a6da76b977528ebd013d SHA512 770d2376eb7d029dc033f46f55d00e02b8040c72c670338ad52ecf065ec4ffd291c6e2ec02cf9b038f8608c7c549808ff14f95017f508bb1526bb79b413e136a
23 DIST podcastparser-0.6.6.tar.gz 23482 BLAKE2B 3bdfefe0eafb7d89dfc0063b0fd61c1f5634e381ec6cba634cd9b054dc51476cd0c37267fc40db317ee3d192ea52b4da18e8efc387ad81c6edac25caf7c94147 SHA512 aee6cb72157242afe9f4d9bd201b9538051cce1fc6a153a03206ad041fbff7c99b69659ee4a9c8cbf5583c1a027a9d171943882cb3a48e4ff7f84602cccf2d74
24
25 diff --git a/dev-python/podcastparser/podcastparser-0.6.5.ebuild b/dev-python/podcastparser/podcastparser-0.6.5.ebuild
26 deleted file mode 100644
27 index 60e752b1ae3..00000000000
28 --- a/dev-python/podcastparser/podcastparser-0.6.5.ebuild
29 +++ /dev/null
30 @@ -1,17 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -PYTHON_COMPAT=( python3_{7,8,9} )
36 -DISTUTILS_USE_SETUPTOOLS=no
37 -
38 -inherit distutils-r1
39 -
40 -DESCRIPTION="Podcast parser for the gpodder client"
41 -HOMEPAGE="https://github.com/gpodder/podcastparser"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="ISC"
45 -SLOT="0"
46 -KEYWORDS="amd64 x86"
47 -IUSE=""