* [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.7-r1.ebuild ChangeLog
@ 2013-08-10 11:05 Michal Gorny (mgorny)
0 siblings, 0 replies; 2+ messages in thread
From: Michal Gorny (mgorny) @ 2013-08-10 11:05 UTC (permalink / raw
To: gentoo-commits
mgorny 13/08/10 11:05:47
Modified: ChangeLog
Added: pyaudio-0.2.7-r1.ebuild
Log:
Migrate to distutils-r1.
(Portage version: 2.2.0_alpha196/cvs/Linux x86_64, signed Manifest commit with key 9627F456F9DA7643!)
Revision Changes Path
1.15 dev-python/pyaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.14&r2=1.15
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog 25 Mar 2013 20:51:18 -0000 1.14
+++ ChangeLog 10 Aug 2013 11:05:47 -0000 1.15
@@ -1,6 +1,11 @@
# ChangeLog for dev-python/pyaudio
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.14 2013/03/25 20:51:18 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.15 2013/08/10 11:05:47 mgorny Exp $
+
+*pyaudio-0.2.7-r1 (10 Aug 2013)
+
+ 10 Aug 2013; Michał Górny <mgorny@gentoo.org> +pyaudio-0.2.7-r1.ebuild:
+ Migrate to distutils-r1.
25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> pyaudio-0.2.7.ebuild:
Stable for x86, wrt bug #456604
1.1 dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild?rev=1.1&content-type=text/plain
Index: pyaudio-0.2.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/pyaudio/pyaudio-0.2.7-r1.ebuild,v 1.1 2013/08/10 11:05:47 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
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] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.7-r1.ebuild ChangeLog
@ 2014-03-03 23:45 Pacho Ramos (pacho)
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-03-03 23:45 UTC (permalink / raw
To: gentoo-commits
pacho 14/03/03 23:45:54
Modified: pyaudio-0.2.7-r1.ebuild ChangeLog
Log:
amd64 stable, bug #495606
(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.3 dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild?r1=1.2&r2=1.3
Index: pyaudio-0.2.7-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pyaudio-0.2.7-r1.ebuild 24 Feb 2014 04:20:55 -0000 1.2
+++ pyaudio-0.2.7-r1.ebuild 3 Mar 2014 23:45:54 -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.7-r1.ebuild,v 1.2 2014/02/24 04:20:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/pyaudio-0.2.7-r1.ebuild,v 1.3 2014/03/03 23:45:54 pacho Exp $
EAPI=5
@@ -14,7 +14,7 @@
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
IUSE="doc"
DEPEND="media-libs/portaudio"
1.17 dev-python/pyaudio/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyaudio/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 24 Feb 2014 04:20:55 -0000 1.16
+++ ChangeLog 3 Mar 2014 23:45:54 -0000 1.17
@@ -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.16 2014/02/24 04:20:55 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/pyaudio/ChangeLog,v 1.17 2014/03/03 23:45:54 pacho Exp $
+
+ 03 Mar 2014; Pacho Ramos <pacho@gentoo.org> pyaudio-0.2.7-r1.ebuild:
+ amd64 stable, bug #495606
24 Feb 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> pyaudio-0.2.7-r1.ebuild:
x86 stable wrt bug #495606
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-03-03 23:45 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-08-10 11:05 [gentoo-commits] gentoo-x86 commit in dev-python/pyaudio: pyaudio-0.2.7-r1.ebuild ChangeLog Michal Gorny (mgorny)
-- strict thread matches above, loose matches on Subject: below --
2014-03-03 23:45 Pacho Ramos (pacho)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox