public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arprec/
Date: Thu, 24 Nov 2016 08:34:05 +0000 (UTC)	[thread overview]
Message-ID: <1479976395.e5fddffc712a5faac4dd9373545c309a193e276e.soap@gentoo> (raw)

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
-}


             reply	other threads:[~2016-11-24  8:34 UTC|newest]

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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1479976395.e5fddffc712a5faac4dd9373545c309a193e276e.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox