From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5267B1384B4 for ; Fri, 27 Nov 2015 08:26:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 026D221C0B5; Fri, 27 Nov 2015 08:25:52 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E045921C0B3 for ; Fri, 27 Nov 2015 08:25:50 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9BB0F33FDBF for ; Fri, 27 Nov 2015 08:25:48 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 309B0B6E for ; Fri, 27 Nov 2015 08:25:46 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1448611253.3472d420f30dff9924850e2e7304b684644e00d4.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/qd/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/qd/Manifest sci-libs/qd/qd-2.3.13.ebuild X-VCS-Directories: sci-libs/qd/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 3472d420f30dff9924850e2e7304b684644e00d4 X-VCS-Branch: master Date: Fri, 27 Nov 2015 08:25:46 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7f8896eb-f711-4420-8d4c-646d571177ce X-Archives-Hash: 000b518ac2780f0c56c656958c924bb6 commit: 3472d420f30dff9924850e2e7304b684644e00d4 Author: Justin Lecher gentoo org> AuthorDate: Fri Nov 27 08:00:53 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Fri Nov 27 08:00:53 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3472d420 sci-libs/qd: Drop old Package-Manager: portage-2.2.25 Signed-off-by: Justin Lecher gentoo.org> sci-libs/qd/Manifest | 1 - sci-libs/qd/qd-2.3.13.ebuild | 37 ------------------------------------- 2 files changed, 38 deletions(-) diff --git a/sci-libs/qd/Manifest b/sci-libs/qd/Manifest index 8a18e44..6540454 100644 --- a/sci-libs/qd/Manifest +++ b/sci-libs/qd/Manifest @@ -1,2 +1 @@ -DIST qd-2.3.13.tar.gz 1449514 SHA256 578722fc515c54b4a2bd946d765412622139307cacb882e4b5ca2f314ed9c965 SHA512 40b1c400544e3c6306bec58b90561dec7781e80caa3e53eebd8a77933447d2f2aeb44599ff0bc19528452c7486f34bb3876e5d9581f4c9963692c99689f4451f WHIRLPOOL ff34ede9297c573a2d45b2108640c249cb9a0b6d26997363eb6cf43f2228eaebbe6f5623ad3bad9959c8c1be9d0eaf5eed881be713e375ab52fdfb49a4704f25 DIST qd-2.3.14.tar.gz 1450068 SHA256 a9a5f85d20c246516484acf62b4514110fc8fd418594862e96859b5de9aed5d1 SHA512 1f79a4b7e8bec7f2576a79e4eec38e376fc075131248861ebb27d25746ca8ac4becf408886784224f67c99b4b9dbce2daf8a66dca1aa566d7f19b0444b749105 WHIRLPOOL c53e4a8fb5181317a9086859658e6c5ec00dcc8ba8cc55f4aea7a99ef032ec7482cd2f0f856028acd3649b4c5f126a821edbfe2f1d3d049cd6715862298d80cc diff --git a/sci-libs/qd/qd-2.3.13.ebuild b/sci-libs/qd/qd-2.3.13.ebuild deleted file mode 100644 index b9cadaf..0000000 --- a/sci-libs/qd/qd-2.3.13.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=4 - -AUTOTOOLS_AUTORECONF=yes - -FORTRAN_NEEDED=fortran - -inherit autotools-utils fortran-2 - -DESCRIPTION="Quad-double and double-double float arithmetics" -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 fortran static-libs" - -PATCHES=( "${FILESDIR}"/${P}-autotools.patch ) - -src_configure() { - local myeconfargs=( - $(use_enable fortran) - ) - autotools-utils_src_configure -} - -src_install() { - autotools-utils_src_install - - use doc || rm "${ED}"/usr/share/doc/${PF}/*.pdf - dosym qd_real.h /usr/include/qd/qd.h - dosym dd_real.h /usr/include/qd/dd.h -}