public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/
@ 2016-11-24  8:34 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2016-11-24  8:34 UTC (permalink / raw
  To: gentoo-commits

commit:     e5fddffc712a5faac4dd9373545c309a193e276e
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 24 08:29:18 2016 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Thu Nov 24 08:33:15 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5fddffc

sci-libs/arprec: Remove old

Package-Manager: portage-2.3.2

 sci-libs/arprec/Manifest             |  2 --
 sci-libs/arprec/arprec-2.2.16.ebuild | 55 -----------------------------------
 sci-libs/arprec/arprec-2.2.17.ebuild | 56 ------------------------------------
 3 files changed, 113 deletions(-)

diff --git a/sci-libs/arprec/Manifest b/sci-libs/arprec/Manifest
index d8c1a83..6d79e81 100644
--- a/sci-libs/arprec/Manifest
+++ b/sci-libs/arprec/Manifest
@@ -1,3 +1 @@
-DIST arprec-2.2.16.tar.gz 830227 SHA256 cf71f2a7f3530b57900e67d1282c4a114830d2c00a0fba90819aa8313f11653f SHA512 278bf96402179566d4f2b9a6d69e42d726c81c814f96cd31c19df2c3b61941f3a1858e4a56577548d0fcf526b7db7caca2b7ea7ec57e834e7768d21788e7e672 WHIRLPOOL c55a875af752dfe6700cd714e2d6d34d3100676b8c41d4271065ddb0e754b3c5333cffd7432b45f2dfa0efed8f93dfd3448ac87038b18941a27f6bed1468131c
-DIST arprec-2.2.17.tar.gz 900043 SHA256 87977981c1145465da51f252d04f11d16ee009d9dc7e8d0da71e4ef56b9fc5eb SHA512 d10f7d3e3d61274a36d253d2b50004bbf15447be3ffbd37bb0334ba62bd624e27fb9e26364fa1b89c1d4dfbb4136ab93d865f990ce123ecf94d9614e3ac567d1 WHIRLPOOL 6daeff384cfc9dfbb5771a177166212370ba724850d27ae99de63d1e2f2bc5f76b2be5c28e1fa0bb1d407a29d46212b0896c5e7f6ba66f9c2830e3a53e3e8b31
 DIST arprec-2.2.18.tar.gz 1751743 SHA256 12bcbaabbbd475bdcd0f4983bc280bd3888972ed32bcc8fe5f09fb94b7a85ed5 SHA512 372eb0a0c3aceac0d222679058f47c4d1037b5a51524b752b87f1b61c1b25101c34d4e56d9da45b4075ea7040dd59a597e0add4f34be902955dcf209423a6579 WHIRLPOOL 41322123ca1e444dfea5d678fb435dede56ba9704fdec04a0ae3d98766cad431b350652babaa431d579fe7e9e611b8d2e4c60d70c82d38e8699d33c103ef2ac1

diff --git a/sci-libs/arprec/arprec-2.2.16.ebuild b/sci-libs/arprec/arprec-2.2.16.ebuild
deleted file mode 100644
index e467be4..00000000
--- a/sci-libs/arprec/arprec-2.2.16.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=4
-
-FORTRAN_NEEDED=fortran
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils fortran-2 autotools-utils
-
-DESCRIPTION="Arbitrary precision float arithmetics and functions"
-HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/"
-SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
-
-DEPEND="qd? ( sci-libs/qd[fortran=] )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local myeconfargs=(
-		--docdir="${EPREFIX}/usr/share/doc/${PF}"
-		$(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
-		$(use_enable fortran)
-		$(use_enable qd)
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile
-	use fortran && autotools-utils_src_compile toolkit
-}
-
-src_install() {
-	autotools-utils_src_install
-	if use fortran; then
-		cd toolkit
-		./mathinit || die "mathinit failed"
-		exeinto /usr/libexec/${PN}
-		doexe .libs/mathtool
-		insinto /usr/libexec/${PN}
-		doins *.dat
-		echo > mathtool.exe "#!${EROOT}/bin/sh"
-		echo >> mathtool.exe "cd ${EROOT}/usr/libexec/arprec && exec ./mathtool"
-		newbin mathtool.exe mathtool
-		newdoc README README.mathtool
-	fi
-	use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
-}

diff --git a/sci-libs/arprec/arprec-2.2.17.ebuild b/sci-libs/arprec/arprec-2.2.17.ebuild
deleted file mode 100644
index b5e9fe3..00000000
--- a/sci-libs/arprec/arprec-2.2.17.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-FORTRAN_NEEDED=fortran
-FORTRAN_STANDARD="90"
-AUTOTOOLS_AUTORECONF=1
-AUTOTOOLS_IN_SOURCE_BUILD=1
-
-inherit eutils fortran-2 autotools-utils
-
-DESCRIPTION="Arbitrary precision float arithmetics and functions"
-HOMEPAGE="http://crd.lbl.gov/~dhbailey/mpdist/"
-SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
-
-SLOT="0"
-LICENSE="BSD"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="doc cpu_flags_x86_fma3 cpu_flags_x86_fma4 fortran qd static-libs"
-
-DEPEND="qd? ( sci-libs/qd:0=[fortran=] )"
-RDEPEND="${DEPEND}"
-
-src_configure() {
-	local myeconfargs=(
-		--docdir="${EPREFIX}/usr/share/doc/${PF}"
-		$(use_enable "cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4)" fma)
-		$(use_enable fortran)
-		$(use_enable qd)
-	)
-	autotools-utils_src_configure
-}
-
-src_compile() {
-	autotools-utils_src_compile
-	use fortran && autotools-utils_src_compile toolkit
-}
-
-src_install() {
-	autotools-utils_src_install
-	if use fortran; then
-		cd toolkit
-		./mathinit || die "mathinit failed"
-		exeinto /usr/libexec/${PN}
-		doexe .libs/mathtool
-		insinto /usr/libexec/${PN}
-		doins *.dat
-		echo > mathtool.exe "#!${EROOT%/}/bin/sh"
-		echo >> mathtool.exe "cd ${EROOT%/}/usr/libexec/arprec && exec ./mathtool"
-		newbin mathtool.exe mathtool
-		newdoc README README.mathtool
-	fi
-	use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf
-}


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/
@ 2017-12-15 10:16 Andrey Grozin
  0 siblings, 0 replies; 4+ messages in thread
From: Andrey Grozin @ 2017-12-15 10:16 UTC (permalink / raw
  To: gentoo-commits

commit:     e749a114f08b6e36cc033036859788860e22d3e9
Author:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:16:00 2017 +0000
Commit:     Andrey Grozin <grozin <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:16:00 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e749a114

sci-libs/arprec: remove myself from maintainers

Package-Manager: Portage-2.3.18, Repoman-2.3.6

 sci-libs/arprec/metadata.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/sci-libs/arprec/metadata.xml b/sci-libs/arprec/metadata.xml
index 55cd058d02d..a6a5b504b27 100644
--- a/sci-libs/arprec/metadata.xml
+++ b/sci-libs/arprec/metadata.xml
@@ -1,10 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <maintainer type="person">
-    <email>grozin@gentoo.org</email>
-    <name>Andrey Grozin</name>
-  </maintainer>
   <maintainer type="project">
     <email>sci@gentoo.org</email>
     <name>Gentoo Science Project</name>


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/
@ 2019-02-27  4:25 Aaron Bauman
  0 siblings, 0 replies; 4+ messages in thread
From: Aaron Bauman @ 2019-02-27  4:25 UTC (permalink / raw
  To: gentoo-commits

commit:     14f75963d4f5eb965500101eabc934ea191a65c1
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sat Feb 23 16:48:04 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Wed Feb 27 04:21:18 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=14f75963

sci-libs/arprec: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 sci-libs/arprec/arprec-2.2.18.ebuild | 6 +++---
 sci-libs/arprec/arprec-2.2.19.ebuild | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/sci-libs/arprec/arprec-2.2.18.ebuild b/sci-libs/arprec/arprec-2.2.18.ebuild
index b7ba9c00b8d..8c4069fcd8d 100644
--- a/sci-libs/arprec/arprec-2.2.18.ebuild
+++ b/sci-libs/arprec/arprec-2.2.18.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,8 +9,8 @@ FORTRAN_STANDARD=90
 inherit autotools fortran-2
 
 DESCRIPTION="Arbitrary precision float arithmetics and functions"
-HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/"
-SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
+HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/"
+SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"

diff --git a/sci-libs/arprec/arprec-2.2.19.ebuild b/sci-libs/arprec/arprec-2.2.19.ebuild
index 4fe88b289cb..b31b5b5c86c 100644
--- a/sci-libs/arprec/arprec-2.2.19.ebuild
+++ b/sci-libs/arprec/arprec-2.2.19.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,8 +9,8 @@ FORTRAN_STANDARD=90
 inherit autotools fortran-2
 
 DESCRIPTION="Arbitrary precision float arithmetics and functions"
-HOMEPAGE="http://crd-legacy.lbl.gov/~dhbailey/mpdist/"
-SRC_URI="http://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
+HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/"
+SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
 
 SLOT="0"
 LICENSE="BSD"


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

* [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/
@ 2024-06-09  3:57 Arthur Zamarin
  0 siblings, 0 replies; 4+ messages in thread
From: Arthur Zamarin @ 2024-06-09  3:57 UTC (permalink / raw
  To: gentoo-commits

commit:     8ff6629193dc380b4d8fc2f679c07047894d69c7
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  9 03:56:28 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Jun  9 03:56:39 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ff66291

sci-libs/arprec: EAPI 6 -> 8

Closes: https://bugs.gentoo.org/526960
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 ...rprec-2.2.19.ebuild => arprec-2.2.19-r1.ebuild} | 27 ++++++++++++----------
 1 file changed, 15 insertions(+), 12 deletions(-)

diff --git a/sci-libs/arprec/arprec-2.2.19.ebuild b/sci-libs/arprec/arprec-2.2.19-r1.ebuild
similarity index 79%
rename from sci-libs/arprec/arprec-2.2.19.ebuild
rename to sci-libs/arprec/arprec-2.2.19-r1.ebuild
index b31b5b5c86c7..dc6ff68e1078 100644
--- a/sci-libs/arprec/arprec-2.2.19.ebuild
+++ b/sci-libs/arprec/arprec-2.2.19-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
 
 FORTRAN_NEEDED=fortran
 FORTRAN_STANDARD=90
@@ -11,9 +11,10 @@ inherit autotools fortran-2
 DESCRIPTION="Arbitrary precision float arithmetics and functions"
 HOMEPAGE="https://crd-legacy.lbl.gov/~dhbailey/mpdist/"
 SRC_URI="https://crd.lbl.gov/~dhbailey/mpdist/${P}.tar.gz"
+S="${WORKDIR}/${PN}"
 
-SLOT="0"
 LICENSE="BSD"
+SLOT="0"
 KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE="cpu_flags_x86_fma3 cpu_flags_x86_fma4 doc fortran qd static-libs"
 
@@ -24,20 +25,22 @@ PATCHES=(
 	"${FILESDIR}"/${P}-gold.patch
 )
 
-S="${WORKDIR}/${PN}"
-
 src_prepare() {
 	default
+	sed -e '/TESTS =/s/ io//' -i tests/Makefile.am || die # bug 526960
+
 	eautoreconf
 }
 
 src_configure() {
-	econf \
-		--enable-shared \
-		$(use_enable static-libs static) \
-		$(use_enable cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4) fma) \
-		$(use_enable fortran) \
+	local myeconfargs=(
+		--enable-shared
+		$(use_enable static-libs static)
+		$(use_enable cpu_flags_x86_fma$(usex cpu_flags_x86_fma3 3 4) fma)
+		$(use_enable fortran)
 		$(use_enable qd)
+	)
+	econf "${myeconfargs[@]}"
 }
 
 src_compile() {
@@ -75,10 +78,10 @@ src_install() {
 	fi
 
 	if ! use doc; then
-		rm "${ED%/}"/usr/share/doc/${PF}/*.pdf || die
+		rm "${ED}"/usr/share/doc/${PF}/*.pdf || die
 	fi
 
 	if ! use static-libs; then
-		find "${D}" -name '*.la' -delete || die
+		find "${D}" -type f -name '*.la' -delete || die
 	fi
 }


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

end of thread, other threads:[~2024-06-09  3:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-02-27  4:25 [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2024-06-09  3:57 Arthur Zamarin
2017-12-15 10:16 Andrey Grozin
2016-11-24  8:34 David Seifert

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