idella4     15/03/22 05:17:54

  Modified:             ChangeLog
  Added:                pyalsa-1.0.29.ebuild
  Log:
  bump; re-base patch for this version
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
0xB8072B0D)

Revision  Changes    Path
1.45                 dev-python/pyalsa/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.45&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?rev=1.45&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog   3 Sep 2014 11:34:26 -0000       1.44
+++ ChangeLog   22 Mar 2015 05:17:54 -0000      1.45
@@ -1,6 +1,12 @@
 # ChangeLog for dev-python/pyalsa
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.44 
2014/09/03 11:34:26 ssuominen Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/ChangeLog,v 1.45 
2015/03/22 05:17:54 idella4 Exp $
+
+*pyalsa-1.0.29 (22 Mar 2015)
+
+  22 Mar 2015; Ian Delaney <[email protected]>
+  +files/pyalsa-1.0.29-no-build-symlinks.patch, +pyalsa-1.0.29.ebuild:
+  bump; re-base patch for this version
 
   03 Sep 2014; Samuli Suominen <[email protected]> -pyalsa-1.0.26.ebuild:
   old



1.1                  dev-python/pyalsa/pyalsa-1.0.29.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.29.ebuild?rev=1.1&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.29.ebuild?rev=1.1&content-type=text/plain

Index: pyalsa-1.0.29.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsa/pyalsa-1.0.29.ebuild,v 1.1 
2015/03/22 05:17:54 idella4 Exp $

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="http://alsa-project.org/";
SRC_URI="mirror://alsaproject/pyalsa/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~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




Reply via email to