public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2017-03-11 16:43 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-03-11 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     dbbbd2531618d442315889b44c23c84a83b3f034
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 16:35:51 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 16:43:13 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbbbd253

sci-mathematics/prng: Mark amd64 and x86 stable

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-mathematics/prng/prng-3.0.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/prng/prng-3.0.2-r2.ebuild b/sci-mathematics/prng/prng-3.0.2-r2.ebuild
index 5eba1b12905..73e901ea3f8 100644
--- a/sci-mathematics/prng/prng-3.0.2-r2.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2-r2.ebuild
@@ -11,7 +11,7 @@ SRC_URI="${HOMEPAGE}${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2017-03-11 16:43 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-03-11 16:43 UTC (permalink / raw
  To: gentoo-commits

commit:     c6ece07f0c6eee800aa9b18bb71165739533edb8
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 16:36:32 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 16:43:19 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6ece07f

sci-mathematics/prng: Remove old

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 sci-mathematics/prng/prng-3.0.2.ebuild | 29 -----------------------------
 1 file changed, 29 deletions(-)

diff --git a/sci-mathematics/prng/prng-3.0.2.ebuild b/sci-mathematics/prng/prng-3.0.2.ebuild
deleted file mode 100644
index 1bc9beb1c5a..00000000000
--- a/sci-mathematics/prng/prng-3.0.2.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-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"
-SLOT=0
-KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
-IUSE="doc examples static-libs"
-
-PATCHES=( "${FILESDIR}"/${P}-shared.patch )
-
-src_install() {
-	autotools-utils_src_install
-	use doc && dodoc doc/${PN}.pdf
-	if use examples; then
-		rm examples/Makefile*
-		insinto /usr/share/doc/${PF}
-		doins -r examples
-	fi
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2017-11-25 17:42 David Seifert
  0 siblings, 0 replies; 6+ messages in thread
From: David Seifert @ 2017-11-25 17:42 UTC (permalink / raw
  To: gentoo-commits

commit:     2db42e98ce2dc7a3db670cce0a8a3756d441306b
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 25 16:52:28 2017 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Nov 25 17:39:56 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2db42e98

sci-mathematics/prng: [QA] Consistent whitespace in metadata.xml

 sci-mathematics/prng/metadata.xml | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/sci-mathematics/prng/metadata.xml b/sci-mathematics/prng/metadata.xml
index 19da1401e57..18463765513 100644
--- a/sci-mathematics/prng/metadata.xml
+++ b/sci-mathematics/prng/metadata.xml
@@ -6,11 +6,11 @@
 		<name>Gentoo Mathematics Project</name>
 	</maintainer>
 	<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>
+		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>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2021-05-18 22:19 Andrew Savchenko
  0 siblings, 0 replies; 6+ messages in thread
From: Andrew Savchenko @ 2021-05-18 22:19 UTC (permalink / raw
  To: gentoo-commits

commit:     ae8b9643fbfaa51122f9f7df199c4b5c5f7232b0
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Tue May 18 22:17:54 2021 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Tue May 18 22:19:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ae8b9643

sci-mathematics/prng: cleanup debug code

It has NOOP effect on the resulting library.

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 sci-mathematics/prng/prng-3.0.2-r3.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
index e4cc42dcc3e..add90f9238c 100644
--- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=7
 
-inherit autotools flag-o-matic
+inherit autotools
 
 DESCRIPTION="Pseudo-Random Number Generator library"
 HOMEPAGE="http://statmath.wu.ac.at/prng/"
@@ -25,8 +25,6 @@ src_prepare() {
 }
 
 src_configure() {
-	# bug 705318
-	append-cflags -fvisibility-inlines-hidden
 	econf $(use_enable static-libs static)
 }
 


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2021-05-19 20:06 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-05-19 20:06 UTC (permalink / raw
  To: gentoo-commits

commit:     401edadfbaa4838e33842b1b8de3f10a3cff08e7
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 20:05:02 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 19 20:05:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=401edadf

sci-mathematics/prng: amd64 stable wrt bug #790857

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-mathematics/prng/prng-3.0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
index add90f9238c..f935d4f0ad1 100644
--- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://statmath.wu.ac.at/prng/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
 PATCHES=(


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

* [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/
@ 2021-05-19 20:09 Agostino Sarubbo
  0 siblings, 0 replies; 6+ messages in thread
From: Agostino Sarubbo @ 2021-05-19 20:09 UTC (permalink / raw
  To: gentoo-commits

commit:     2bd0a3de19160233f6d72680499ada33999586ca
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed May 19 20:08:29 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed May 19 20:09:04 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2bd0a3de

sci-mathematics/prng: x86 stable wrt bug #790857

Package-Manager: Portage-3.0.13, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sci-mathematics/prng/prng-3.0.2-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sci-mathematics/prng/prng-3.0.2-r3.ebuild b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
index f935d4f0ad1..676b10eb389 100644
--- a/sci-mathematics/prng/prng-3.0.2-r3.ebuild
+++ b/sci-mathematics/prng/prng-3.0.2-r3.ebuild
@@ -11,7 +11,7 @@ SRC_URI="http://statmath.wu.ac.at/prng/${P}.tar.gz"
 
 LICENSE="GPL-2"
 SLOT=0
-KEYWORDS="amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="amd64 x86 ~amd64-linux ~x86-linux"
 IUSE="doc examples static-libs"
 
 PATCHES=(


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

end of thread, other threads:[~2021-05-19 20:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-19 20:09 [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/prng/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2021-05-19 20:06 Agostino Sarubbo
2021-05-18 22:19 Andrew Savchenko
2017-11-25 17:42 David Seifert
2017-03-11 16:43 David Seifert
2017-03-11 16:43 David Seifert

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