From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 60C92138350 for ; Thu, 26 Mar 2020 18:54:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C0CEDE0D31; Thu, 26 Mar 2020 18:54:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id AA730E0D31 for ; Thu, 26 Mar 2020 18:54:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 91D0434F62C for ; Thu, 26 Mar 2020 18:54:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5487810A for ; Thu, 26 Mar 2020 18:54:18 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1585248850.7f7d8f3abb23483357beaf510be99fd3d206b783.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyalsa/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyalsa/Manifest dev-python/pyalsa/pyalsa-1.0.29.ebuild X-VCS-Directories: dev-python/pyalsa/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 7f7d8f3abb23483357beaf510be99fd3d206b783 X-VCS-Branch: master Date: Thu, 26 Mar 2020 18:54:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21df1a57-3d4e-43bd-be89-36b1d0d784c8 X-Archives-Hash: 96d6941e6abdc32b78646698d3b569ef commit: 7f7d8f3abb23483357beaf510be99fd3d206b783 Author: Lars Wendler gentoo org> AuthorDate: Thu Mar 26 14:19:13 2020 +0000 Commit: Lars Wendler gentoo org> CommitDate: Thu Mar 26 18:54:10 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f7d8f3a dev-python/pyalsa: Removed old Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Lars Wendler gentoo.org> dev-python/pyalsa/Manifest | 1 - dev-python/pyalsa/pyalsa-1.0.29.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/dev-python/pyalsa/Manifest b/dev-python/pyalsa/Manifest index 6fc8736733f..e0b87cb157e 100644 --- a/dev-python/pyalsa/Manifest +++ b/dev-python/pyalsa/Manifest @@ -1,2 +1 @@ -DIST pyalsa-1.0.29.tar.bz2 39481 BLAKE2B 12644bad27c06ce4782ef3396e883bf1aab521a39d813f11d25f910c99d899b14b618f21568bdc1422a3ed448e7421c8b8129dc19c8fcd0f9c0b595f9fbae370 SHA512 cc885094b020ea6e1735391cfc73a11e29f7d59b1e24a766908d57bec0fae4f490616c59f04eb74648f8ee610e76295a9501ab31a2513e921bcd8b4fdb104683 DIST pyalsa-1.1.6.tar.bz2 39797 BLAKE2B 3a23dde67ec807d09b2e9ef0f893b8ec2f5902b0fa88f0f02f8127b7a5a8bdf3fa09397dd01ae1cafbce6b9c733a0eca65fda3cd6fd18e533dd4fbace284caa3 SHA512 6c6aee1ad32c2208ab3f91defee5651cca8bb414479ff80e8a1bd6791ec1df2218a61dd8e7c01f95bd5d51807776034ff96cca2b935e9e4e23d13b6c3c40a0dd 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 dd4351a6479..00000000000 --- a/dev-python/pyalsa/pyalsa-1.0.29.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -PYTHON_COMPAT=( python2_7 ) # Still py2 only it appears - -inherit distutils-r1 flag-o-matic - -DESCRIPTION="Python bindings for ALSA library" -HOMEPAGE="https://alsa-project.org/" -SRC_URI="https://www.alsa-project.org/files/pub/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