Gentoo Archives: gentoo-commits

From: "Michal Gorny (mgorny)" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyalsa: pyalsa-1.0.26-r1.ebuild ChangeLog
Date: Sat, 31 Aug 2013 16:18:49
Message-Id: 20130831161847.0434E2004B@flycatcher.gentoo.org
1 mgorny 13/08/31 16:18:46
2
3 Modified: ChangeLog
4 Added: pyalsa-1.0.26-r1.ebuild
5 Log:
6 Convert to distutils-r1.
7
8 (Portage version: 2.2.1_p7/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
9
10 Revision Changes Path
11 1.37 dev-python/pyalsa/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.37&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.37&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?r1=1.36&r2=1.37
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v
20 retrieving revision 1.36
21 retrieving revision 1.37
22 diff -u -r1.36 -r1.37
23 --- ChangeLog 1 May 2013 13:20:40 -0000 1.36
24 +++ ChangeLog 31 Aug 2013 16:18:46 -0000 1.37
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-python/pyalsa
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.36 2013/05/01 13:20:40 ssuominen Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.37 2013/08/31 16:18:46 mgorny Exp $
30 +
31 +*pyalsa-1.0.26-r1 (31 Aug 2013)
32 +
33 + 31 Aug 2013; Michał Górny <mgorny@g.o> +pyalsa-1.0.26-r1.ebuild:
34 + Convert to distutils-r1.
35
36 01 May 2013; Samuli Suominen <ssuominen@g.o> -pyalsa-1.0.22.ebuild,
37 -pyalsa-1.0.24.ebuild, -pyalsa-1.0.25.ebuild:
38
39
40
41 1.1 dev-python/pyalsa/pyalsa-1.0.26-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.26-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.26-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: pyalsa-1.0.26-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.26-r1.ebuild,v 1.1 2013/08/31 16:18:46 mgorny Exp $
51
52 EAPI=5
53
54 PYTHON_COMPAT=( python{2_6,2_7} pypy2_0 )
55
56 inherit distutils-r1 flag-o-matic
57
58 DESCRIPTION="Python bindings for ALSA library"
59 HOMEPAGE="http://alsa-project.org/"
60 SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"
61
62 LICENSE="GPL-2"
63 SLOT="0"
64 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
65 IUSE=""
66
67 RDEPEND="media-libs/alsa-lib"
68 DEPEND="${RDEPEND}
69 dev-python/setuptools[${PYTHON_USEDEP}]"
70
71 python_prepare_all() {
72 local PATCHES=(
73 "${FILESDIR}/${PN}-1.0.25-no-build-symlinks.patch"
74 )
75
76 distutils-r1_python_prepare_all
77 }
78
79 python_configure_all() {
80 # note: this needs changing when py3 becomes supported
81 append-flags -fno-strict-aliasing
82 }