public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2012-07-11 22:24 Sebastien Fabbro
  0 siblings, 0 replies; 6+ messages in thread
From: Sebastien Fabbro @ 2012-07-11 22:24 UTC (permalink / raw
  To: gentoo-commits

commit:     c9e75262ad50fc9b5e696ac041323ad63706d7a8
Author:     Sebastien Fabbro <sfabbro <AT> uvic <DOT> ca>
AuthorDate: Wed Jul 11 18:53:19 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Wed Jul 11 18:53:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=c9e75262

sci-mathematics/dsfmt: Initial import

(Portage version: 2.2.01.20757-prefix/git/Linux x86_64, unsigned Manifest commit)

---
 sci-mathematics/dsfmt/ChangeLog        |    9 +++++++++
 sci-mathematics/dsfmt/dsfmt-2.2.ebuild |   28 ++++++++++++++++++++++++++++
 sci-mathematics/dsfmt/metadata.xml     |   14 ++++++++++++++
 3 files changed, 51 insertions(+), 0 deletions(-)

diff --git a/sci-mathematics/dsfmt/ChangeLog b/sci-mathematics/dsfmt/ChangeLog
new file mode 100644
index 0000000..164a9c9
--- /dev/null
+++ b/sci-mathematics/dsfmt/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sci-mathematics/dsfmt
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*dsfmt-2.2 (11 Jul 2012)
+
+  11 Jul 2012; Sébastien Fabbro <bicatali@gentoo.org> +dsfmt-2.2.ebuild,
+  +metadata.xml:
+  sci-mathematics/dsfmt: Initial import

diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
new file mode 100644
index 0000000..bef27a6
--- /dev/null
+++ b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
@@ -0,0 +1,28 @@
+
+EAPI=4
+
+MYP=dSFMT-src-${PV}
+
+DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
+HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
+SRC_URI="${HOMEPAGE}/${MYP}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+RDEPEND=""
+DEPEND="${RDEPEND}"
+
+S="${WORKDIR}/${MYP}"
+
+src_test() {
+	emake std-check
+}
+
+src_install() {
+	insinto /usr/include
+	doins dSFMT.c d*.h
+	dodoc README*txt CHANGE*
+}

diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml
new file mode 100644
index 0000000..450097b
--- /dev/null
+++ b/sci-mathematics/dsfmt/metadata.xml
@@ -0,0 +1,14 @@
+<?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 purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
+  is to speed up the generation by avoiding the expensive conversion
+  of integer to double (floating point). dSFMT directly generates
+  double precision floating point pseudorandom numbers which have the
+  IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
+  754-1985) format. dSFMT is only available on the CPUs which use IEEE
+  754 format double precision floating point numbers.
+</longdescription>
+</pkgmetadata>



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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2020-12-30 23:02 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-12-30 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     5dad274f717f9fc19154a20110d45aafdefc6716
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 23:02:06 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 23:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=5dad274f

sci-mathematics/dsfmt: format metadata

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/dsfmt/metadata.xml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml
index d2482ce5f..736cfc4dc 100644
--- a/sci-mathematics/dsfmt/metadata.xml
+++ b/sci-mathematics/dsfmt/metadata.xml
@@ -6,12 +6,12 @@
 		<name>Gentoo Mathematics Project</name>
 	</maintainer>
 	<longdescription lang="en">
-The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
-is to speed up the generation by avoiding the expensive conversion
-of integer to double (floating point). dSFMT directly generates
-double precision floating point pseudorandom numbers which have the
-IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
-754-1985) format. dSFMT is only available on the CPUs which use IEEE
-754 format double precision floating point numbers.
-</longdescription>
+		The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
+		is to speed up the generation by avoiding the expensive conversion
+		of integer to double (floating point). dSFMT directly generates
+		double precision floating point pseudorandom numbers which have the
+		IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
+		754-1985) format. dSFMT is only available on the CPUs which use IEEE
+		754 format double precision floating point numbers.
+	</longdescription>
 </pkgmetadata>


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2020-12-30 23:02 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-12-30 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     a9f9136da872e2c221b18657ae3d13d288f8fe7d
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 23:01:34 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 23:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=a9f9136d

sci-mathematics/dsfmt: drop old version

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/dsfmt/dsfmt-2.2.ebuild | 26 --------------------------
 1 file changed, 26 deletions(-)

diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
deleted file mode 100644
index 173384bac..000000000
--- a/sci-mathematics/dsfmt/dsfmt-2.2.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-MYP=dSFMT-src-${PV}
-
-DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
-HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
-SRC_URI="${HOMEPAGE}/${MYP}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/${MYP}"
-
-src_test() {
-	emake std-check
-}
-
-src_install() {
-	doheader dSFMT.c d*.h
-	dodoc README*txt CHANGE*
-}


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2020-12-30 23:02 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-12-30 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     c104efbc569a9e836b60a8f533d5332c939f29b3
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Wed Dec 30 23:01:21 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 23:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c104efbc

sci-mathematics/dsfmt: remove empty IUSE

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
index 14a3f62d3..54beb7c33 100644
--- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
+++ b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
@@ -12,7 +12,6 @@ SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> $
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
 
 S="${WORKDIR}/${MYP}"
 


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2020-12-30 23:02 Aisha Tammy
  0 siblings, 0 replies; 6+ messages in thread
From: Aisha Tammy @ 2020-12-30 23:02 UTC (permalink / raw
  To: gentoo-commits

commit:     1248988e3117b63420013857b08f9d641a889e89
Author:     Jeffrey Lin <jeffrey <AT> icurse <DOT> nl>
AuthorDate: Wed Dec 30 22:30:11 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Wed Dec 30 23:02:36 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1248988e

sci-mathematics/dsfmt: version bump to 2.2.4

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Jeffrey Lin <jeffrey <AT> icurse.nl>
Closes: https://github.com/gentoo/sci/pull/1010
Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 26 ++++++++++++++++++++++++++
 1 file changed, 26 insertions(+)

diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
new file mode 100644
index 000000000..14a3f62d3
--- /dev/null
+++ b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MYP=dSFMT-${PV}
+
+DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
+HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
+SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+IUSE=""
+
+S="${WORKDIR}/${MYP}"
+
+src_test() {
+	emake std-check
+}
+
+src_install() {
+	doheader dSFMT.c d*.h
+	dodoc README*txt CHANGE*
+}


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

* [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/
@ 2021-04-08  2:36 Matthias Maier
  0 siblings, 0 replies; 6+ messages in thread
From: Matthias Maier @ 2021-04-08  2:36 UTC (permalink / raw
  To: gentoo-commits

commit:     c733974b6d417b64cff82035efbb19af2b690978
Author:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  8 02:35:15 2021 +0000
Commit:     Matthias Maier <tamiko <AT> gentoo <DOT> org>
CommitDate: Thu Apr  8 02:36:08 2021 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=c733974b

sci-mathematics/dsfmt: remove package - moved to ::gentoo

Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org>

 sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild | 25 -------------------------
 sci-mathematics/dsfmt/metadata.xml       | 17 -----------------
 2 files changed, 42 deletions(-)

diff --git a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild b/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
deleted file mode 100644
index 54beb7c33..000000000
--- a/sci-mathematics/dsfmt/dsfmt-2.2.4.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-MYP=dSFMT-${PV}
-
-DESCRIPTION="Double precision SIMD-oriented Fast Mersenne Twister library"
-HOMEPAGE="http://www.math.sci.hiroshima-u.ac.jp/~m-mat/MT/SFMT"
-SRC_URI="https://github.com/MersenneTwister-Lab/dSFMT/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-S="${WORKDIR}/${MYP}"
-
-src_test() {
-	emake std-check
-}
-
-src_install() {
-	doheader dSFMT.c d*.h
-	dodoc README*txt CHANGE*
-}

diff --git a/sci-mathematics/dsfmt/metadata.xml b/sci-mathematics/dsfmt/metadata.xml
deleted file mode 100644
index 736cfc4dc..000000000
--- a/sci-mathematics/dsfmt/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci-mathematics@gentoo.org</email>
-		<name>Gentoo Mathematics Project</name>
-	</maintainer>
-	<longdescription lang="en">
-		The purpose of Double precision SIMD-oriented Fast Mersenne Twister (dSFMT)
-		is to speed up the generation by avoiding the expensive conversion
-		of integer to double (floating point). dSFMT directly generates
-		double precision floating point pseudorandom numbers which have the
-		IEEE Standard for Binary Floating-Point Arithmetic (ANSI/IEEE Std
-		754-1985) format. dSFMT is only available on the CPUs which use IEEE
-		754 format double precision floating point numbers.
-	</longdescription>
-</pkgmetadata>


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

end of thread, other threads:[~2021-04-08  2:36 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-11 22:24 [gentoo-commits] proj/sci:master commit in: sci-mathematics/dsfmt/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2020-12-30 23:02 Aisha Tammy
2020-12-30 23:02 Aisha Tammy
2020-12-30 23:02 Aisha Tammy
2020-12-30 23:02 Aisha Tammy
2021-04-08  2:36 Matthias Maier

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