public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/rngstreams: metadata.xml rngstreams-1.0.1.ebuild ChangeLog
@ 2010-12-17 22:36 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; only message in thread
From: Sebastien Fabbro (bicatali) @ 2010-12-17 22:36 UTC (permalink / raw
  To: gentoo-commits

bicatali    10/12/17 22:36:07

  Added:                metadata.xml rngstreams-1.0.1.ebuild ChangeLog
  Log:
  moved to the main tree
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  sci-mathematics/rngstreams/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/metadata.xml?rev=1.1&content-type=text/plain

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<herd>sci-mathematics</herd>
<longdescription lang="en">
  RngStreams is a C implementation of a high quality uniform random
  number generator that supports multiple "independent" streams of
  uniform random numbers. It has been written by Pierre L'Ecuyer and
  Richard Simard.
  This is the GNU-style package maintained by Josef Leydold. 
</longdescription>
</pkgmetadata>



1.1                  sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/rngstreams-1.0.1.ebuild?rev=1.1&content-type=text/plain

Index: rngstreams-1.0.1.ebuild
===================================================================
# Copyright 1999-2010 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 $

EAPI=2

DESCRIPTION="Multiple independent streams of pseudo-random numbers"
HOMEPAGE="http://statmath.wu.ac.at/software/RngStreams/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"

LICENSE="GPL-3"

SLOT=0
KEYWORDS="~amd64 ~x86"
IUSE="doc examples static-libs"
DEPEND=""
RDEPEND=""

src_configure() {
	econf \
		--enable-shared \
		$(use_enable static-libs static)
}

src_install() {
	emake DESTDIR="${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
	if use examples; then
		emake distclean -C examples
		rm -f examples/Makefile*
		doins -r examples
	fi
}



1.1                  sci-mathematics/rngstreams/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/ChangeLog?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/rngstreams/ChangeLog?rev=1.1&content-type=text/plain

Index: ChangeLog
===================================================================
# 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 $

  17 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
  +rngstreams-1.0.1.ebuild, +metadata.xml:
  Moved to the main tree

*rngstreams-1.0.1 (16 Oct 2010)

  16 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org>
  +rngstreams-1.0.1.ebuild, +metadata.xml:
  Initial import







^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-17 22:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-17 22:36 [gentoo-commits] gentoo-x86 commit in sci-mathematics/rngstreams: metadata.xml rngstreams-1.0.1.ebuild ChangeLog Sebastien Fabbro (bicatali)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox