Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aubio: aubio-0.3.2-r2.ebuild ChangeLog
Date: Sat, 01 Oct 2011 10:44:52
Message-Id: 20111001104440.D66B32004B@flycatcher.gentoo.org
1 ssuominen 11/10/01 10:44:40
2
3 Modified: aubio-0.3.2-r2.ebuild ChangeLog
4 Log:
5 Install some dist_noinst_SCRIPTS to examples directory to highlight issue #324537
6
7 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 media-libs/aubio/aubio-0.3.2-r2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild?r1=1.1&r2=1.2
15
16 Index: aubio-0.3.2-r2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- aubio-0.3.2-r2.ebuild 1 Oct 2011 10:22:11 -0000 1.1
23 +++ aubio-0.3.2-r2.ebuild 1 Oct 2011 10:44:40 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v 1.1 2011/10/01 10:22:11 ssuominen Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,v 1.2 2011/10/01 10:44:40 ssuominen Exp $
29
30 EAPI=3
31
32 @@ -15,7 +15,7 @@
33 LICENSE="GPL-2"
34 SLOT="0"
35 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
36 -IUSE="alsa doc jack lash static-libs"
37 +IUSE="alsa doc examples jack lash static-libs"
38
39 RDEPEND="sci-libs/fftw:3.0
40 media-libs/libsndfile
41 @@ -79,6 +79,14 @@
42 dohtml -r doc/examples/examples
43 fi
44
45 + if use examples; then
46 + # install dist_noinst_SCRIPTS from Makefile.am
47 + insinto /usr/share/doc/${PF}/examples
48 + doins python/aubio{compare-onset,plot-notes,filter-notes,web.py} || die
49 + docinto examples
50 + newdoc python/README README.examples
51 + fi
52 +
53 find "${ED}"usr -name '*.la' -exec rm -f {} +
54 }
55
56
57
58
59 1.19 media-libs/aubio/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.19&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?rev=1.19&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/ChangeLog?r1=1.18&r2=1.19
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v
68 retrieving revision 1.18
69 retrieving revision 1.19
70 diff -u -r1.18 -r1.19
71 --- ChangeLog 1 Oct 2011 10:22:12 -0000 1.18
72 +++ ChangeLog 1 Oct 2011 10:44:40 -0000 1.19
73 @@ -1,6 +1,10 @@
74 # ChangeLog for media-libs/aubio
75 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.18 2011/10/01 10:22:12 ssuominen Exp $
77 +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.19 2011/10/01 10:44:40 ssuominen Exp $
78 +
79 + 01 Oct 2011; Samuli Suominen <ssuominen@g.o> aubio-0.3.2-r2.ebuild:
80 + Install some dist_noinst_SCRIPTS to examples directory to highlight issue
81 + #324537
82
83 *aubio-0.3.2-r2 (01 Oct 2011)