dev-python/kaa-metadata: Remove last-rited pkg

Closes: https://bugs.gentoo.org/694280
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2019-10-15 18:45:58 +02:00
parent b4845fd1dc
commit cb13cddbab
4 changed files with 0 additions and 44 deletions

View File

@@ -1 +0,0 @@
DIST kaa-metadata-0.7.7.tar.gz 257513 BLAKE2B 81fa8dc2d144e7870522184991fbbd78fd4112aa51d2ee626dbee0959ee117230ea7e4c296b946bbefb4e2d371ef5322d0680d27904d19f999ad5c63d0d81aba SHA512 a6ac02e4887cc0489903cf57f55666b30e1351a958572117a867285f34639bcd7302450177f0471cc4bf0ad02d8a42d1f015cd237948610357bdc2e2fb9cc131

View File

@@ -1,28 +0,0 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
PYTHON_COMPAT=( python2_7 )
PYTHON_REQ_USE="threads"
inherit distutils-r1
DESCRIPTION="Powerful media metadata parser for media files in Python, successor of MMPython"
HOMEPAGE="http://www.freevo.org/ https://github.com/freevo/kaa-metadata"
SRC_URI="mirror://sourceforge/freevo/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE="css dvd"
DEPEND=">=dev-python/kaa-base-0.3.0[${PYTHON_USEDEP}]
css? ( media-libs/libdvdcss )
dvd? ( media-libs/libdvdread )"
RDEPEND="${DEPEND}"
python_prepare_all() {
# Disable experimental exiv2 parser which fails to build.
sed -e "s/-lexiv2/&_nonexistent/" -i setup.py || die "sed setup.py failed"
distutils-r1_python_prepare_all
}

View File

@@ -1,14 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<!-- maintainer-needed -->
<longdescription>
A powerful media metadata parser in Python. It can extract
metadata (such as id3 tags, for example) from a wide range of
media files. Attributes like codec, length, resolution,
audio/video/subtitle tracks, and chapters are also returned.
</longdescription>
<upstream>
<remote-id type="sourceforge">freevo</remote-id>
</upstream>
</pkgmetadata>