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 E7F5613835B for ; Sun, 14 Jun 2020 22:13:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3785AE0AA1; Sun, 14 Jun 2020 22:13:58 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 0C882E0AA1 for ; Sun, 14 Jun 2020 22:13:58 +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 DCCEE34F1AB for ; Sun, 14 Jun 2020 22:13:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94B6C29A for ; Sun, 14 Jun 2020 22:13:55 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1592172814.4bef1d27b62f8a81283537d10ac6040e40395199.soap@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: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 4bef1d27b62f8a81283537d10ac6040e40395199 X-VCS-Branch: master Date: Sun, 14 Jun 2020 22:13:55 +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: 8c15ea85-5121-433c-9c4d-5fdb8b666ba2 X-Archives-Hash: 0c160ed8528be77affad60139edcb49f commit: 4bef1d27b62f8a81283537d10ac6040e40395199 Author: David Seifert gentoo org> AuthorDate: Sun Jun 14 22:13:34 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Jun 14 22:13:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bef1d27 sci-libs/arpack: [QA] Fix multiple violations Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> sci-libs/arpack/arpack-3.4.0.ebuild | 9 ++++----- sci-libs/arpack/arpack-3.5.0.ebuild | 9 ++++----- sci-libs/arpack/arpack-9999.ebuild | 12 +++++------- 3 files changed, 13 insertions(+), 17 deletions(-) diff --git a/sci-libs/arpack/arpack-3.4.0.ebuild b/sci-libs/arpack/arpack-3.4.0.ebuild index 69fc2492c91..dfec8e3b0d4 100644 --- a/sci-libs/arpack/arpack-3.4.0.ebuild +++ b/sci-libs/arpack/arpack-3.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs +inherit autotools flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" @@ -22,8 +22,8 @@ RDEPEND=" virtual/blas virtual/lapack mpi? ( virtual/mpi[fortran] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-ng-${PV}" @@ -50,10 +50,9 @@ src_install() { newdoc DOCUMENTS/README README.doc use doc && dodoc "${WORKDIR}"/*.ps if use examples; then - docinto /usr/share/doc/${PF} dodoc -r EXAMPLES if use mpi; then - docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK + docinto EXAMPLES/PARPACK dodoc -r PARPACK/EXAMPLES/MPI fi fi diff --git a/sci-libs/arpack/arpack-3.5.0.ebuild b/sci-libs/arpack/arpack-3.5.0.ebuild index 9d7769d6392..aced391f4b3 100644 --- a/sci-libs/arpack/arpack-3.5.0.ebuild +++ b/sci-libs/arpack/arpack-3.5.0.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit autotools eutils flag-o-matic fortran-2 toolchain-funcs +inherit autotools flag-o-matic fortran-2 toolchain-funcs DESCRIPTION="Arnoldi package library to solve large scale eigenvalue problems" HOMEPAGE="http://www.caam.rice.edu/software/ARPACK/ https://github.com/opencollab/arpack-ng" @@ -22,8 +22,8 @@ RDEPEND=" virtual/blas virtual/lapack mpi? ( virtual/mpi[fortran] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" S="${WORKDIR}/${PN}-ng-${PV}" @@ -50,10 +50,9 @@ src_install() { newdoc DOCUMENTS/README README.doc use doc && dodoc "${WORKDIR}"/*.ps if use examples; then - docinto /usr/share/doc/${PF} dodoc -r EXAMPLES if use mpi; then - docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK + docinto EXAMPLES/PARPACK dodoc -r PARPACK/EXAMPLES/MPI fi fi diff --git a/sci-libs/arpack/arpack-9999.ebuild b/sci-libs/arpack/arpack-9999.ebuild index e295ad66c2c..eac5961625d 100644 --- a/sci-libs/arpack/arpack-9999.ebuild +++ b/sci-libs/arpack/arpack-9999.ebuild @@ -3,12 +3,11 @@ EAPI=7 -inherit autotools eutils fortran-2 toolchain-funcs +inherit autotools fortran-2 toolchain-funcs -if [[ ${PV} = *9999* ]]; then +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 ~amd64-linux ~x86-linux ~ppc-macos" @@ -25,8 +24,8 @@ RDEPEND=" virtual/blas virtual/lapack mpi? ( virtual/mpi[fortran] )" -DEPEND="${RDEPEND} - virtual/pkgconfig" +DEPEND="${RDEPEND}" +BDEPEND="virtual/pkgconfig" src_prepare() { default @@ -47,10 +46,9 @@ src_install() { dodoc DOCUMENTS/*.doc newdoc DOCUMENTS/README README.doc if use examples; then - docinto /usr/share/doc/${PF} dodoc -r EXAMPLES if use mpi; then - docinto /usr/share/doc/${PF}/EXAMPLES/PARPACK + docinto EXAMPLES/PARPACK dodoc -r PARPACK/EXAMPLES/MPI fi fi