public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/prng: metadata.xml ChangeLog prng-3.0.2.ebuild
@ 2010-12-17 22:36 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 2+ messages 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 ChangeLog prng-3.0.2.ebuild
  Log:
  moved to the main tree
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/metadata.xml?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/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">
  The Pseudo-Random Number Generator library is a portable,
  high-performance ANSI-C implementations of pseudorandom number
  generators such as linear congruential, inversive congruential, and
  explicit inversive congruential random number generators (called
  LCG, ICG and EICG, respectively) created by Otmar Lendl. It is part
  of the pLab project.
</longdescription>
</pkgmetadata>



1.1                  sci-mathematics/prng/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for sci-mathematics/prng
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.1 2010/12/17 22:36:07 bicatali Exp $

  17 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org> +prng-3.0.2.ebuild,
  +files/prng-3.0.2-shared.patch, +metadata.xml:
  Moved to the main tree

*prng-3.0.2 (16 Oct 2010)

  16 Oct 2010; Sébastien Fabbro <bicatali@gentoo.org> +prng-3.0.2.ebuild,
  +files/prng-3.0.2-shared.patch, +metadata.xml:
  Initial import




1.1                  sci-mathematics/prng/prng-3.0.2.ebuild

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

Index: prng-3.0.2.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.1 2010/12/17 22:36:07 bicatali Exp $

EAPI=2
inherit eutils autotools

DESCRIPTION="Pseudo-Random Number Generator library"
HOMEPAGE="http://statmath.wu.ac.at/prng/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"
LICENSE="GPL-2"

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

src_prepare() {
	epatch "${FILESDIR}"/${P}-shared.patch
	eautoreconf
}

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

src_install() {
	emake DESTDIR="${D}" install ||  die "emake install failed"
	dodoc AUTHORS README NEWS ChangeLog KNOWN-PROBLEMS
	insinto /usr/share/doc/${PF}
	if use doc; then
		doins doc/${PN}.pdf || die
	fi
	if use examples; then
		emake distclean -C examples
		rm -f examples/Makefile*
		doins -r examples
	fi
}






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/prng: metadata.xml ChangeLog prng-3.0.2.ebuild
@ 2012-07-04 10:13 Justin Lecher (jlec)
  0 siblings, 0 replies; 2+ messages in thread
From: Justin Lecher (jlec) @ 2012-07-04 10:13 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/04 10:13:44

  Modified:             metadata.xml ChangeLog prng-3.0.2.ebuild
  Log:
  sci-mathematics/prng: Move to autotool-utils.eclass
  
  (Portage version: 2.2.0_alpha115/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sci-mathematics/prng/metadata.xml

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

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/prng/metadata.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- metadata.xml	17 Dec 2010 22:36:07 -0000	1.1
+++ metadata.xml	4 Jul 2012 10:13:43 -0000	1.2
@@ -1,8 +1,8 @@
 <?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">
+	<herd>sci-mathematics</herd>
+	<longdescription lang="en">
   The Pseudo-Random Number Generator library is a portable,
   high-performance ANSI-C implementations of pseudorandom number
   generators such as linear congruential, inversive congruential, and



1.3                  sci-mathematics/prng/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/ChangeLog?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/ChangeLog?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/ChangeLog?r1=1.2&r2=1.3

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	26 Jun 2012 21:52:15 -0000	1.2
+++ ChangeLog	4 Jul 2012 10:13:43 -0000	1.3
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/prng
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.2 2012/06/26 21:52:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/ChangeLog,v 1.3 2012/07/04 10:13:43 jlec Exp $
+
+  04 Jul 2012; Justin Lecher <jlec@gentoo.org> prng-3.0.2.ebuild, metadata.xml:
+  Move to autotool-utils.eclass
 
   26 Jun 2012; Sebastien Fabbro <fabbros@gentoo.org> prng-3.0.2.ebuild:
   keyword ~amd64-linux ~x86-linux



1.3                  sci-mathematics/prng/prng-3.0.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild?r1=1.2&r2=1.3

Index: prng-3.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- prng-3.0.2.ebuild	26 Jun 2012 21:52:15 -0000	1.2
+++ prng-3.0.2.ebuild	4 Jul 2012 10:13:43 -0000	1.3
@@ -1,34 +1,26 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.2 2012/06/26 21:52:15 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/prng/prng-3.0.2.ebuild,v 1.3 2012/07/04 10:13:43 jlec Exp $
 
 EAPI=4
-inherit eutils autotools
+
+AUTOTOOLS_AUTORECONF=yes
+
+inherit autotools-utils
 
 DESCRIPTION="Pseudo-Random Number Generator library"
 HOMEPAGE="http://statmath.wu.ac.at/prng/"
 SRC_URI="${HOMEPAGE}${P}.tar.gz"
-LICENSE="GPL-2"
 
+LICENSE="GPL-2"
 SLOT=0
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
-DEPEND=""
-RDEPEND="${DEPEND}"
 
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-shared.patch
-	eautoreconf
-}
-
-src_configure() {
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static)
-}
+PATCHES=( "${FILESDIR}"/${P}-shared.patch )
 
 src_install() {
-	default
+	autotools-utils_src_install
 	use doc && doins doc/${PN}.pdf
 	if use examples; then
 		emake distclean -C examples






^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-07-04 10:13 UTC | newest]

Thread overview: 2+ messages (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/prng: metadata.xml ChangeLog prng-3.0.2.ebuild Sebastien Fabbro (bicatali)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-04 10:13 Justin Lecher (jlec)

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