diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-04-19 08:54:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-04-19 08:54:55 +0200 |
commit | 7e2ab3e3c33cae1b933b5cee2cc47bdac964fcbc (patch) | |
tree | 6239fa7a49d9794f0b91aca1345905e09d33b7c6 /media-libs | |
parent | media-sound/gtklick: Remove last-rited pkg (diff) | |
download | gentoo-7e2ab3e3c33cae1b933b5cee2cc47bdac964fcbc.tar.gz gentoo-7e2ab3e3c33cae1b933b5cee2cc47bdac964fcbc.tar.bz2 gentoo-7e2ab3e3c33cae1b933b5cee2cc47bdac964fcbc.zip |
media-libs/pyliblo: Remove last-rited pkg
Closes: https://bugs.gentoo.org/708172
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/pyliblo/Manifest | 1 | ||||
-rw-r--r-- | media-libs/pyliblo/metadata.xml | 15 | ||||
-rw-r--r-- | media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild | 21 |
3 files changed, 0 insertions, 37 deletions
diff --git a/media-libs/pyliblo/Manifest b/media-libs/pyliblo/Manifest deleted file mode 100644 index cf03193ecd1c..000000000000 --- a/media-libs/pyliblo/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST pyliblo-0.10.0.tar.gz 29702 BLAKE2B 6120003aba9990a4c9d84050a3501e4f2bb345d7b454f47ca2689091c3dcfa1c59c85ff8c2a7b7d0e7a6b9ee87c291ebceddf09cd9a1a39a0706ae463394e407 SHA512 d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3 diff --git a/media-libs/pyliblo/metadata.xml b/media-libs/pyliblo/metadata.xml deleted file mode 100644 index 511c25a14265..000000000000 --- a/media-libs/pyliblo/metadata.xml +++ /dev/null @@ -1,15 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>alexander@tsoy.me</email> - <name>Alexander Tsoy</name> - </maintainer> - <maintainer type="project"> - <email>proxy-maint@gentoo.org</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">dsacre/pyliblo</remote-id> - </upstream> -</pkgmetadata> diff --git a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild b/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild deleted file mode 100644 index ee8e08b5fa22..000000000000 --- a/media-libs/pyliblo/pyliblo-0.10.0-r1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -PYTHON_COMPAT=( python{2_7,3_6} ) -inherit distutils-r1 - -DESCRIPTION="A Python wrapper for the liblo OSC library" -HOMEPAGE="http://das.nasophon.de/pyliblo" -SRC_URI="http://das.nasophon.de/download/${P}.tar.gz" - -LICENSE="LGPL-2.1+" -SLOT="0" -KEYWORDS="~amd64 ~x86" -REQUIRED_USE="${PYTHON_REQUIRED_USE}" - -RDEPEND=">=media-libs/liblo-0.27 - ${PYTHON_DEPS}" -DEPEND="${RDEPEND} - dev-python/cython[${PYTHON_USEDEP}]" |