public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/
@ 2011-06-25 17:22 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2011-06-25 17:22 UTC (permalink / raw
  To: gentoo-commits

commit:     2186aa39058ec67e72c1ea0e0c8b954123750a59
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 17:03:27 2011 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sat Jun 25 17:03:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=2186aa39

migrate from 'git' to 'git-2'

(Portage version: 2.2.0_alpha41/git/Linux x86_64, signed Manifest commit with key 70EB7916)

---
 sys-cluster/nullmpi/ChangeLog           |    4 ++++
 sys-cluster/nullmpi/metadata.xml        |    2 +-
 sys-cluster/nullmpi/nullmpi-0.7.ebuild  |    7 ++++---
 sys-cluster/nullmpi/nullmpi-9999.ebuild |    9 +++++----
 4 files changed, 14 insertions(+), 8 deletions(-)

diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLog
index 5f8d4df..f3e4502 100644
--- a/sys-cluster/nullmpi/ChangeLog
+++ b/sys-cluster/nullmpi/ChangeLog
@@ -2,6 +2,10 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Justin Lecher <jlec@gentoo.org> nullmpi-0.7.ebuild,
+  nullmpi-9999.ebuild, metadata.xml:
+  migrate from 'git' to 'git-2'
+
 *nullmpi-9999 (23 Jan 2011)
 
   23 Jan 2011; Christoph Junghans <kleiner_otti@gmx.de>

diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metadata.xml
index f46da0d..e4c1734 100644
--- a/sys-cluster/nullmpi/metadata.xml
+++ b/sys-cluster/nullmpi/metadata.xml
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>cluster</herd>
+	<herd>cluster</herd>
 	<maintainer>
 		<email>kleiner_otti@gmx.de</email>
 		<name>Christoph Junghans</name>

diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild b/sys-cluster/nullmpi/nullmpi-0.7.ebuild
index efd9147..bc15b1a 100644
--- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-0.7.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 
 inherit autotools-utils
 
@@ -15,8 +15,9 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="static-libs"
 
-RDEPEND="!sys-cluster/mpich
+RDEPEND="
 	!sys-cluster/lam-mpi
+	!sys-cluster/mpich
 	!sys-cluster/mpich2
 	!sys-cluster/mpiexec"
 
@@ -28,5 +29,5 @@ PATCHES=( "${FILESDIR}/${P}-libtool.patch" )
 
 src_prepare() {
 	autotools-utils_src_prepare
-	eautoreconf || die "eautoreconf failed"
+	eautoreconf
 }

diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild
index 0df2563..c3e5965 100644
--- a/sys-cluster/nullmpi/nullmpi-9999.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild
@@ -2,12 +2,12 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI=4
 
 EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
 EGIT_BRANCH="master"
 
-inherit autotools-utils git
+inherit autotools-utils git-2
 
 DESCRIPTION="MPI substitute library"
 HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
@@ -18,8 +18,9 @@ SLOT="0"
 KEYWORDS="~x86 ~amd64"
 IUSE="static-libs"
 
-RDEPEND="!sys-cluster/mpich
+RDEPEND="
 	!sys-cluster/lam-mpi
+	!sys-cluster/mpich
 	!sys-cluster/mpich2
 	!sys-cluster/mpiexec"
 
@@ -31,5 +32,5 @@ S="${WORKDIR}/${EGIT_REPO_URI##*/}"
 
 src_prepare() {
 	autotools-utils_src_prepare
-	eautoreconf || die "eautoreconf failed"
+	eautoreconf
 }



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/
@ 2014-01-06 18:33 Justin Lecher
  0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2014-01-06 18:33 UTC (permalink / raw
  To: gentoo-commits

commit:     f44ad57f0cf8486016b63496b3fb2725657f3e28
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  6 17:59:45 2014 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Mon Jan  6 17:59:45 2014 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f44ad57f

sys-cluster/nullmpi: Switch from git-2 to git-r3

Package-Manager: portage-2.2.8

---
 sys-cluster/nullmpi/ChangeLog           | 5 ++++-
 sys-cluster/nullmpi/nullmpi-9999.ebuild | 8 ++++----
 2 files changed, 8 insertions(+), 5 deletions(-)

diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLog
index 9cf3439..d83a7c9 100644
--- a/sys-cluster/nullmpi/ChangeLog
+++ b/sys-cluster/nullmpi/ChangeLog
@@ -1,7 +1,10 @@
 # ChangeLog for sys-cluster/nullmpi
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  06 Jan 2014; Justin Lecher <jlec@gentoo.org> nullmpi-9999.ebuild:
+  Switch from git-2 to git-r3
+
   14 Jun 2013; Justin Lecher <jlec@gentoo.org> nullmpi-0.7.ebuild,
   nullmpi-9999.ebuild, metadata.xml:
   Drop KEYWORDS of live ebuilds

diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild
index 3ac08cc..25cc1b6 100644
--- a/sys-cluster/nullmpi/nullmpi-9999.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild
@@ -1,17 +1,17 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 
-inherit autotools-utils git-2
+AUTOTOOLS_AUTORECONF=true
+
+inherit autotools-utils git-r3
 
 DESCRIPTION="MPI substitute library"
 HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
 SRC_URI=""
 EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
-EGIT_BRANCH="master"
-EGIT_BOOTSTRAP="eautoreconf"
 
 LICENSE="GPL-1"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:fixing commit in: sys-cluster/nullmpi/
@ 2013-06-14 11:21 Justin Lecher
  2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
  0 siblings, 1 reply; 5+ messages in thread
From: Justin Lecher @ 2013-06-14 11:21 UTC (permalink / raw
  To: gentoo-commits

commit:     4f32a5c5492ac0e46a3305244cd9a08528e9ba20
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 14 11:15:10 2013 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Jun 14 11:15:10 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4f32a5c5

sys-cluster/nullmpi: Drop KEYWORDS of live ebuilds

Package-Manager: portage-2.2.0_alpha179

---
 sys-cluster/nullmpi/ChangeLog           |  6 +++++-
 sys-cluster/nullmpi/metadata.xml        | 10 +++++-----
 sys-cluster/nullmpi/nullmpi-0.7.ebuild  |  4 ++--
 sys-cluster/nullmpi/nullmpi-9999.ebuild | 16 ++++++----------
 4 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLog
index f0f7252..9cf3439 100644
--- a/sys-cluster/nullmpi/ChangeLog
+++ b/sys-cluster/nullmpi/ChangeLog
@@ -1,7 +1,11 @@
 # ChangeLog for sys-cluster/nullmpi
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  14 Jun 2013; Justin Lecher <jlec@gentoo.org> nullmpi-0.7.ebuild,
+  nullmpi-9999.ebuild, metadata.xml:
+  Drop KEYWORDS of live ebuilds
+
   25 Jun 2011; Christoph Junghans <ottxor@gentoo.org> nullmpi-9999.ebuild:
   migrate to git-2
 

diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metadata.xml
index 4306e5d..98defee 100644
--- a/sys-cluster/nullmpi/metadata.xml
+++ b/sys-cluster/nullmpi/metadata.xml
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-	<herd>cluster</herd>
-	<maintainer>
-		<email>ottxor@gentoo.org</email>
-		<name>Christoph Junghans</name>
-	</maintainer>
+  <herd>cluster</herd>
+  <maintainer>
+    <email>ottxor@gentoo.org</email>
+    <name>Christoph Junghans</name>
+  </maintainer>
 </pkgmetadata>

diff --git a/sys-cluster/nullmpi/nullmpi-0.7.ebuild b/sys-cluster/nullmpi/nullmpi-0.7.ebuild
index bc15b1a..33e1f2b 100644
--- a/sys-cluster/nullmpi/nullmpi-0.7.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-0.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -12,7 +12,7 @@ SRC_URI="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/${PF}.tar.gz"
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS="~amd64 ~x86"
 IUSE="static-libs"
 
 RDEPEND="

diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild
index 1fb4fc4..3ac08cc 100644
--- a/sys-cluster/nullmpi/nullmpi-9999.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild
@@ -1,22 +1,21 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=4
-
-EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
-EGIT_BRANCH="master"
-EGIT_BOOTSTRAP="eautoreconf"
+EAPI=5
 
 inherit autotools-utils git-2
 
 DESCRIPTION="MPI substitute library"
 HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
 SRC_URI=""
+EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
+EGIT_BRANCH="master"
+EGIT_BOOTSTRAP="eautoreconf"
 
 LICENSE="GPL-1"
 SLOT="0"
-KEYWORDS="~x86 ~amd64"
+KEYWORDS=""
 IUSE="static-libs"
 
 RDEPEND="
@@ -24,7 +23,4 @@ RDEPEND="
 	!sys-cluster/mpich
 	!sys-cluster/mpich2
 	!sys-cluster/mpiexec"
-
 DEPEND="${RDEPEND}"
-
-DOCS=( AUTHORS NEWS README TODO )


^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/
@ 2011-09-18 16:36 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2011-09-18 16:36 UTC (permalink / raw
  To: gentoo-commits

commit:     be2325a630064ff15b06e60670b383b6dbaadfa7
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Sep 18 16:06:42 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sun Sep 18 16:06:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=be2325a6

[sys-cluster/nullmpi] updated metadata

(Portage version: 2.1.10.11/git/Linux i686, signed Manifest commit with key C2000586)

---
 sys-cluster/nullmpi/metadata.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/sys-cluster/nullmpi/metadata.xml b/sys-cluster/nullmpi/metadata.xml
index e4c1734..4306e5d 100644
--- a/sys-cluster/nullmpi/metadata.xml
+++ b/sys-cluster/nullmpi/metadata.xml
@@ -3,7 +3,7 @@
 <pkgmetadata>
 	<herd>cluster</herd>
 	<maintainer>
-		<email>kleiner_otti@gmx.de</email>
+		<email>ottxor@gentoo.org</email>
 		<name>Christoph Junghans</name>
 	</maintainer>
 </pkgmetadata>



^ permalink raw reply related	[flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/
@ 2011-06-25 12:58 Christoph Junghans
  0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2011-06-25 12:58 UTC (permalink / raw
  To: gentoo-commits

commit:     e2f40586f513e3faf661bfdd415d5d7ded8dd32c
Author:     Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 25 12:57:27 2011 +0000
Commit:     Christoph Junghans <kleiner_otti <AT> gmx <DOT> de>
CommitDate: Sat Jun 25 12:57:27 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e2f40586

[sys-cluster/nullmpi] migrate to git-2

(Portage version: 2.1.9.42/git/Linux i686, signed Manifest commit with key C2000586)

---
 sys-cluster/nullmpi/ChangeLog           |    3 +++
 sys-cluster/nullmpi/nullmpi-9999.ebuild |   14 ++++----------
 2 files changed, 7 insertions(+), 10 deletions(-)

diff --git a/sys-cluster/nullmpi/ChangeLog b/sys-cluster/nullmpi/ChangeLog
index 5f8d4df..8340047 100644
--- a/sys-cluster/nullmpi/ChangeLog
+++ b/sys-cluster/nullmpi/ChangeLog
@@ -2,6 +2,9 @@
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  25 Jun 2011; Christoph Junghans <ottxor@gentoo.org> nullmpi-9999.ebuild:
+  migrate to git-2
+
 *nullmpi-9999 (23 Jan 2011)
 
   23 Jan 2011; Christoph Junghans <kleiner_otti@gmx.de>

diff --git a/sys-cluster/nullmpi/nullmpi-9999.ebuild b/sys-cluster/nullmpi/nullmpi-9999.ebuild
index 0df2563..9f6560d 100644
--- a/sys-cluster/nullmpi/nullmpi-9999.ebuild
+++ b/sys-cluster/nullmpi/nullmpi-9999.ebuild
@@ -2,12 +2,13 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI="2"
+EAPI="4"
 
 EGIT_REPO_URI="git://github.com/olenz/NullMPI.git"
 EGIT_BRANCH="master"
+EGIT_BOOTSTRAP="eautoreconf"
 
-inherit autotools-utils git
+inherit autotools-utils git-2
 
 DESCRIPTION="MPI substitute library"
 HOMEPAGE="http://wissrech.ins.uni-bonn.de/research/projects/nullmpi/"
@@ -25,11 +26,4 @@ RDEPEND="!sys-cluster/mpich
 
 DEPEND="${RDEPEND}"
 
-DOCS=( AUTHORS ChangeLog README TODO )
-
-S="${WORKDIR}/${EGIT_REPO_URI##*/}"
-
-src_prepare() {
-	autotools-utils_src_prepare
-	eautoreconf || die "eautoreconf failed"
-}
+DOCS=( AUTHORS NEWS README TODO )



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

end of thread, other threads:[~2014-01-06 18:33 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-25 17:22 [gentoo-commits] proj/sci:master commit in: sys-cluster/nullmpi/ Justin Lecher
  -- strict thread matches above, loose matches on Subject: below --
2014-01-06 18:33 Justin Lecher
2013-06-14 11:21 [gentoo-commits] proj/sci:fixing " Justin Lecher
2013-06-14 11:21 ` [gentoo-commits] proj/sci:master " Justin Lecher
2011-09-18 16:36 Christoph Junghans
2011-06-25 12:58 Christoph Junghans

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