* [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.8.ebuild ChangeLog
@ 2014-05-15 2:54 Ian Delaney (idella4)
0 siblings, 0 replies; 3+ messages in thread
From: Ian Delaney (idella4) @ 2014-05-15 2:54 UTC (permalink / raw
To: gentoo-commits
idella4 14/05/15 02:54:53
Modified: ChangeLog
Added: pyaudio-0.2.8.ebuild
Log:
bump; drop py2.6 py3.2 add py3.4 pypy support
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
Revision Changes Path
1.18 dev-python/pyaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 3 Mar 2014 23:45:54 -0000 1.17
+++ ChangeLog 15 May 2014 02:54:53 -0000 1.18
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.17 2014/03/03 23:45:54 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.18 2014/05/15 02:54:53 idella4 Exp $
+
+*pyaudio-0.2.8 (15 May 2014)
+
+ 15 May 2014; Ian Delaney <idella4@gentoo.org> +pyaudio-0.2.8.ebuild:
+ bump; drop py2.6 py3.2 add py3.4 pypy support
03 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyaudio-0.2.7-r1.ebuild:
amd64 stable, bug #495606
1.1 dev-python/pyaudio/pyaudio-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.1&content-type=text/plain
Index: pyaudio-0.2.8.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v 1.1 2014/05/15 02:54:53 idella4 Exp $
EAPI=5
PYTHON_COMPAT=( python{2_7,3_3,3_4} )
inherit distutils-r1
DESCRIPTION="Python bindings for PortAudio"
HOMEPAGE="http://people.csail.mit.edu/hubert/pyaudio/"
SRC_URI="http://people.csail.mit.edu/hubert/pyaudio/packages/${P}.tar.gz"
LICENSE="MIT"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc"
DEPEND="media-libs/portaudio"
RDEPEND="${DEPEND}"
S=${WORKDIR}/PyAudio-${PV}
python_install_all() {
use doc && local HTML_DOCS=( docs/. )
distutils-r1_python_install_all
}
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.8.ebuild ChangeLog
@ 2014-12-04 10:00 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-04 10:00 UTC (permalink / raw
To: gentoo-commits
ago 14/12/04 10:00:13
Modified: pyaudio-0.2.8.ebuild ChangeLog
Log:
Stable for amd64, wrt bug #530554
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="amd64", signed Manifest commit with key 7194459F)
Revision Changes Path
1.2 dev-python/pyaudio/pyaudio-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?r1=1.1&r2=1.2
Index: pyaudio-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pyaudio-0.2.8.ebuild 15 May 2014 02:54:53 -0000 1.1
+++ pyaudio-0.2.8.ebuild 4 Dec 2014 10:00:13 -0000 1.2
@@ -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/pyaudio/pyaudio-0.2.8.ebuild,v 1.1 2014/05/15 02:54:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v 1.2 2014/12/04 10:00:13 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
IUSE="doc"
DEPEND="media-libs/portaudio"
1.19 dev-python/pyaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 15 May 2014 02:54:53 -0000 1.18
+++ ChangeLog 4 Dec 2014 10:00:13 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.18 2014/05/15 02:54:53 idella4 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.19 2014/12/04 10:00:13 ago Exp $
+
+ 04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyaudio-0.2.8.ebuild:
+ Stable for amd64, wrt bug #530554
*pyaudio-0.2.8 (15 May 2014)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.8.ebuild ChangeLog
@ 2014-12-05 10:14 Agostino Sarubbo (ago)
0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2014-12-05 10:14 UTC (permalink / raw
To: gentoo-commits
ago 14/12/05 10:14:48
Modified: pyaudio-0.2.8.ebuild ChangeLog
Log:
Stable for x86, wrt bug #530554
(Portage version: 2.2.8-r2/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key 7194459F)
Revision Changes Path
1.3 dev-python/pyaudio/pyaudio-0.2.8.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild?r1=1.2&r2=1.3
Index: pyaudio-0.2.8.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyaudio-0.2.8.ebuild 4 Dec 2014 10:00:13 -0000 1.2
+++ pyaudio-0.2.8.ebuild 5 Dec 2014 10:14:48 -0000 1.3
@@ -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/pyaudio/pyaudio-0.2.8.ebuild,v 1.2 2014/12/04 10:00:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.8.ebuild,v 1.3 2014/12/05 10:14:48 ago Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND="media-libs/portaudio"
1.20 dev-python/pyaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 4 Dec 2014 10:00:13 -0000 1.19
+++ ChangeLog 5 Dec 2014 10:14:48 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-python/pyaudio
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.19 2014/12/04 10:00:13 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.20 2014/12/05 10:14:48 ago Exp $
+
+ 05 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyaudio-0.2.8.ebuild:
+ Stable for x86, wrt bug #530554
04 Dec 2014; Agostino Sarubbo <ago@gentoo.org> pyaudio-0.2.8.ebuild:
Stable for amd64, wrt bug #530554
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2014-12-05 10:14 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-05-15 2:54 [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.8.ebuild ChangeLog Ian Delaney (idella4)
-- strict thread matches above, loose matches on Subject: below --
2014-12-04 10:00 Agostino Sarubbo (ago)
2014-12-05 10:14 Agostino Sarubbo (ago)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox