From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1R9x3s-0000NT-Bt for garchives@archives.gentoo.org; Sat, 01 Oct 2011 10:44:52 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E18221C09E; Sat, 1 Oct 2011 10:44:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 60DDB21C09E for ; Sat, 1 Oct 2011 10:44:43 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A078B1B401F for ; Sat, 1 Oct 2011 10:44:42 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2166) id D66B32004B; Sat, 1 Oct 2011 10:44:40 +0000 (UTC) From: "Samuli Suominen (ssuominen)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, ssuominen@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in media-libs/aubio: aubio-0.3.2-r2.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: aubio-0.3.2-r2.ebuild ChangeLog X-VCS-Directories: media-libs/aubio X-VCS-Committer: ssuominen X-VCS-Committer-Name: Samuli Suominen Content-Type: text/plain; charset=utf8 Message-Id: <20111001104440.D66B32004B@flycatcher.gentoo.org> Date: Sat, 1 Oct 2011 10:44:40 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: b8e57261d60a671ed5a272dcd3aedc80 ssuominen 11/10/01 10:44:40 Modified: aubio-0.3.2-r2.ebuild ChangeLog Log: Install some dist_noinst_SCRIPTS to examples directory to highlight iss= ue #324537 =20 (Portage version: 2.2.0_alpha59/cvs/Linux x86_64) Revision Changes Path 1.2 media-libs/aubio/aubio-0.3.2-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/a= ubio-0.3.2-r2.ebuild?r1=3D1.1&r2=3D1.2 Index: aubio-0.3.2-r2.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuild,= v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- aubio-0.3.2-r2.ebuild 1 Oct 2011 10:22:11 -0000 1.1 +++ aubio-0.3.2-r2.ebuild 1 Oct 2011 10:44:40 -0000 1.2 @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuil= d,v 1.1 2011/10/01 10:22:11 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/aubio-0.3.2-r2.ebuil= d,v 1.2 2011/10/01 10:44:40 ssuominen Exp $ =20 EAPI=3D3 =20 @@ -15,7 +15,7 @@ LICENSE=3D"GPL-2" SLOT=3D"0" KEYWORDS=3D"~amd64 ~ppc ~ppc64 ~sparc ~x86" -IUSE=3D"alsa doc jack lash static-libs" +IUSE=3D"alsa doc examples jack lash static-libs" =20 RDEPEND=3D"sci-libs/fftw:3.0 media-libs/libsndfile @@ -79,6 +79,14 @@ dohtml -r doc/examples/examples fi =20 + if use examples; then + # install dist_noinst_SCRIPTS from Makefile.am + insinto /usr/share/doc/${PF}/examples + doins python/aubio{compare-onset,plot-notes,filter-notes,web.py} || di= e + docinto examples + newdoc python/README README.examples + fi + find "${ED}"usr -name '*.la' -exec rm -f {} + } =20 1.19 media-libs/aubio/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?rev=3D1.19&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?rev=3D1.19&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/aubio/C= hangeLog?r1=3D1.18&r2=3D1.19 Index: ChangeLog =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 1 Oct 2011 10:22:12 -0000 1.18 +++ ChangeLog 1 Oct 2011 10:44:40 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for media-libs/aubio # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.18 201= 1/10/01 10:22:12 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/aubio/ChangeLog,v 1.19 201= 1/10/01 10:44:40 ssuominen Exp $ + + 01 Oct 2011; Samuli Suominen aubio-0.3.2-r2.ebu= ild: + Install some dist_noinst_SCRIPTS to examples directory to highlight is= sue + #324537 =20 *aubio-0.3.2-r2 (01 Oct 2011) =20