diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 11:37:10 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2020-04-25 11:37:10 +0100 |
commit | 38423c67c8a23f6a1bc42038193182e2da3116eb (patch) | |
tree | 04e2cf4bd43601b77daa79fe654e409187093c5e /media-libs/pyliblo | |
parent | 623ee73d661e5ed8475cb264511f683407d87365 (diff) |
gentoo resync : 25.04.2020
Diffstat (limited to 'media-libs/pyliblo')
-rw-r--r-- | media-libs/pyliblo/Manifest | 3 | ||||
-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, 39 deletions
diff --git a/media-libs/pyliblo/Manifest b/media-libs/pyliblo/Manifest deleted file mode 100644 index b0ef213e6bc8..000000000000 --- a/media-libs/pyliblo/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST pyliblo-0.10.0.tar.gz 29702 BLAKE2B 6120003aba9990a4c9d84050a3501e4f2bb345d7b454f47ca2689091c3dcfa1c59c85ff8c2a7b7d0e7a6b9ee87c291ebceddf09cd9a1a39a0706ae463394e407 SHA512 d2a3d47f6c52d310104256d33fbd5d652ae6bc8cde32c2d3b2f3f407b8a4aba99028e57cd466804d266f63468a6c792760f28a43dbabcfa3330e0a852ee4d4e3 -EBUILD pyliblo-0.10.0-r1.ebuild 521 BLAKE2B 0167a689e060dfbb1ce00e14a557894dcf4053f7c533a82ab4b7a785dd99ea98deb779b65dd2c985de691942b1c1c4452932c78a2d53ec30d7881879fcd6eb38 SHA512 01e2e5545285b23711349cfc92f8925b7e4ac968ef496e94a2a6782e2228a3eabb283197ddd89019cdaf12cd41d51d167add58c920d1fbbb1e5f1f9f3dea7a54 -MISC metadata.xml 443 BLAKE2B 0f5ca85fdee859d34612857810740cc23f7e82c757596afbcf33b4825908295d2d49f93ab27acf2e5ce66a1999deded0c30a7d90d2fdf88a609ac19e7d073bea SHA512 258fb4656807e957ee2172da4cebc2533e8367ccad076cbebd6e221cf76df046b748711d4d7abd73bb3c76e13102710beae0eb2ce74378bf1f15a2b8e9f41d2d 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}]" |