From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EC6C31382C5 for ; Thu, 28 Jan 2021 19:11:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2DA11E0ACC; Thu, 28 Jan 2021 19:11:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 15653E0ACC for ; Thu, 28 Jan 2021 19:11:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F3CD340B0B for ; Thu, 28 Jan 2021 19:11:42 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2B65B476 for ; Thu, 28 Jan 2021 19:11:41 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1611861091.162b33a823a201ca5d7888cb3ac14b367fa75f21.andrewammerlaan@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-mathematics/giac/ X-VCS-Repository: proj/sci X-VCS-Files: sci-mathematics/giac/giac-1.1.0.ebuild sci-mathematics/giac/giac-1.6.0.ebuild X-VCS-Directories: sci-mathematics/giac/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 162b33a823a201ca5d7888cb3ac14b367fa75f21 X-VCS-Branch: master Date: Thu, 28 Jan 2021 19:11:41 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8423661d-ee68-4dc7-a29a-ce04bf7fc3a4 X-Archives-Hash: 583e28bed89473d62baea881b16afa40 commit: 162b33a823a201ca5d7888cb3ac14b367fa75f21 Author: Andrew Ammerlaan riseup net> AuthorDate: Thu Jan 28 19:11:31 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Thu Jan 28 19:11:31 2021 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=162b33a8 sci-mathematics/giac: version bump, EAPI bump Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Andrew Ammerlaan riseup.net> .../giac/{giac-1.1.0.ebuild => giac-1.6.0.ebuild} | 37 +++++++++++----------- 1 file changed, 19 insertions(+), 18 deletions(-) diff --git a/sci-mathematics/giac/giac-1.1.0.ebuild b/sci-mathematics/giac/giac-1.6.0.ebuild similarity index 74% rename from sci-mathematics/giac/giac-1.1.0.ebuild rename to sci-mathematics/giac/giac-1.6.0.ebuild index 520a56151..c8d28b51a 100644 --- a/sci-mathematics/giac/giac-1.1.0.ebuild +++ b/sci-mathematics/giac/giac-1.6.0.ebuild @@ -1,27 +1,30 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="A free C++ CAS (Computer Algebra System) library and its interfaces" -HOMEPAGE="http://www-fourier.ujf-grenoble.fr/~parisse/giac.html" -SRC_URI="http://www-fourier.ujf-grenoble.fr/~parisse/${PN}/${P}.tar.bz2" -LICENSE="GPL-2" +HOMEPAGE="https://www-fourier.ujf-grenoble.fr/~parisse/giac.html" +SRC_URI="https://www-fourier.ujf-grenoble.fr/~parisse/giac/${P}.tar.gz" +LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" + IUSE="doc examples fltk" -AUTOTOOLS_IN_SOURCE_BUILD=true -inherit autotools-utils flag-o-matic pax-utils +inherit flag-o-matic pax-utils xdg -RDEPEND=">=dev-libs/gmp-3 - >=sys-libs/readline-4.2 - fltk? ( >=x11-libs/fltk-1.1.9 ) - dev-libs/mpfr - sci-libs/gsl - >=sci-mathematics/pari-2.3 - >=dev-libs/ntl-5.2" +RDEPEND=" + >=dev-libs/gmp-3 + >=sys-libs/readline-4.2 + fltk? ( >=x11-libs/fltk-1.1.9 ) + dev-libs/mpfr + sci-libs/gsl + >=sci-mathematics/pari-2.3 + >=dev-libs/ntl-5.2 +" +BDEPEND="dev-tex/hevea" src_prepare(){ sed -e "s:\$(prefix)/share:\$(DESTDIR)\$(prefix)/share:g" \ @@ -32,6 +35,7 @@ src_prepare(){ if use !fltk; then sed -e "s: gl2ps\.[chlo]*::g" -i src/Makefile.* || die fi + default } src_configure(){ @@ -41,10 +45,7 @@ src_configure(){ append-lfs-flags append-libs $(fltk-config --ldflags | sed -e 's/\(-L\S*\)\s.*/\1/') || die fi - local myeconfargs=( - $(use_enable fltk gui) - ) - autotools-utils_src_configure + econf $(use_enable fltk gui) } src_install() {