public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/
@ 2011-09-06 17:37 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2011-09-06 17:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b5cd7dc010242096f9f96a26c54cffa8140b77e5
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Tue Sep  6 17:37:07 2011 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 17:37:07 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=b5cd7dc0

bump

---
 app-doc/blas-docs/ChangeLog                        |    8 +++++++-
 ...blas-docs-3.2.0.ebuild => blas-docs-3.3.ebuild} |   15 ++++++++-------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/app-doc/blas-docs/ChangeLog b/app-doc/blas-docs/ChangeLog
index 05e48ac..23fd2e6 100644
--- a/app-doc/blas-docs/ChangeLog
+++ b/app-doc/blas-docs/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for app-doc/blas-docs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-doc/blas-docs/ChangeLog,v 1.12 2009/12/17 10:04:04 fauli Exp $
 
+*blas-docs-3.3 (06 Sep 2011)
+
+  06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org> -blas-docs-3.2.0.ebuild,
+  +blas-docs-3.3.ebuild:
+  Version bump
+
 *blas-docs-3.2.0 (24 Nov 2010)
 
   24 Nov 2010; Sébastien Fabbro <bicatali@gentoo.org> +blas-docs-3.2.0.ebuild,

diff --git a/app-doc/blas-docs/blas-docs-3.2.0.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
similarity index 71%
rename from app-doc/blas-docs/blas-docs-3.2.0.ebuild
rename to app-doc/blas-docs/blas-docs-3.3.ebuild
index 2a3c727..f2594c4 100644
--- a/app-doc/blas-docs/blas-docs-3.2.0.ebuild
+++ b/app-doc/blas-docs/blas-docs-3.3.ebuild
@@ -1,10 +1,11 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: /var/cvsroot/gentoo-x86/app-doc/blas-docs/blas-docs-3.1.1.ebuild,v 1.11 2009/12/17 10:04:04 fauli Exp $
 
+EAPI=4
 DESCRIPTION="Documentation reference and man pages for blas implementations"
-HOMEPAGE="http://www.netlib.org/blas"
-SRC_URI="mirror://gentoo/lapack-man-${PV}.tar.gz
+HOMEPAGE="http://www.netlib.org/blas/"
+SRC_URI="http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
 	http://www.netlib.org/blas/blasqr.pdf
 	http://www.netlib.org/blas/blast-forum/blas-report.pdf"
 
@@ -13,16 +14,16 @@ SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~x86-macos"
 IUSE=""
 
-S=${WORKDIR}/lapack-${PV}/manpages
+S="${WORKDIR}/manpages"
 
 src_install() {
 	# rename because doman do not yet understand manl files
 	# Not all systems have the rename command, like say FreeBSD
-	local f= t=
+	local f t
 	for f in blas/man/manl/*.l; do
 		t="${f%%.l}.n"
 		mv "${f}" "${t}"
 	done
-	doman blas/man/manl/*.n || die "doman failed"
-	dodoc README "${DISTDIR}"/blas{-report,qr}.pdf || die "dodoc failed"
+	doman blas/man/manl/*.n
+	dodoc README "${DISTDIR}"/blas{-report,qr}.pdf
 }



^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/
@ 2014-11-01 10:45 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2014-11-01 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     f35785dbaadd0d6a93b2a878512119580adbb058
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Nov  1 10:33:37 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Nov  1 10:33:37 2014 +0000
URL:        http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f35785db

app-doc/blas-docs: Bump to EAPI=5

Package-Manager: portage-2.2.14

---
 app-doc/blas-docs/ChangeLog            | 6 +++++-
 app-doc/blas-docs/blas-docs-3.3.ebuild | 8 +++++---
 app-doc/blas-docs/metadata.xml         | 4 ++--
 3 files changed, 12 insertions(+), 6 deletions(-)

diff --git a/app-doc/blas-docs/ChangeLog b/app-doc/blas-docs/ChangeLog
index 23fd2e6..79dd434 100644
--- a/app-doc/blas-docs/ChangeLog
+++ b/app-doc/blas-docs/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-doc/blas-docs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: /var/cvsroot/gentoo-x86/app-doc/blas-docs/ChangeLog,v 1.12 2009/12/17 10:04:04 fauli Exp $
 
+  01 Nov 2014; Justin Lecher <jlec@gentoo.org> blas-docs-3.3.ebuild,
+  metadata.xml:
+  Bump to EAPI=5
+
 *blas-docs-3.3 (06 Sep 2011)
 
   06 Sep 2011; Sébastien Fabbro <bicatali@gentoo.org> -blas-docs-3.2.0.ebuild,

diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
index e5fb144..e76ed1e 100644
--- a/app-doc/blas-docs/blas-docs-3.3.ebuild
+++ b/app-doc/blas-docs/blas-docs-3.3.ebuild
@@ -2,10 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
+
 DESCRIPTION="Documentation reference and man pages for blas implementations"
 HOMEPAGE="http://www.netlib.org/blas/"
-SRC_URI="http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
+SRC_URI="
+	http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
 	http://www.netlib.org/blas/blasqr.pdf
 	http://www.netlib.org/blas/blast-forum/blas-report.pdf"
 
@@ -22,7 +24,7 @@ src_install() {
 	local f t
 	for f in blas/man/manl/*.l; do
 		t="${f%%.l}.n"
-		mv "${f}" "${t}"
+		mv "${f}" "${t}" || die
 	done
 	doman blas/man/manl/*.n
 	dodoc README "${DISTDIR}"/blas{-report,qr}.pdf

diff --git a/app-doc/blas-docs/metadata.xml b/app-doc/blas-docs/metadata.xml
index 6e3b4dd..f115625 100644
--- a/app-doc/blas-docs/metadata.xml
+++ b/app-doc/blas-docs/metadata.xml
@@ -1,8 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>sci</herd>
-<longdescription lang="en">
+  <herd>sci</herd>
+  <longdescription lang="en">
   BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
   for most of the basic vector and matrix operations. They are widely
   used as the basis for other high quality linear algebra software, for


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/
@ 2016-02-22 13:25 Justin Lecher
  0 siblings, 0 replies; 4+ messages in thread
From: Justin Lecher @ 2016-02-22 13:25 UTC (permalink / raw
  To: gentoo-commits

commit:     1ee01e2356031e852081e52e4ad20f61f29d7202
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 10:45:04 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 10:45:04 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=1ee01e23

app-doc/blas-docs: Bump to EAPI=6

Package-Manager: portage-2.2.27
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-doc/blas-docs/blas-docs-3.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
index 339a1bf..5f00d56 100644
--- a/app-doc/blas-docs/blas-docs-3.3.ebuild
+++ b/app-doc/blas-docs/blas-docs-3.3.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
 DESCRIPTION="Documentation reference and man pages for blas implementations"
 HOMEPAGE="http://www.netlib.org/blas/"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/
@ 2020-10-09  1:50 Aisha Tammy
  0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-10-09  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     618657060ca86c3a4f75d58ebbc54707eb4d623c
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Fri Oct  9 01:49:04 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Fri Oct  9 01:49:04 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=61865706

app-docs/blas-docs: drop package

present in ::gentoo

Signed-off-by: Aisha Tammy <gentoo <AT> aisha.cc>

 app-doc/blas-docs/blas-docs-3.3.ebuild | 30 ------------------------------
 app-doc/blas-docs/metadata.xml         | 17 -----------------
 2 files changed, 47 deletions(-)

diff --git a/app-doc/blas-docs/blas-docs-3.3.ebuild b/app-doc/blas-docs/blas-docs-3.3.ebuild
deleted file mode 100644
index 7be6828b3..000000000
--- a/app-doc/blas-docs/blas-docs-3.3.ebuild
+++ /dev/null
@@ -1,30 +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 blas implementations"
-HOMEPAGE="http://www.netlib.org/blas/"
-SRC_URI="
-	http://dev.gentoo.org/~bicatali/lapack-man-${PV}.tar.gz
-	http://www.netlib.org/blas/blasqr.pdf
-	http://www.netlib.org/blas/blast-forum/blas-report.pdf"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}/manpages"
-
-src_install() {
-	# 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 blas/man/manl/*.l; do
-		t="${f%%.l}.n"
-		mv "${f}" "${t}" || die
-	done
-	doman blas/man/manl/*.n
-	dodoc README "${DISTDIR}"/blas{-report,qr}.pdf
-}

diff --git a/app-doc/blas-docs/metadata.xml b/app-doc/blas-docs/metadata.xml
deleted file mode 100644
index dfb4275fa..000000000
--- a/app-doc/blas-docs/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="project">
-		<email>sci@gentoo.org</email>
-		<name>Gentoo Science Project</name>
-	</maintainer>
-	<longdescription lang="en">
-BLAS (Basic Linear Algebra Subroutines) is a set of efficient routines
-for most of the basic vector and matrix operations. They are widely
-used as the basis for other high quality linear algebra software, for
-example lapack and linpack. This implementation is the Fortran 77
-reference implementation found at netlib.
-This package contains manual pages for the routines, and other
-quick reference in postscript format.
-</longdescription>
-</pkgmetadata>


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-10-09  1:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-06 17:37 [gentoo-commits] proj/sci:master commit in: app-doc/blas-docs/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2014-11-01 10:45 Justin Lecher
2016-02-22 13:25 Justin Lecher
2020-10-09  1:50 Aisha Tammy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox