From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-python/pyalsa/Manifest | 7 ------ .../files/pyalsa-1.0.29-no-build-symlinks.patch | 24 ------------------ .../files/pyalsa-1.1.6-no-build-symlinks.patch | 27 -------------------- dev-python/pyalsa/metadata.xml | 12 --------- dev-python/pyalsa/pyalsa-1.0.29.ebuild | 29 ---------------------- dev-python/pyalsa/pyalsa-1.1.6.ebuild | 25 ------------------- 6 files changed, 124 deletions(-) delete mode 100644 dev-python/pyalsa/Manifest delete mode 100644 dev-python/pyalsa/files/pyalsa-1.0.29-no-build-symlinks.patch delete mode 100644 dev-python/pyalsa/files/pyalsa-1.1.6-no-build-symlinks.patch delete mode 100644 dev-python/pyalsa/metadata.xml delete mode 100644 dev-python/pyalsa/pyalsa-1.0.29.ebuild delete mode 100644 dev-python/pyalsa/pyalsa-1.1.6.ebuild (limited to 'dev-python/pyalsa') diff --git a/dev-python/pyalsa/Manifest b/dev-python/pyalsa/Manifest deleted file mode 100644 index 35654317a040..000000000000 --- a/dev-python/pyalsa/Manifest +++ /dev/null @@ -1,7 +0,0 @@ -AUX pyalsa-1.0.29-no-build-symlinks.patch 775 BLAKE2B c8669e67fdb72b169db4a1445c1045d9687246b5f735697d9ba1fefa9ad71dfc2ee898585febf46fc7f028aad81e8b18b6be1f871c515ef6c16c1ffe620691dc SHA512 647783293e2576e8fe3631bad6082000c315ac4b5312e4e212c7fcadd84082e06964fda66bbeda781f33f75596ef561e18b0652e25beb88d0f883c131b3d2d32 -AUX pyalsa-1.1.6-no-build-symlinks.patch 682 BLAKE2B 046f4cffa0b08a32360356d82384148b805544b6f05e44ec329bef2299b67e46c68401b800761e9dff2141b22bc029a55fd5cf01cd5cdb533303aef91a2bbe0f SHA512 fd3937df5a69326908da942a8926e10221bb85693c863cc06ca363ca8fb07761173d2b51113615970887442d8779b2e9ff468b927b078acf52620e944b71b779 -DIST pyalsa-1.0.29.tar.bz2 39481 BLAKE2B 12644bad27c06ce4782ef3396e883bf1aab521a39d813f11d25f910c99d899b14b618f21568bdc1422a3ed448e7421c8b8129dc19c8fcd0f9c0b595f9fbae370 SHA512 cc885094b020ea6e1735391cfc73a11e29f7d59b1e24a766908d57bec0fae4f490616c59f04eb74648f8ee610e76295a9501ab31a2513e921bcd8b4fdb104683 -DIST pyalsa-1.1.6.tar.bz2 39797 BLAKE2B 3a23dde67ec807d09b2e9ef0f893b8ec2f5902b0fa88f0f02f8127b7a5a8bdf3fa09397dd01ae1cafbce6b9c733a0eca65fda3cd6fd18e533dd4fbace284caa3 SHA512 6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd -EBUILD pyalsa-1.0.29.ebuild 739 BLAKE2B d933094b659c639a6b794026a3ad7b7ce844375ac28d2e2e565c76510131fe57c5b641bf78c27c4fbeacffe346646e6498c5aa567263e79bedc76f39774a581e SHA512 5052d3ce56c90e2ae3c1a8b45daeaeda872db948fd3a20f2011db75bdb3532c7524e0dae9750300e6822f9893c3b18d914b9811159c9800be44abdda8ac2597c -EBUILD pyalsa-1.1.6.ebuild 617 BLAKE2B 54ba5c6b566859df89b59769a613b31a4c5ddbf634db442f542a5f0a39ff4e32fd165a42cd8b4d0f7453d4fefd7e2411cd1d0d27af267f21127d6cffc499fe68 SHA512 8e0f366591fdec105e7717730c392ede2c67eecfe3a88261fae3a9a5e0c92d8d991d94d9fe7ca9abac28e37447308d371cc5183ff1e4e2e815a4358ea364cc68 -MISC metadata.xml 349 BLAKE2B 743c640ee72b49353f6b3b19b958609dc420f187753d9e63e292c9cdfcb6c183092953dd16c3cf0f91ee13df04b9f12a2a9893a56cacad2c70535730294d6af1 SHA512 ef94ac2639e61234b2140a6dae1683f99c3c8bf564a37d22e54612340a2d0147037e590ef8f6c639914df05684f3d62ebc96a9e2176cab82ba85e5d87171ec58 diff --git a/dev-python/pyalsa/files/pyalsa-1.0.29-no-build-symlinks.patch b/dev-python/pyalsa/files/pyalsa-1.0.29-no-build-symlinks.patch deleted file mode 100644 index 72bf0bcb49c5..000000000000 --- a/dev-python/pyalsa/files/pyalsa-1.0.29-no-build-symlinks.patch +++ /dev/null @@ -1,24 +0,0 @@ -diff -ur pyalsa-1.0.29.orig/setup.py pyalsa-1.0.29/setup.py ---- setup.py 2015-02-26 20:36:18.000000000 +0800 -+++ setup.py 2015-03-22 12:53:26.941401236 +0800 -@@ -58,20 +58,3 @@ - packages=['pyalsa'], - scripts=[] - ) -- --uname = os.uname() --a = 'build/lib.%s-%s-%s' % (uname[0].lower(), uname[4], sys.version[:3]) --for f in ['alsacard.so', 'alsacontrol.so', 'alsahcontrol.so', -- 'alsamixer.so', 'alsaseq.so']: -- if not os.path.exists('pyalsa/%s' % f): -- a = '../build/lib.%s-%s-%s/pyalsa/%s' % \ -- (uname[0].lower(), uname[4], sys.version[:3], f) -- print a, f -- p = 'pyalsa/' + f -- try: -- st = os.lstat(p) -- if stat.S_ISLNK(st.st_mode): -- os.remove(p) -- except: -- pass -- os.symlink(a, 'pyalsa/%s' % f) diff --git a/dev-python/pyalsa/files/pyalsa-1.1.6-no-build-symlinks.patch b/dev-python/pyalsa/files/pyalsa-1.1.6-no-build-symlinks.patch deleted file mode 100644 index 7f8cf6815d03..000000000000 --- a/dev-python/pyalsa/files/pyalsa-1.1.6-no-build-symlinks.patch +++ /dev/null @@ -1,27 +0,0 @@ ---- pyalsa-1.1.6/setup.py -+++ pyalsa-1.1.6/setup.py -@@ -70,24 +70,3 @@ - 'alsamixer', - 'alsaseq' - ] -- --uname = os.uname() --dir = 'build/lib.%s-%s-%s/pyalsa' % (uname[0].lower(), uname[4], sys.version[:3]) --files = os.path.exists(dir) and os.listdir(dir) or [] --for f in SOFILES: -- path = '' -- for f2 in files: -- if f2.startswith(f + '.') and f2.endswith('.so'): -- path = dir + '/' + f2 -- break -- if not path or not os.path.exists(path): -- continue -- p = 'pyalsa/%s.so' % f -- print("%s -> %s" % (p, path)) -- try: -- st = os.lstat(p) -- if stat.S_ISLNK(st.st_mode): -- os.remove(p) -- except: -- pass -- os.symlink('../' + path, 'pyalsa/%s.so' % f) diff --git a/dev-python/pyalsa/metadata.xml b/dev-python/pyalsa/metadata.xml deleted file mode 100644 index 924dc07b5c11..000000000000 --- a/dev-python/pyalsa/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ - - - - - alsa-bugs@gentoo.org - Gentoo ALSA Project - - - python@gentoo.org - Python - - diff --git a/dev-python/pyalsa/pyalsa-1.0.29.ebuild b/dev-python/pyalsa/pyalsa-1.0.29.ebuild deleted file mode 100644 index 7241660b6ade..000000000000 --- a/dev-python/pyalsa/pyalsa-1.0.29.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 pypy ) # Still py2 only it appears - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~mips ppc ppc64 sparc x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/${P}-no-build-symlinks.patch" ) - -python_configure_all() { - # note: this needs changing when py3 becomes supported - append-flags -fno-strict-aliasing -} -# Testsuite appears to require installed state diff --git a/dev-python/pyalsa/pyalsa-1.1.6.ebuild b/dev-python/pyalsa/pyalsa-1.1.6.ebuild deleted file mode 100644 index 9f25f2ab8f50..000000000000 --- a/dev-python/pyalsa/pyalsa-1.1.6.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -PYTHON_COMPAT=( python{2_7,3_{4,5,6}} pypy ) - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="https://alsa-project.org/" -SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~mips ~ppc ~ppc64 ~sparc ~x86" -IUSE="" - -RDEPEND="media-libs/alsa-lib" -DEPEND="${RDEPEND} - dev-python/setuptools[${PYTHON_USEDEP}]" - -PATCHES=( "${FILESDIR}/${PN}-1.1.6-no-build-symlinks.patch" ) - -# Testsuite appears to require installed state -- cgit v1.2.3