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 1Sje2d-00013e-Ks for garchives@archives.gentoo.org; Tue, 26 Jun 2012 22:15:25 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2ADF1E011E; Tue, 26 Jun 2012 22:15:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id DDDEBE011E for ; Tue, 26 Jun 2012 22:15:09 +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 DEF981B460F for ; Tue, 26 Jun 2012 22:15:08 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2162) id 9278F2004B; Tue, 26 Jun 2012 22:15:07 +0000 (UTC) From: "Sebastien Fabbro (bicatali)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, bicatali@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: bicatali X-VCS-Committer-Name: Sebastien Fabbro Content-Type: text/plain; charset=utf8 Message-Id: <20120626221507.9278F2004B@flycatcher.gentoo.org> Date: Tue, 26 Jun 2012 22:15:07 +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: e44da245-3ed6-465b-84b8-8a524228af15 X-Archives-Hash: 3373c84e18f78a035c2c5554674fa53a bicatali 12/06/26 22:15:07 Modified: rngstreams-1.0.1.ebuild ChangeLog Log: keyword ~amd64-linux and x86-linux. switch to EAPI4 =20 (Portage version: 2.2.01.20430-prefix/cvs/Linux x86_64) Revision Changes Path 1.2 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.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/rngstreams-1.0.1.ebuild?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/rngstreams-1.0.1.ebuild?r1=3D1.1&r2=3D1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- rngstreams-1.0.1.ebuild 17 Dec 2010 22:36:07 -0000 1.1 +++ rngstreams-1.0.1.ebuild 26 Jun 2012 22:15:07 -0000 1.2 @@ -1,8 +1,8 @@ -# Copyright 1999-2010 Gentoo Foundation +# 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.1 2010/12/17 22:36:07 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/rngstreams= -1.0.1.ebuild,v 1.2 2012/06/26 22:15:07 bicatali Exp $ =20 -EAPI=3D2 +EAPI=3D4 =20 DESCRIPTION=3D"Multiple independent streams of pseudo-random numbers" HOMEPAGE=3D"http://statmath.wu.ac.at/software/RngStreams/" @@ -11,7 +11,7 @@ LICENSE=3D"GPL-3" =20 SLOT=3D0 -KEYWORDS=3D"~amd64 ~x86" +KEYWORDS=3D"~amd64 ~x86 ~amd64-linux ~x86-linux" IUSE=3D"doc examples static-libs" DEPEND=3D"" RDEPEND=3D"" @@ -23,16 +23,12 @@ } =20 src_install() { - emake DESTDIR=3D"${D}" install || die "emake install failed" - dodoc AUTHORS README NEWS - insinto /usr/share/doc/${PF} - if use doc; then - dohtml -r doc/rngstreams.html/* || die - doins doc/${PN}.pdf || die - fi + default + 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} doins -r examples fi } 1.2 sci-mathematics/rngstreams/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rn= gstreams/ChangeLog?r1=3D1.1&r2=3D1.2 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.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- ChangeLog 17 Dec 2010 22:36:07 -0000 1.1 +++ ChangeLog 26 Jun 2012 22:15:07 -0000 1.2 @@ -1,6 +1,9 @@ # ChangeLog for sci-mathematics/rngstreams -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,= v 1.1 2010/12/17 22:36:07 bicatali Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/rngstreams/ChangeLog,= v 1.2 2012/06/26 22:15:07 bicatali Exp $ + + 26 Jun 2012; Sebastien Fabbro rngstreams-1.0.1.eb= uild: + keyword ~amd64-linux and x86-linux. switch to EAPI4 =20 17 Dec 2010; S=C3=A9bastien Fabbro +rngstreams-1.0.1.ebuild, +metadata.xml: