Gentoo Archives: gentoo-commits

From: "Matt Thode (prometheanfire)" <prometheanfire@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyalsaaudio: pyalsaaudio-0.7-r1.ebuild ChangeLog
Date: Mon, 20 May 2013 01:25:00
Message-Id: 20130520012454.2B3902171D@flycatcher.gentoo.org
1 prometheanfire 13/05/20 01:24:54
2
3 Modified: pyalsaaudio-0.7-r1.ebuild ChangeLog
4 Log:
5 fixing the bad commit to update pyalsaaudio to eapi5
6
7 (Portage version: 2.1.11.62/cvs/Linux x86_64, signed Manifest commit with key 0x2471eb3e40ac5ac3)
8
9 Revision Changes Path
10 1.2 dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: pyalsaaudio-0.7-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- pyalsaaudio-0.7-r1.ebuild 20 May 2013 00:41:54 -0000 1.1
23 +++ pyalsaaudio-0.7-r1.ebuild 20 May 2013 01:24:54 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2013 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.1 2013/05/20 00:41:54 prometheanfire Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/pyalsaaudio-0.7-r1.ebuild,v 1.2 2013/05/20 01:24:54 prometheanfire Exp $
29
30 EAPI=5
31
32 @@ -24,8 +24,8 @@
33
34 DOCS=( CHANGES README )
35
36 -src_compile() {
37 - distutils_src_compile-r1
38 +python_compile() {
39 + distutils-r1_python_compile
40
41 if use doc; then
42 cd doc
43 @@ -40,8 +40,8 @@
44 python_execute_function testing
45 }
46
47 -src_install() {
48 - distutils_src_install-r1
49 +python_install() {
50 + distutils-r1_python_install
51
52 if use doc; then
53 dohtml -r doc/html/
54
55
56
57 1.29 dev-python/pyalsaaudio/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.29&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?rev=1.29&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/pyalsaaudio/ChangeLog?r1=1.28&r2=1.29
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v
66 retrieving revision 1.28
67 retrieving revision 1.29
68 diff -u -r1.28 -r1.29
69 --- ChangeLog 20 May 2013 00:41:54 -0000 1.28
70 +++ ChangeLog 20 May 2013 01:24:54 -0000 1.29
71 @@ -1,6 +1,10 @@
72 # ChangeLog for dev-python/pyalsaaudio
73 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.28 2013/05/20 00:41:54 prometheanfire Exp $
75 +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyalsaaudio/ChangeLog,v 1.29 2013/05/20 01:24:54 prometheanfire Exp $
76 +
77 + 20 May 2013; Matthew Thode <prometheanfire@g.o>
78 + pyalsaaudio-0.7-r1.ebuild:
79 + fixing the bad commit to update pyalsaaudio to eapi5
80
81 *pyalsaaudio-0.7-r1 (20 May 2013)