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/python-vlc/
Date: Mon, 16 May 2022 13:28:00
Message-Id: 1652707503.9960a040f53835426f834714e8dbc149bec74cf6.mgorny@gentoo
1 commit: 9960a040f53835426f834714e8dbc149bec74cf6
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon May 16 13:25:03 2022 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon May 16 13:25:03 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9960a040
7
8 dev-python/python-vlc: Remove old
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 dev-python/python-vlc/Manifest | 1 -
13 dev-python/python-vlc/python-vlc-3.0.12118.ebuild | 21 ---------------------
14 2 files changed, 22 deletions(-)
15
16 diff --git a/dev-python/python-vlc/Manifest b/dev-python/python-vlc/Manifest
17 index 1d4a3084d29f..654c6d59711e 100644
18 --- a/dev-python/python-vlc/Manifest
19 +++ b/dev-python/python-vlc/Manifest
20 @@ -1,2 +1 @@
21 -DIST python-vlc-3.0.12118.tar.gz 148685 BLAKE2B 356963caea1a14fdc9d5ba814fc442fd8d93fe327ebea7fd51ede52d29aaf7b72af3e9d6de9a7e1372515694738fbeda49c698793fecd80a47ab5f51b01f3d08 SHA512 d84e373b77b763c169fa4c2ffcdec979fca44cc40e873865b6a55d79481f2b01711fee48f8ab7ca2506ed73a72b970b6fd410f121c24120640ddc0ef5efbd05b
22 DIST python-vlc-3.0.16120.tar.gz 148853 BLAKE2B 2de404605f9015cb1469932dc581128a100b2bd88a765565b979a2ed33f68dd35c91212abc4cabf34942c4fabfd198b41debd4ce0e56d5e537c23e701385d9a3 SHA512 8acf6e8bfe0bacc13b6c4c58fd2e5bc2f6040c47dcdce513aa6560eb09301c1a9a6c78125e491735b1898b11a6194465bf3076b653ddbf6caff9b49e7c15b975
23
24 diff --git a/dev-python/python-vlc/python-vlc-3.0.12118.ebuild b/dev-python/python-vlc/python-vlc-3.0.12118.ebuild
25 deleted file mode 100644
26 index 154fb58abe28..000000000000
27 --- a/dev-python/python-vlc/python-vlc-3.0.12118.ebuild
28 +++ /dev/null
29 @@ -1,21 +0,0 @@
30 -# Copyright 1999-2021 Gentoo Authors
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=7
34 -
35 -PYTHON_COMPAT=( python3_{7..10} )
36 -
37 -inherit distutils-r1
38 -
39 -DESCRIPTION="Python ctypes-based bindings for libvlc"
40 -HOMEPAGE="https://github.com/oaubert/python-vlc
41 - https://wiki.videolan.org/Python_bindings/"
42 -SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
43 -
44 -LICENSE="LGPL-2.1+"
45 -SLOT="0"
46 -KEYWORDS="~amd64"
47 -
48 -RDEPEND="
49 - media-video/vlc
50 -"