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 81FC01382C5 for ; Sat, 24 Mar 2018 02:25:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FA02E083D; Sat, 24 Mar 2018 02:25:55 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 58150E083D for ; Sat, 24 Mar 2018 02:25:55 +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 929BB335C30 for ; Sat, 24 Mar 2018 02:25:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5CAC266 for ; Sat, 24 Mar 2018 02:25:51 +0000 (UTC) From: "Matthias Maier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" Message-ID: <1521858334.c8cf40cd6eaecf49f5fe851f7612849394ca8dcf.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/arpack/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/arpack/arpack-3.4.0.ebuild sci-libs/arpack/arpack-3.5.0.ebuild sci-libs/arpack/arpack-9999.ebuild X-VCS-Directories: sci-libs/arpack/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: c8cf40cd6eaecf49f5fe851f7612849394ca8dcf X-VCS-Branch: master Date: Sat, 24 Mar 2018 02:25:51 +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: ef4ae4d9-4d65-4361-9cd3-80c54268ef66 X-Archives-Hash: ed81d5c3b4f60d57cae5b3d25f47b9d9 commit: c8cf40cd6eaecf49f5fe851f7612849394ca8dcf Author: Matthias Maier gentoo org> AuthorDate: Sat Mar 24 02:02:20 2018 +0000 Commit: Matthias Maier gentoo org> CommitDate: Sat Mar 24 02:25:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8cf40cd sci-libs/arpack: Add a live ebuild; ebuild maintenance * add a live ebuild * remove unused variable Package-Manager: Portage-2.3.24, Repoman-2.3.6 sci-libs/arpack/arpack-3.4.0.ebuild | 2 -- sci-libs/arpack/arpack-3.5.0.ebuild | 2 -- .../{arpack-3.4.0.ebuild => arpack-9999.ebuild} | 22 ++++++++++------------ 3 files changed, 10 insertions(+), 16 deletions(-) diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild b/sci-libs/arpack/arpack-3.4.0.ebuild index 13480a59652..3f0d563fe71 100644 --- a/sci-libs/arpack/arpack-3.4.0.ebuild +++ b/sci-libs/arpack/arpack-3.4.0.ebuild @@ -5,8 +5,6 @@ EAPI=6 inherit autotools eutils fortran-2 toolchain-funcs -MY_P="${PN}-ng_${PV}" - DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" SRC_URI=" diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index 13480a59652..3f0d563fe71 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -5,8 +5,6 @@ EAPI=6 inherit autotools eutils fortran-2 toolchain-funcs -MY_P="${PN}-ng_${PV}" - DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" SRC_URI=" diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild b/sci-libs/arpack/arpack-9999.ebuild similarity index 68% copy from sci-libs/arpack/arpack-3.4.0.ebuild copy to sci-libs/arpack/arpack-9999.ebuild index 13480a59652..56b384c5343 100644 --- a/sci-libs/arpack/arpack-3.4.0.ebuild +++ b/sci-libs/arpack/arpack-9999.ebuild @@ -5,20 +5,21 @@ EAPI=6 inherit autotools eutils fortran-2 toolchain-funcs -MY_P="${PN}-ng_${PV}" +if [[ ${PV} = *9999* ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/opencollab/arpack-ng" + KEYWORDS="" +else + SRC_URI="https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> ${P}.tar.gz" + KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" + S="${WORKDIR}/${PN}-ng-${PV}" +fi DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" -SRC_URI=" - https://github.com/opencollab/${PN}-ng/archive/${PV}.tar.gz -> ${P}.tar.gz - doc? ( - http://www.caam.rice.edu/software/ARPACK/SRC/ug.ps.gz - http://www.caam.rice.edu/software/ARPACK/DOCS/tutorial.ps.gz )" - LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="doc examples mpi static-libs" +IUSE="examples mpi static-libs" RDEPEND=" virtual/blas @@ -27,8 +28,6 @@ RDEPEND=" DEPEND="${RDEPEND} virtual/pkgconfig" -S="${WORKDIR}/${PN}-ng-${PV}" - src_prepare() { default eautoreconf @@ -46,7 +45,6 @@ src_install() { dodoc DOCUMENTS/*.doc newdoc DOCUMENTS/README README.doc - use doc && dodoc "${WORKDIR}"/*.ps if use examples; then insinto /usr/share/doc/${PF} doins -r EXAMPLES