public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild
@ 2011-05-03 16:42 Sebastien Fabbro (bicatali)
  0 siblings, 0 replies; 5+ messages in thread
From: Sebastien Fabbro (bicatali) @ 2011-05-03 16:42 UTC (permalink / raw
  To: gentoo-commits

bicatali    11/05/03 16:42:20

  Modified:             ChangeLog
  Added:                unuran-1.8.1.ebuild
  Log:
  Version bump
  
  (Portage version: 2.1.9.46/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  sci-mathematics/unuran/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	22 Dec 2010 05:20:29 -0000	1.3
+++ ChangeLog	3 May 2011 16:42:20 -0000	1.4
@@ -1,6 +1,11 @@
 # ChangeLog for sci-mathematics/unuran
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.3 2010/12/22 05:20:29 bicatali Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.4 2011/05/03 16:42:20 bicatali Exp $
+
+*unuran-1.8.1 (03 May 2011)
+
+  03 May 2011; Sébastien Fabbro <bicatali@gentoo.org> +unuran-1.8.1.ebuild:
+  Version bump
 
   22 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
   files/unuran-1.8.0-nogsl.patch:



1.1                  sci-mathematics/unuran/unuran-1.8.1.ebuild

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

Index: unuran-1.8.1.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.1 2011/05/03 16:42:20 bicatali Exp $

EAPI=4
inherit eutils autotools

DESCRIPTION="Universal Non-Uniform Random number generator"
HOMEPAGE="http://statmath.wu.ac.at/unuran/"
SRC_URI="${HOMEPAGE}${P}.tar.gz"
LICENSE="GPL-2"

SLOT=0
KEYWORDS="~amd64 ~x86"
IUSE="doc examples gsl prng +rngstreams static-libs"
DEPEND="gsl? ( sci-libs/gsl )
	prng? ( sci-mathematics/prng )
	rngstreams? ( sci-mathematics/rngstreams )"
RDEPEND="${DEPEND}"

src_configure() {
	local udefault=builtin
	use rngstreams && udefault=rngstream
	econf \
		--enable-shared \
		--with-urng-default=${udefault} \
		$(use_enable static-libs static) \
		$(use_with gsl urng-gsl) \
		$(use_with prng urng-prng) \
		$(use_with rngstreams urng-rngstream)
}

src_install() {
	default
	use doc && 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
}






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild
@ 2012-07-05 13:22 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2012-07-05 13:22 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/05 13:22:47

  Modified:             ChangeLog unuran-1.8.1.ebuild
  Log:
  sci-mathematics/unuran: Fix out of source buildproblem
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  sci-mathematics/unuran/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	4 Jul 2012 09:32:15 -0000	1.6
+++ ChangeLog	5 Jul 2012 13:22:47 -0000	1.7
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/unuran
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.6 2012/07/04 09:32:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.7 2012/07/05 13:22:47 jlec Exp $
+
+  05 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild:
+  Fix out of source buildproblem
 
   04 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild,
   metadata.xml:



1.4                  sci-mathematics/unuran/unuran-1.8.1.ebuild

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

Index: unuran-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- unuran-1.8.1.ebuild	4 Jul 2012 09:32:15 -0000	1.3
+++ unuran-1.8.1.ebuild	5 Jul 2012 13:22:47 -0000	1.4
@@ -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/unuran/unuran-1.8.1.ebuild,v 1.3 2012/07/04 09:32:15 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.4 2012/07/05 13:22:47 jlec Exp $
 
 EAPI=4
 
@@ -38,9 +38,7 @@
 	autotools-utils_src_install
 	use doc && 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
 }






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild
@ 2012-07-05 16:31 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-07-05 16:31 UTC (permalink / raw
  To: gentoo-commits

ago         12/07/05 16:31:29

  Modified:             ChangeLog unuran-1.8.1.ebuild
  Log:
  Stable for amd64, wrt bug #424739
  
  (Portage version: 2.1.10.65/cvs/Linux x86_64)

Revision  Changes    Path
1.8                  sci-mathematics/unuran/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog	5 Jul 2012 13:22:47 -0000	1.7
+++ ChangeLog	5 Jul 2012 16:31:29 -0000	1.8
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/unuran
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.7 2012/07/05 13:22:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.8 2012/07/05 16:31:29 ago Exp $
+
+  05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> unuran-1.8.1.ebuild:
+  Stable for amd64, wrt bug #424739
 
   05 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild:
   Fix out of source buildproblem



1.5                  sci-mathematics/unuran/unuran-1.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?r1=1.4&r2=1.5

Index: unuran-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- unuran-1.8.1.ebuild	5 Jul 2012 13:22:47 -0000	1.4
+++ unuran-1.8.1.ebuild	5 Jul 2012 16:31:29 -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/unuran/unuran-1.8.1.ebuild,v 1.4 2012/07/05 13:22:47 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.5 2012/07/05 16:31:29 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64 ~x86-linux"
+KEYWORDS="amd64 ~amd64 ~x86 ~x86-linux"
 IUSE="doc examples gsl prng +rngstreams static-libs"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild
@ 2012-07-06  0:40 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 5+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-07-06  0:40 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/07/06 00:40:29

  Modified:             ChangeLog unuran-1.8.1.ebuild
  Log:
  marked x86 per bug 424739
  
  (Portage version: 2.2.0_alpha116/cvs/Linux i686)

Revision  Changes    Path
1.9                  sci-mathematics/unuran/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	5 Jul 2012 16:31:29 -0000	1.8
+++ ChangeLog	6 Jul 2012 00:40:29 -0000	1.9
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/unuran
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.8 2012/07/05 16:31:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.9 2012/07/06 00:40:29 jdhore Exp $
+
+  06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> unuran-1.8.1.ebuild:
+  marked x86 per bug 424739
 
   05 Jul 2012; Agostino Sarubbo <ago@gentoo.org> unuran-1.8.1.ebuild:
   Stable for amd64, wrt bug #424739



1.6                  sci-mathematics/unuran/unuran-1.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?r1=1.5&r2=1.6

Index: unuran-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unuran-1.8.1.ebuild	5 Jul 2012 16:31:29 -0000	1.5
+++ unuran-1.8.1.ebuild	6 Jul 2012 00:40:29 -0000	1.6
@@ -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/unuran/unuran-1.8.1.ebuild,v 1.5 2012/07/05 16:31:29 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.6 2012/07/06 00:40:29 jdhore Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="amd64 ~amd64 ~x86 ~x86-linux"
+KEYWORDS="amd64 ~amd64 x86 ~x86-linux"
 IUSE="doc examples gsl prng +rngstreams static-libs"
 
 DEPEND="






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

* [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild
@ 2012-07-06  8:07 Justin Lecher (jlec)
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher (jlec) @ 2012-07-06  8:07 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/06 08:07:32

  Modified:             ChangeLog unuran-1.8.1.ebuild
  Log:
  sci-mathematics/unuran: Korrekt typo in keywords amd64 -> amd64-linux
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 sci-mathematics/unuran/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	6 Jul 2012 00:40:29 -0000	1.9
+++ ChangeLog	6 Jul 2012 08:07:32 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for sci-mathematics/unuran
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.9 2012/07/06 00:40:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/ChangeLog,v 1.10 2012/07/06 08:07:32 jlec Exp $
+
+  06 Jul 2012; Justin Lecher <jlec@gentoo.org> unuran-1.8.1.ebuild:
+  Korrekt typo in keywords amd64 -> amd64-linux
 
   06 Jul 2012; Jeff Horelick <jdhore@gentoo.org> unuran-1.8.1.ebuild:
   marked x86 per bug 424739



1.7                  sci-mathematics/unuran/unuran-1.8.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild?r1=1.6&r2=1.7

Index: unuran-1.8.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- unuran-1.8.1.ebuild	6 Jul 2012 00:40:29 -0000	1.6
+++ unuran-1.8.1.ebuild	6 Jul 2012 08:07:32 -0000	1.7
@@ -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/unuran/unuran-1.8.1.ebuild,v 1.6 2012/07/06 00:40:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sci-mathematics/unuran/unuran-1.8.1.ebuild,v 1.7 2012/07/06 08:07:32 jlec Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="amd64 ~amd64 x86 ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples gsl prng +rngstreams static-libs"
 
 DEPEND="






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

end of thread, other threads:[~2012-07-06  8:07 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-05 13:22 [gentoo-commits] gentoo-x86 commit in sci-mathematics/unuran: ChangeLog unuran-1.8.1.ebuild Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-07-06  8:07 Justin Lecher (jlec)
2012-07-06  0:40 Jeff Horelick (jdhore)
2012-07-05 16:31 Agostino Sarubbo (ago)
2011-05-03 16:42 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