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.77) (envelope-from ) id 1Smlz7-0002wz-QV for garchives@archives.gentoo.org; Thu, 05 Jul 2012 13:20:42 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EBA33E06C5; Thu, 5 Jul 2012 13:20:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AA2F4E06C5 for ; Thu, 5 Jul 2012 13:20:29 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EE66E1B40B7 for ; Thu, 5 Jul 2012 13:20:28 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2264) id A18642004B; Thu, 5 Jul 2012 13:20:27 +0000 (UTC) From: "Justin Lecher (jlec)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, jlec@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in sci-mathematics/rngstreams: rngstreams-1.0.1.ebuild ChangeLog X-VCS-Repository: gentoo-x86 X-VCS-Files: rngstreams-1.0.1.ebuild ChangeLog X-VCS-Directories: sci-mathematics/rngstreams X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher Content-Type: text/plain; charset=utf8 Message-Id: <20120705132027.A18642004B@flycatcher.gentoo.org> Date: Thu, 5 Jul 2012 13:20:27 +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: f896567c-f7ef-4172-8018-02def2a6f6f1 X-Archives-Hash: 4ffcc40d27adf1e5c80142e02cb6566b jlec 12/07/05 13:20:27 Modified: rngstreams-1.0.1.ebuild ChangeLog Log: sci-mathematics/rngstreams: Fix out of source buildproblem =20 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64) Revision Changes Path 1.5 sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/rngstreams-1.0.1.ebuild?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/rngstreams-1.0.1.ebuild?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/rngstreams-1.0.1.ebuild?r1=3D1.4&r2=3D1.5 Index: rngstreams-1.0.1.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/sci-mathematics/rngstreams/rngstreams-1= .0.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- rngstreams-1.0.1.ebuild 4 Jul 2012 18:03:40 -0000 1.4 +++ rngstreams-1.0.1.ebuild 5 Jul 2012 13:20:27 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams= -1.0.1.ebuild,v 1.4 2012/07/04 18:03:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams= -1.0.1.ebuild,v 1.5 2012/07/05 13:20:27 jlec Exp $ =20 EAPI=3D4 =20 @@ -19,9 +19,7 @@ autotools-utils_src_install use doc && dohtml -r doc/rngstreams.html/* && dodoc doc/${PN}.pdf if use examples; then - emake distclean -C examples - rm -f examples/Makefile* - insinto /usr/share/doc/${PF} + rm -f examples/Makefile* || die doins -r examples fi } 1.5 sci-mathematics/rngstreams/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?rev=3D1.5&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?rev=3D1.5&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?r1=3D1.4&r2=3D1.5 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/sci-mathematics/rngstreams/ChangeLog,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- ChangeLog 4 Jul 2012 18:03:40 -0000 1.4 +++ ChangeLog 5 Jul 2012 13:20:27 -0000 1.5 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rngstreams # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,= v 1.4 2012/07/04 18:03:40 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,= v 1.5 2012/07/05 13:20:27 jlec Exp $ + + 05 Jul 2012; Justin Lecher rngstreams-1.0.1.ebuild: + Fix out of source buildproblem =20 04 Jul 2012; Jeff Horelick rngstreams-1.0.1.ebuild= : marked x86 per bug 424711