* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2013-05-20 0:41 Matt Thode (prometheanfire)
0 siblings, 0 replies; 8+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-05-20 0:41 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/05/20 00:41:54
Modified: ChangeLog
Added: pyalsaaudio-0.7-r1.ebuild
Log:
updating pyalsaaudio-0.7 to eapi5 via revbump to r1
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.28 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.27&r2=1.28
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog 5 Apr 2013 17:37:33 -0000 1.27
+++ ChangeLog 20 May 2013 00:41:54 -0000 1.28
@@ -1,6 +1,12 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.27 2013/04/05 17:37:33 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.28 2013/05/20 00:41:54 prometheanfire Exp $
+
+*pyalsaaudio-0.7-r1 (20 May 2013)
+
+ 20 May 2013; Matthew Thode <prometheanfire@gentoo.org>
+ +pyalsaaudio-0.7-r1.ebuild:
+ updating pyalsaaudio-0.7 to eapi5 via revbump to r1
05 Apr 2013; Agostino Sarubbo <ago@gentoo.org> pyalsaaudio-0.7.ebuild:
Stable for ppc, wrt bug #463451
1.1 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.1&content-type=text/plain
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.1 2013/05/20 00:41:54 prometheanfire Exp $
EAPI=5
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
inherit distutils-r1
DESCRIPTION="A Python wrapper for the ALSA API"
HOMEPAGE="http://www.sourceforge.net/projects/pyalsaaudio http://pypi.python.org/pypi/pyalsaaudio"
SRC_URI="mirror://sourceforge/pyalsaaudio/${P}.tar.gz mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
LICENSE="PSF-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND="media-libs/alsa-lib"
DEPEND="${RDEPEND}
doc? ( >=dev-python/sphinx-0.6 )"
RESTRICT="test"
DOCS=( CHANGES README )
src_compile() {
distutils_src_compile-r1
if use doc; then
cd doc
emake html || die "emake html failed"
fi
}
src_test() {
testing() {
PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test.py -v
}
python_execute_function testing
}
src_install() {
distutils_src_install-r1
if use doc; then
dohtml -r doc/html/
fi
insinto /usr/share/doc/${PF}/examples
doins *test.py
}
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2013-05-20 1:24 Matt Thode (prometheanfire)
0 siblings, 0 replies; 8+ messages in thread
From: Matt Thode (prometheanfire) @ 2013-05-20 1:24 UTC (permalink / raw
To: gentoo-commits
prometheanfire 13/05/20 01:24:54
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
fixing the bad commit to update pyalsaaudio to eapi5
(Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
Revision Changes Path
1.2 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.1&r2=1.2
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyalsaaudio-0.7-r1.ebuild 20 May 2013 00:41:54 -0000 1.1
+++ pyalsaaudio-0.7-r1.ebuild 20 May 2013 01:24:54 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.1 2013/05/20 00:41:54 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.2 2013/05/20 01:24:54 prometheanfire Exp $
EAPI=5
@@ -24,8 +24,8 @@
DOCS=( CHANGES README )
-src_compile() {
- distutils_src_compile-r1
+python_compile() {
+ distutils-r1_python_compile
if use doc; then
cd doc
@@ -40,8 +40,8 @@
python_execute_function testing
}
-src_install() {
- distutils_src_install-r1
+python_install() {
+ distutils-r1_python_install
if use doc; then
dohtml -r doc/html/
1.29 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.29&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.29&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.28&r2=1.29
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog 20 May 2013 00:41:54 -0000 1.28
+++ ChangeLog 20 May 2013 01:24:54 -0000 1.29
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.28 2013/05/20 00:41:54 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.29 2013/05/20 01:24:54 prometheanfire Exp $
+
+ 20 May 2013; Matthew Thode <prometheanfire@gentoo.org>
+ pyalsaaudio-0.7-r1.ebuild:
+ fixing the bad commit to update pyalsaaudio to eapi5
*pyalsaaudio-0.7-r1 (20 May 2013)
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2013-09-05 18:46 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2013-09-05 18:46 UTC (permalink / raw
To: gentoo-commits
mgorny 13/09/05 18:46:44
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
Clean up PYTHON_COMPAT from old implementations.
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.3 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.2&r2=1.3
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyalsaaudio-0.7-r1.ebuild 20 May 2013 01:24:54 -0000 1.2
+++ pyalsaaudio-0.7-r1.ebuild 5 Sep 2013 18:46:44 -0000 1.3
@@ -1,10 +1,10 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.2 2013/05/20 01:24:54 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.3 2013/09/05 18:46:44 mgorny Exp $
EAPI=5
-PYTHON_COMPAT=( python{2_5,2_6,2_7} )
+PYTHON_COMPAT=( python{2_6,2_7} )
inherit distutils-r1
1.30 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.29&r2=1.30
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog 20 May 2013 01:24:54 -0000 1.29
+++ ChangeLog 5 Sep 2013 18:46:44 -0000 1.30
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.29 2013/05/20 01:24:54 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.30 2013/09/05 18:46:44 mgorny Exp $
+
+ 05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
+ Clean up PYTHON_COMPAT from old implementations.
20 May 2013; Matthew Thode <prometheanfire@gentoo.org>
pyalsaaudio-0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2014-02-14 19:13 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2014-02-14 19:13 UTC (permalink / raw
To: gentoo-commits
maekke 14/02/14 19:13:46
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
arm stable, bug #474192
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.4 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.3&r2=1.4
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pyalsaaudio-0.7-r1.ebuild 5 Sep 2013 18:46:44 -0000 1.3
+++ pyalsaaudio-0.7-r1.ebuild 14 Feb 2014 19:13:46 -0000 1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.3 2013/09/05 18:46:44 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.4 2014/02/14 19:13:46 maekke Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 arm ~ppc ~sparc ~x86"
IUSE="doc"
RDEPEND="media-libs/alsa-lib"
1.31 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.31&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.31&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.30&r2=1.31
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog 5 Sep 2013 18:46:44 -0000 1.30
+++ ChangeLog 14 Feb 2014 19:13:46 -0000 1.31
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyalsaaudio
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.30 2013/09/05 18:46:44 mgorny Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.31 2014/02/14 19:13:46 maekke Exp $
+
+ 14 Feb 2014; Markus Meier <maekke@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
+ arm stable, bug #474192
05 Sep 2013; Michał Górny <mgorny@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
Clean up PYTHON_COMPAT from old implementations.
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2014-02-24 0:51 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-02-24 0:51 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 14/02/24 00:51:02
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
x86 stable wrt bug #474192
(Portage version: 2.2.7/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)
Revision Changes Path
1.5 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.4&r2=1.5
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- pyalsaaudio-0.7-r1.ebuild 14 Feb 2014 19:13:46 -0000 1.4
+++ pyalsaaudio-0.7-r1.ebuild 24 Feb 2014 00:51:02 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.4 2014/02/14 19:13:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.5 2014/02/24 00:51:02 phajdan.jr Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~sparc ~x86"
+KEYWORDS="~amd64 arm ~ppc ~sparc x86"
IUSE="doc"
RDEPEND="media-libs/alsa-lib"
1.32 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.31&r2=1.32
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog 14 Feb 2014 19:13:46 -0000 1.31
+++ ChangeLog 24 Feb 2014 00:51:02 -0000 1.32
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.31 2014/02/14 19:13:46 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.32 2014/02/24 00:51:02 phajdan.jr Exp $
+
+ 23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+ pyalsaaudio-0.7-r1.ebuild:
+ x86 stable wrt bug #474192
14 Feb 2014; Markus Meier <maekke@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
arm stable, bug #474192
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2014-03-01 23:59 Pacho Ramos (pacho)
0 siblings, 0 replies; 8+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-01 23:59 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/01 23:59:10
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
amd64 stable, bug #474192
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key A188FBD4)
Revision Changes Path
1.6 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.5&r2=1.6
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- pyalsaaudio-0.7-r1.ebuild 24 Feb 2014 00:51:02 -0000 1.5
+++ pyalsaaudio-0.7-r1.ebuild 1 Mar 2014 23:59:10 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.5 2014/02/24 00:51:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.6 2014/03/01 23:59:10 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="~amd64 arm ~ppc ~sparc x86"
+KEYWORDS="amd64 arm ~ppc ~sparc x86"
IUSE="doc"
RDEPEND="media-libs/alsa-lib"
1.33 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.32&r2=1.33
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog 24 Feb 2014 00:51:02 -0000 1.32
+++ ChangeLog 1 Mar 2014 23:59:10 -0000 1.33
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.32 2014/02/24 00:51:02 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.33 2014/03/01 23:59:10 pacho Exp $
+
+ 01 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
+ amd64 stable, bug #474192
23 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org>
pyalsaaudio-0.7-r1.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2014-03-05 15:38 Agostino Sarubbo (ago)
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-03-05 15:38 UTC (permalink / raw
To: gentoo-commits
ago 14/03/05 15:38:26
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
Stable for ppc, wrt bug #474192
(Portage version: 2.2.7/cvs/Linux x86_64, RepoMan options: --include-arches="ppc", signed Manifest commit with key 7194459F)
Revision Changes Path
1.7 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.6&r2=1.7
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- pyalsaaudio-0.7-r1.ebuild 1 Mar 2014 23:59:10 -0000 1.6
+++ pyalsaaudio-0.7-r1.ebuild 5 Mar 2014 15:38:26 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.6 2014/03/01 23:59:10 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.7 2014/03/05 15:38:26 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="PSF-2"
SLOT="0"
-KEYWORDS="amd64 arm ~ppc ~sparc x86"
+KEYWORDS="amd64 arm ppc ~sparc x86"
IUSE="doc"
RDEPEND="media-libs/alsa-lib"
1.36 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.35&r2=1.36
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog 5 Mar 2014 14:10:15 -0000 1.35
+++ ChangeLog 5 Mar 2014 15:38:26 -0000 1.36
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyalsaaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.35 2014/03/05 14:10:15 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.36 2014/03/05 15:38:26 ago Exp $
+
+ 05 Mar 2014; Agostino Sarubbo <ago@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
+ Stable for ppc, wrt bug #474192
05 Mar 2014; Michał Górny <mgorny@gentoo.org> pyalsaaudio-0.7-r2.ebuild:
Fix distutils-r1 use. Remove meaningless 2to3 since no Python files are
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
@ 2015-01-01 23:04 Michal Gorny (mgorny)
0 siblings, 0 replies; 8+ messages in thread
From: Michal Gorny (mgorny) @ 2015-01-01 23:04 UTC (permalink / raw
To: gentoo-commits
mgorny 15/01/01 23:04:25
Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
Log:
Remove invalid src_test() phase, it was restricted anyway.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Revision Changes Path
1.8 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.7&r2=1.8
Index: pyalsaaudio-0.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- pyalsaaudio-0.7-r1.ebuild 5 Mar 2014 15:38:26 -0000 1.7
+++ pyalsaaudio-0.7-r1.ebuild 1 Jan 2015 23:04:25 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.7 2014/03/05 15:38:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.8 2015/01/01 23:04:25 mgorny Exp $
EAPI=5
@@ -33,13 +33,6 @@
fi
}
-src_test() {
- testing() {
- PYTHONPATH="$(ls -d build-${PYTHON_ABI}/lib.*)" "$(PYTHON)" test.py -v
- }
- python_execute_function testing
-}
-
python_install() {
distutils-r1_python_install
1.38 dev-python/pyalsaaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.37&r2=1.38
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog 25 Nov 2014 10:03:58 -0000 1.37
+++ ChangeLog 1 Jan 2015 23:04:25 -0000 1.38
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyalsaaudio
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.37 2014/11/25 10:03:58 pacho Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.38 2015/01/01 23:04:25 mgorny Exp $
+
+ 01 Jan 2015; Michał Górny <mgorny@gentoo.org> pyalsaaudio-0.7-r1.ebuild:
+ Remove invalid src_test() phase, it was restricted anyway.
25 Nov 2014; Pacho Ramos <pacho@gentoo.org> pyalsaaudio-0.7-r2.ebuild:
Support python 3.4
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2015-01-01 23:04 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-05 18:46 [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2015-01-01 23:04 Michal Gorny (mgorny)
2014-03-05 15:38 Agostino Sarubbo (ago)
2014-03-01 23:59 Pacho Ramos (pacho)
2014-02-24 0:51 PaweA Hajdan (phajdan.jr)
2014-02-14 19:13 Markus Meier (maekke)
2013-05-20 1:24 Matt Thode (prometheanfire)
2013-05-20 0:41 Matt Thode (prometheanfire)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox