[gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/

2016-09-02 Thread Christoph Junghans
commit: 029a160cf2951a92389915c922376f8caf79a68a
Author: Christoph Junghans  gentoo  org>
AuthorDate: Fri Sep  2 22:08:12 2016 +
Commit: Christoph Junghans  gentoo  org>
CommitDate: Fri Sep  2 22:08:22 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=029a160c

sys-cluster/gasnet: moved to gx86

 sys-cluster/gasnet/gasnet-1.24.0.ebuild | 38 --
 sys-cluster/gasnet/gasnet-.ebuild   | 41 -
 sys-cluster/gasnet/metadata.xml | 12 --
 3 files changed, 91 deletions(-)

diff --git a/sys-cluster/gasnet/gasnet-1.24.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
deleted file mode 100644
index c1dc53a..000
--- a/sys-cluster/gasnet/gasnet-1.24.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools
-
-MY_P="${PN^^[gasn]}-${PV}"
-DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="mpi threads"
-
-DEPEND="mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-S="${WORKDIR}/${MY_P}"
-
-src_prepare() {
-   find . \
-   \( -name Makefile.am -or -name "*.mak" \) \
-   -exec sed -i '/^docdir/s/^/#/' {} + || die
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable threads pthreads)
-   $(use_enable mpi)
-   )
-   econf ${myeconfargs[@]}
-}

diff --git a/sys-cluster/gasnet/gasnet-.ebuild 
b/sys-cluster/gasnet/gasnet-.ebuild
deleted file mode 100644
index dc60493..000
--- a/sys-cluster/gasnet/gasnet-.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-inherit autotools git-r3
-
-MY_P="${PN^^[gasn]}-${PV}"
-DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
-HOMEPAGE="http://gasnet.lbl.gov/;
-SRC_URI=""
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS=""
-IUSE="mpi threads"
-
-DEPEND="mpi? ( virtual/mpi )"
-RDEPEND="${DEPEND}"
-
-pkg_setup() {
-   echo
-   elog "GASNet has an overwhelming count of configuration options."
-   elog "Don't forget the EXTRA_ECONF environment variable can let you"
-   elog "specify configure options if you find them necessary."
-   echo
-}
-
-src_prepare() {
-   default
-   eautoreconf
-}
-
-src_configure() {
-   local myeconfargs=(
-   $(use_enable threads pthreads)
-   $(use_enable mpi)
-   )
-   econf ${myeconfargs[@]}
-}

diff --git a/sys-cluster/gasnet/metadata.xml b/sys-cluster/gasnet/metadata.xml
deleted file mode 100644
index a5ee3aa..000
--- a/sys-cluster/gasnet/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-  
-ott...@gentoo.org
-Christoph Junghans
-  
-  
-clus...@gentoo.org
-Gentoo Cluster Project
-  
-



[gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/

2016-02-14 Thread Justin Lecher
commit: 955584b7b0077bed0a8551086b3ac027b6972033
Author: Justin Lecher  gentoo  org>
AuthorDate: Sun Feb 14 15:28:48 2016 +
Commit: Justin Lecher  gentoo  org>
CommitDate: Sun Feb 14 15:28:48 2016 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=955584b7

sys-cluster/gasnet: Chop DESCRIPTION to 80 chars

* Bump EAPI to 6

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

 sys-cluster/gasnet/gasnet-1.24.0.ebuild | 18 ++
 sys-cluster/gasnet/gasnet-.ebuild   | 27 ---
 sys-cluster/gasnet/metadata.xml |  2 +-
 3 files changed, 23 insertions(+), 24 deletions(-)

diff --git a/sys-cluster/gasnet/gasnet-1.24.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
index 5b2261f..c1dc53a 100644
--- a/sys-cluster/gasnet/gasnet-1.24.0.ebuild
+++ b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
@@ -1,13 +1,13 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools-utils
+inherit autotools
 
 MY_P="${PN^^[gasn]}-${PV}"
-DESCRIPTION="networking middleware layer to implementing partitioned global 
address space (PGAS) language"
+DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
 HOMEPAGE="http://gasnet.lbl.gov/;
 SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
 
@@ -22,9 +22,11 @@ RDEPEND="${DEPEND}"
 S="${WORKDIR}/${MY_P}"
 
 src_prepare() {
-   find . \( -name Makefile.am -or -name "*.mak" \) -exec sed -i 
'/^docdir/s/^/#/' {} + || die
-   AUTOTOOLS_AUTORECONF=yes
-   autotools-utils_src_prepare
+   find . \
+   \( -name Makefile.am -or -name "*.mak" \) \
+   -exec sed -i '/^docdir/s/^/#/' {} + || die
+   default
+   eautoreconf
 }
 
 src_configure() {
@@ -32,5 +34,5 @@ src_configure() {
$(use_enable threads pthreads)
$(use_enable mpi)
)
-   autotools-utils_src_configure
+   econf ${myeconfargs[@]}
 }

diff --git a/sys-cluster/gasnet/gasnet-.ebuild 
b/sys-cluster/gasnet/gasnet-.ebuild
index e1270c7..dc60493 100644
--- a/sys-cluster/gasnet/gasnet-.ebuild
+++ b/sys-cluster/gasnet/gasnet-.ebuild
@@ -1,27 +1,19 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=5
+EAPI=6
 
-inherit autotools-utils
+inherit autotools git-r3
 
 MY_P="${PN^^[gasn]}-${PV}"
-DESCRIPTION="networking middleware layer to implementing partitioned global 
address space (PGAS) language"
+DESCRIPTION="Networking middleware for partitioned global address space (PGAS) 
language"
 HOMEPAGE="http://gasnet.lbl.gov/;
-
-if [[ $PV =  ]]; then
-   inherit git-r3
-   EGIT_REPO_URI="https://bitbucket.org/berkeleylab/${PN}.git;
-   AUTOTOOLS_AUTORECONF=yes
-else
-   KEYWORDS="~amd64"
-   SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz;
-   S="${WORKDIR}/${MY_P}"
-fi
+SRC_URI=""
 
 LICENSE="BSD"
 SLOT="0"
+KEYWORDS=""
 IUSE="mpi threads"
 
 DEPEND="mpi? ( virtual/mpi )"
@@ -35,10 +27,15 @@ pkg_setup() {
echo
 }
 
+src_prepare() {
+   default
+   eautoreconf
+}
+
 src_configure() {
local myeconfargs=(
$(use_enable threads pthreads)
$(use_enable mpi)
)
-   autotools-utils_src_configure
+   econf ${myeconfargs[@]}
 }

diff --git a/sys-cluster/gasnet/metadata.xml b/sys-cluster/gasnet/metadata.xml
index 3ffc9db..a5ee3aa 100644
--- a/sys-cluster/gasnet/metadata.xml
+++ b/sys-cluster/gasnet/metadata.xml
@@ -5,7 +5,7 @@
 ott...@gentoo.org
 Christoph Junghans
   
-
+  
 clus...@gentoo.org
 Gentoo Cluster Project
   



[gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/

2015-03-06 Thread Christoph Junghans
commit: 6349e74bf285dbe49b37bfbdcbee577d03e10697
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Wed Mar  4 21:00:51 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Fri Mar  6 18:15:38 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=6349e74b

added live version

Package-Manager: portage-2.2.14

 sys-cluster/gasnet/ChangeLog  |  5 
 sys-cluster/gasnet/gasnet-.ebuild | 44 +++
 2 files changed, 49 insertions(+)

diff --git a/sys-cluster/gasnet/ChangeLog b/sys-cluster/gasnet/ChangeLog
index 519336b..9739af2 100644
--- a/sys-cluster/gasnet/ChangeLog
+++ b/sys-cluster/gasnet/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*gasnet- (04 Mar 2015)
+
+  04 Mar 2015; Christoph Junghans ott...@gentoo.org +gasnet-.ebuild:
+  added live version
+
 *gasnet-1.24.0 (01 Mar 2015)
 
   01 Mar 2015; Christoph Junghans ott...@gentoo.org +gasnet-1.24.0.ebuild,

diff --git a/sys-cluster/gasnet/gasnet-.ebuild 
b/sys-cluster/gasnet/gasnet-.ebuild
new file mode 100644
index 000..d6cc303
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils
+
+MY_P=${PN^^[gasn]}-${PV}
+DESCRIPTION=networking middleware layer to implementing partitioned global 
address space (PGAS) language
+HOMEPAGE=http://gasnet.lbl.gov/;
+
+if [[ $PV =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=https://bitbucket.org/berkeleylab/${PN}.git;
+   AUTOTOOLS_AUTORECONF=yes
+else
+   KEYWORDS=~amd64
+   SRC_URI=http://gasnet.lbl.gov/${MY_P}.tar.gz;
+   S=${WORKDIR}/${MY_P}
+fi
+
+LICENSE=BSD
+SLOT=0
+IUSE=mpi threads
+
+DEPEND=mpi? ( virtual/mpi )
+RDEPEND=${DEPEND}
+
+pkg_setup() {
+   echo
+   elog GASNet has an overwhelming count of configuration options.
+   elog Don't forget the EXTRA_ECONF environment variable can let you
+   elog specify configure options if you find them necessary.
+   echo
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable threads pthreads)
+   $(use_enable mpi)
+   )
+   autotools-utils_src_configure
+}



[gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/

2015-03-06 Thread Christoph Junghans
commit: c2ead8aed4c4832560e0cd205863ab22f315c2d9
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Wed Mar  4 21:00:51 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Wed Mar  4 21:01:57 2015 +
URL:https://gitweb.gentoo.org/proj/sci.git/commit/?id=c2ead8ae

added live version

Package-Manager: portage-2.2.14

 sys-cluster/gasnet/ChangeLog  |  5 
 sys-cluster/gasnet/gasnet-.ebuild | 44 +++
 2 files changed, 49 insertions(+)

diff --git a/sys-cluster/gasnet/ChangeLog b/sys-cluster/gasnet/ChangeLog
index 519336b..9739af2 100644
--- a/sys-cluster/gasnet/ChangeLog
+++ b/sys-cluster/gasnet/ChangeLog
@@ -2,6 +2,11 @@
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+*gasnet- (04 Mar 2015)
+
+  04 Mar 2015; Christoph Junghans ott...@gentoo.org +gasnet-.ebuild:
+  added live version
+
 *gasnet-1.24.0 (01 Mar 2015)
 
   01 Mar 2015; Christoph Junghans ott...@gentoo.org +gasnet-1.24.0.ebuild,

diff --git a/sys-cluster/gasnet/gasnet-.ebuild 
b/sys-cluster/gasnet/gasnet-.ebuild
new file mode 100644
index 000..d6cc303
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-.ebuild
@@ -0,0 +1,44 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils
+
+MY_P=${PN^^[gasn]}-${PV}
+DESCRIPTION=networking middleware layer to implementing partitioned global 
address space (PGAS) language
+HOMEPAGE=http://gasnet.lbl.gov/;
+
+if [[ $PV =  ]]; then
+   inherit git-r3
+   EGIT_REPO_URI=https://bitbucket.org/berkeleylab/${PN}.git;
+   AUTOTOOLS_AUTORECONF=yes
+else
+   KEYWORDS=~amd64
+   SRC_URI=http://gasnet.lbl.gov/${MY_P}.tar.gz;
+   S=${WORKDIR}/${MY_P}
+fi
+
+LICENSE=BSD
+SLOT=0
+IUSE=mpi threads
+
+DEPEND=mpi? ( virtual/mpi )
+RDEPEND=${DEPEND}
+
+pkg_setup() {
+   echo
+   elog GASNet has an overwhelming count of configuration options.
+   elog Don't forget the EXTRA_ECONF environment variable can let you
+   elog specify configure options if you find them necessary.
+   echo
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable threads pthreads)
+   $(use_enable mpi)
+   )
+   autotools-utils_src_configure
+}



[gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/

2015-02-28 Thread Christoph Junghans
commit: 4784a272998d9d5b53ba840256415617219ace2d
Author: Christoph Junghans ottxor AT gentoo DOT org
AuthorDate: Sun Mar  1 06:29:17 2015 +
Commit: Christoph Junghans ottxor AT gentoo DOT org
CommitDate: Sun Mar  1 06:29:17 2015 +
URL:http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=4784a272

initial commit

Package-Manager: portage-2.2.14

---
 sys-cluster/gasnet/ChangeLog|  9 +
 sys-cluster/gasnet/gasnet-1.24.0.ebuild | 36 +
 sys-cluster/gasnet/metadata.xml |  9 +
 3 files changed, 54 insertions(+)

diff --git a/sys-cluster/gasnet/ChangeLog b/sys-cluster/gasnet/ChangeLog
new file mode 100644
index 000..519336b
--- /dev/null
+++ b/sys-cluster/gasnet/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for sys-cluster/gasnet
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*gasnet-1.24.0 (01 Mar 2015)
+
+  01 Mar 2015; Christoph Junghans ott...@gentoo.org +gasnet-1.24.0.ebuild,
+  +metadata.xml:
+  initial commit

diff --git a/sys-cluster/gasnet/gasnet-1.24.0.ebuild 
b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
new file mode 100644
index 000..15e6cef
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit autotools-utils
+
+MY_P=${PN^^[gasn]}-${PV}
+DESCRIPTION=networking middleware layer to implementing partitioned global 
address space (PGAS) language
+HOMEPAGE=http://gasnet.lbl.gov/;
+SRC_URI=http://gasnet.lbl.gov/${MY_P}.tar.gz;
+
+LICENSE=BSD
+SLOT=0
+KEYWORDS=~amd64
+IUSE=mpi threads
+
+DEPEND=mpi? ( virtual/mpi )
+RDEPEND=${DEPEND}
+
+S=${WORKDIR}/${MY_P}
+
+src_prepare() {
+   find . \( -name Makefile.am -or -name *.mak \) -exec sed -i 
'/^docdir/s/^/#/' {} + || die
+   AUTOTOOLS_AUTORECONF=yes
+   autotools-utils_src_prepare
+}
+
+src_configure() {
+   local myeconfargs=(
+   $(use_enable threads pthreads)
+   $(use_enable mpi)
+   )
+   autotools-utils_src_configure
+}

diff --git a/sys-cluster/gasnet/metadata.xml b/sys-cluster/gasnet/metadata.xml
new file mode 100644
index 000..98defee
--- /dev/null
+++ b/sys-cluster/gasnet/metadata.xml
@@ -0,0 +1,9 @@
+?xml version=1.0 encoding=UTF-8?
+!DOCTYPE pkgmetadata SYSTEM http://www.gentoo.org/dtd/metadata.dtd;
+pkgmetadata
+  herdcluster/herd
+  maintainer
+emailott...@gentoo.org/email
+nameChristoph Junghans/name
+  /maintainer
+/pkgmetadata