public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: app-doc/scalapack-docs/
@ 2012-02-23 19:05 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2012-02-23 19:05 UTC (permalink / raw
  To: gentoo-commits

commit:     d5459c7dc7817333098ad781e182f48d3ce1af79
Author:     Sébastien Fabbro <sebfabbro <AT> gmail <DOT> com>
AuthorDate: Thu Feb 23 17:08:19 2012 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 17:08:19 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=d5459c7d

app-doc/scalapack-docs: Bumping to match scalapack-2 which include blacs quick reference sheets

(Portage version: 2.1.10.44/git/Linux x86_64, unsigned Manifest commit)

---
 app-doc/scalapack-docs/ChangeLog                   |    8 +++++++-
 ...k-docs-1.8.ebuild => scalapack-docs-2.0.ebuild} |   14 ++++++++------
 2 files changed, 15 insertions(+), 7 deletions(-)

diff --git a/app-doc/scalapack-docs/ChangeLog b/app-doc/scalapack-docs/ChangeLog
index d9d6e6e..8cddf15 100644
--- a/app-doc/scalapack-docs/ChangeLog
+++ b/app-doc/scalapack-docs/ChangeLog
@@ -1,7 +1,13 @@
 # ChangeLog for app-doc/scalapack-docs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*scalapack-docs-2.0 (23 Feb 2012)
+
+  23 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
+  -scalapack-docs-1.8.ebuild, +scalapack-docs-2.0.ebuild:
+  Bumping to match scalapack-2 which include blacs quick reference sheets
+
 *scalapack-docs-1.8 (13 Dec 2010)
 
   13 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>

diff --git a/app-doc/scalapack-docs/scalapack-docs-1.8.ebuild b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
similarity index 65%
rename from app-doc/scalapack-docs/scalapack-docs-1.8.ebuild
rename to app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
index 833cdca..c66bc5a 100644
--- a/app-doc/scalapack-docs/scalapack-docs-1.8.ebuild
+++ b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
@@ -1,10 +1,12 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
+EAPI=4
+
 DESCRIPTION="Documentation reference and man pages for ScaLAPACK implementations"
-HOMEPAGE="http://www.netlib.org/scalapack/scalapack_home.html"
-SRC_URI="mirror://gentoo/${P}.tar.bz2"
+HOMEPAGE="http://www.netlib.org/scalapack/"
+SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
@@ -16,11 +18,11 @@ S="${WORKDIR}"
 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 MANPAGES/man/manl/*.l; do
 		t="${f%%.l}.n"
 		mv "${f}" "${t}"
 	done
-	doman MANPAGES/man/manl/* || die "doman failed"
-	dodoc *.ps || die "dodoc failed"
+	doman MANPAGES/man/manl/*
+	dodoc *.ps
 }



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

* [gentoo-commits] proj/sci:master commit in: app-doc/scalapack-docs/
@ 2013-02-21 21:17 Sebastien Fabbro
  0 siblings, 0 replies; 4+ messages in thread
From: Sebastien Fabbro @ 2013-02-21 21:17 UTC (permalink / raw
  To: gentoo-commits

commit:     ca05401e20c37fd9b431bdc32fefe38b8160fe8f
Author:     Sébastien Fabbro <bicatali <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 21 17:54:32 2013 +0000
Commit:     Sebastien Fabbro <bicatali <AT> gentoo <DOT> org>
CommitDate: Thu Feb 21 17:54:32 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=ca05401e

app-doc/scalapack-docs: Cleaning and keywording for prefix

Package-Manager: portage-2.2.01.21688-prefix

---
 app-doc/scalapack-docs/ChangeLog                 |    7 +++++--
 app-doc/scalapack-docs/metadata.xml              |    3 ++-
 app-doc/scalapack-docs/scalapack-docs-2.0.ebuild |    6 +++---
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/app-doc/scalapack-docs/ChangeLog b/app-doc/scalapack-docs/ChangeLog
index 8cddf15..bab4c5a 100644
--- a/app-doc/scalapack-docs/ChangeLog
+++ b/app-doc/scalapack-docs/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for app-doc/scalapack-docs
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  21 Feb 2013; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+  scalapack-docs-2.0.ebuild:
+  app-doc/scalapack-docs: Cleaning and keywording for prefix
+
 *scalapack-docs-2.0 (23 Feb 2012)
 
   23 Feb 2012; Sébastien Fabbro <bicatali@gentoo.org>
@@ -13,4 +17,3 @@
   13 Dec 2010; Sébastien Fabbro <bicatali@gentoo.org>
   +scalapack-docs-1.8.ebuild, +metadata.xml:
   Initial import
-

diff --git a/app-doc/scalapack-docs/metadata.xml b/app-doc/scalapack-docs/metadata.xml
index bdb160f..6f10668 100644
--- a/app-doc/scalapack-docs/metadata.xml
+++ b/app-doc/scalapack-docs/metadata.xml
@@ -9,6 +9,7 @@
   style using explicit message passing for interprocessor
   communication. It assumes matrices are laid out in a two-dimensional
   block cyclic decomposition.
-  This package contains manual pages for the routines, and quick reference guides.
+  This package contains manual pages for the routines, and quick
+  reference guides.
 </longdescription>
 </pkgmetadata>

diff --git a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
index c66bc5a..a802721 100644
--- a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
+++ b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
+EAPI=5
 
 DESCRIPTION="Documentation reference and man pages for ScaLAPACK implementations"
 HOMEPAGE="http://www.netlib.org/scalapack/"
@@ -10,7 +10,7 @@ SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
 IUSE=""
 
 S="${WORKDIR}"


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

* [gentoo-commits] proj/sci:master commit in: app-doc/scalapack-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:     76bd59e280a5f73f5b0162c9a329c145a7b50581
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Feb 22 11:10:44 2016 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Feb 22 11:10:44 2016 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=76bd59e2

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

* Add missing die

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

 app-doc/scalapack-docs/metadata.xml              | 10 +++++-----
 app-doc/scalapack-docs/scalapack-docs-2.0.ebuild |  6 +++---
 2 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/app-doc/scalapack-docs/metadata.xml b/app-doc/scalapack-docs/metadata.xml
index f7fa9c1..8c025bc 100644
--- a/app-doc/scalapack-docs/metadata.xml
+++ b/app-doc/scalapack-docs/metadata.xml
@@ -1,11 +1,11 @@
 <?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">
+	<maintainer type="project">
+		<email>sci@gentoo.org</email>
+		<name>Gentoo Science Project</name>
+	</maintainer>
+	<longdescription lang="en">
   The ScaLAPACK (or Scalable LAPACK) library includes a subset of
   LAPACK routines redesigned for distributed memory MIMD parallel
   computers. It is currently written in a Single-Program-Multiple-Data

diff --git a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
index 75e5ea7..98d9c9a 100644
--- a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
+++ b/app-doc/scalapack-docs/scalapack-docs-2.0.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 ScaLAPACK implementations"
 HOMEPAGE="http://www.netlib.org/scalapack/"
@@ -21,7 +21,7 @@ src_install() {
 	local f t
 	for f in MANPAGES/man/manl/*.l; do
 		t="${f%%.l}.n"
-		mv "${f}" "${t}"
+		mv "${f}" "${t}" || die
 	done
 	doman MANPAGES/man/manl/*
 	dodoc *.ps


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

* [gentoo-commits] proj/sci:master commit in: app-doc/scalapack-docs/
@ 2020-12-29 15:44 Aisha Tammy
  0 siblings, 0 replies; 4+ messages in thread
From: Aisha Tammy @ 2020-12-29 15:44 UTC (permalink / raw
  To: gentoo-commits

commit:     de25e36524ff111501e497916e255708ba5c9004
Author:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
AuthorDate: Tue Dec 29 15:44:09 2020 +0000
Commit:     Aisha Tammy <gentoo <AT> aisha <DOT> cc>
CommitDate: Tue Dec 29 15:44:09 2020 +0000
URL:        https://gitweb.gentoo.org/proj/sci.git/commit/?id=de25e365

app-doc/scalapack-docs: drop package

no longer available in dev space
Suggested replacement - use doxygen to generate
doc files from scalapack source

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

 app-doc/scalapack-docs/metadata.xml              | 18 ----------------
 app-doc/scalapack-docs/scalapack-docs-2.0.ebuild | 27 ------------------------
 2 files changed, 45 deletions(-)

diff --git a/app-doc/scalapack-docs/metadata.xml b/app-doc/scalapack-docs/metadata.xml
deleted file mode 100644
index f404a1788..000000000
--- a/app-doc/scalapack-docs/metadata.xml
+++ /dev/null
@@ -1,18 +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">
-The ScaLAPACK (or Scalable LAPACK) library includes a subset of
-LAPACK routines redesigned for distributed memory MIMD parallel
-computers. It is currently written in a Single-Program-Multiple-Data
-style using explicit message passing for interprocessor
-communication. It assumes matrices are laid out in a two-dimensional
-block cyclic decomposition.
-This package contains manual pages for the routines, and quick
-reference guides.
-</longdescription>
-</pkgmetadata>

diff --git a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild b/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
deleted file mode 100644
index 6e0caf6a5..000000000
--- a/app-doc/scalapack-docs/scalapack-docs-2.0.ebuild
+++ /dev/null
@@ -1,27 +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 ScaLAPACK implementations"
-HOMEPAGE="http://www.netlib.org/scalapack/"
-SRC_URI="http://dev.gentoo.org/~bicatali/distfiles/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-S="${WORKDIR}"
-
-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 MANPAGES/man/manl/*.l; do
-		t="${f%%.l}.n"
-		mv "${f}" "${t}" || die
-	done
-	doman MANPAGES/man/manl/*
-	dodoc *.ps
-}


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

end of thread, other threads:[~2020-12-29 15:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-02-21 21:17 [gentoo-commits] proj/sci:master commit in: app-doc/scalapack-docs/ Sebastien Fabbro
  -- strict thread matches above, loose matches on Subject: below --
2020-12-29 15:44 Aisha Tammy
2016-02-22 13:25 Justin Lecher
2012-02-23 19:05 Sebastien Fabbro

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