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 46CEA138359 for ; Fri, 9 Oct 2020 01:50:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8891EE0835; Fri, 9 Oct 2020 01:50:25 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 70812E0835 for ; Fri, 9 Oct 2020 01:50:25 +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 D482F335D57 for ; Fri, 9 Oct 2020 01:50:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2665938E for ; Fri, 9 Oct 2020 01:50:21 +0000 (UTC) From: "Aisha Tammy" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aisha Tammy" Message-ID: <1602208198.1d9e152bc9c919cd3904b034011ded71cb42245d.epsilon-0@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: app-doc/lapack-docs/ X-VCS-Repository: proj/sci X-VCS-Files: app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild app-doc/lapack-docs/metadata.xml X-VCS-Directories: app-doc/lapack-docs/ X-VCS-Committer: epsilon-0 X-VCS-Committer-Name: Aisha Tammy X-VCS-Revision: 1d9e152bc9c919cd3904b034011ded71cb42245d X-VCS-Branch: master Date: Fri, 9 Oct 2020 01:50:21 +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: 1acd0fbc-36ce-4416-a7f4-1d3cf919e520 X-Archives-Hash: 2101ba422db69f6033bbecfefe386349 commit: 1d9e152bc9c919cd3904b034011ded71cb42245d Author: Aisha Tammy aisha cc> AuthorDate: Fri Oct 9 01:49:58 2020 +0000 Commit: Aisha Tammy aisha cc> CommitDate: Fri Oct 9 01:49:58 2020 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=1d9e152b app-doc/lapack-docs: drop package present in ::gentoo Signed-off-by: Aisha Tammy aisha.cc> app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild | 32 --------------------------- app-doc/lapack-docs/metadata.xml | 16 -------------- 2 files changed, 48 deletions(-) diff --git a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild b/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild deleted file mode 100644 index 314b2fce5..000000000 --- a/app-doc/lapack-docs/lapack-docs-3.3-r1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Documentation reference and man pages for LAPACK implementations" -HOMEPAGE="http://www.netlib.org/lapack/" -SRC_URI=" - http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz - http://www.netlib.org/lapack/lapackqref.ps" - -LICENSE="BSD" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -S="${WORKDIR}/manpages" - -src_install() { - # These belong to the blas-docs - rm -f man/manl/{csrot,lsame,xerbla,xerbla_array,zdrot}.* || die - - # rename because doman do not yet understand manl files - # Not all systems have the rename command, like say FreeBSD - local f t - for f in man/manl/*.l; do - t="${f%%.l}.n" - mv "${f}" "${t}" || die - done - doman man/manl/* - dodoc README "${DISTDIR}"/lapackqref.ps -} diff --git a/app-doc/lapack-docs/metadata.xml b/app-doc/lapack-docs/metadata.xml deleted file mode 100644 index 19cefda24..000000000 --- a/app-doc/lapack-docs/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - sci@gentoo.org - Gentoo Science Project - - -LAPACK is a comprehensive FORTRAN library that does linear -algebra operations including matrix inversions, least squared -solutions to linear sets of equations, eigenvector analysis, singular -value decomposition, etc. It is a very comprehensive and reputable -package that has found extensive use in the scientific community. -This package contains manual pages for the routines, and a Quick-Reference guide. - -