* [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/
@ 2015-03-01 6:29 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-03-01 6:29 UTC (permalink / raw
To: gentoo-commits
commit: 4784a272998d9d5b53ba840256415617219ace2d
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 1 06:29:17 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Sun Mar 1 06:29:17 2015 +0000
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 0000000..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 <ottxor@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 0000000..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 0000000..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>
+ <herd>cluster</herd>
+ <maintainer>
+ <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/gasnet/
@ 2015-03-06 18:51 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-03-06 18:51 UTC (permalink / raw
To: gentoo-commits
commit: 6349e74bf285dbe49b37bfbdcbee577d03e10697
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 21:00:51 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Mar 6 18:15:38 2015 +0000
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-9999.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-9999 (04 Mar 2015)
+
+ 04 Mar 2015; Christoph Junghans <ottxor@gentoo.org> +gasnet-9999.ebuild:
+ added live version
+
*gasnet-1.24.0 (01 Mar 2015)
01 Mar 2015; Christoph Junghans <ottxor@gentoo.org> +gasnet-1.24.0.ebuild,
diff --git a/sys-cluster/gasnet/gasnet-9999.ebuild b/sys-cluster/gasnet/gasnet-9999.ebuild
new file mode 100644
index 0000000..d6cc303
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-9999.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 = 9999 ]]; 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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/
@ 2015-03-06 18:51 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2015-03-06 18:51 UTC (permalink / raw
To: gentoo-commits
commit: c2ead8aed4c4832560e0cd205863ab22f315c2d9
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 4 21:00:51 2015 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Wed Mar 4 21:01:57 2015 +0000
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-9999.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-9999 (04 Mar 2015)
+
+ 04 Mar 2015; Christoph Junghans <ottxor@gentoo.org> +gasnet-9999.ebuild:
+ added live version
+
*gasnet-1.24.0 (01 Mar 2015)
01 Mar 2015; Christoph Junghans <ottxor@gentoo.org> +gasnet-1.24.0.ebuild,
diff --git a/sys-cluster/gasnet/gasnet-9999.ebuild b/sys-cluster/gasnet/gasnet-9999.ebuild
new file mode 100644
index 0000000..d6cc303
--- /dev/null
+++ b/sys-cluster/gasnet/gasnet-9999.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 = 9999 ]]; 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
+}
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/
@ 2016-02-14 16:55 Justin Lecher
0 siblings, 0 replies; 5+ messages in thread
From: Justin Lecher @ 2016-02-14 16:55 UTC (permalink / raw
To: gentoo-commits
commit: 955584b7b0077bed0a8551086b3ac027b6972033
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 14 15:28:48 2016 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Feb 14 15:28:48 2016 +0000
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 <jlec <AT> gentoo.org>
sys-cluster/gasnet/gasnet-1.24.0.ebuild | 18 ++++++++++--------
sys-cluster/gasnet/gasnet-9999.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-9999.ebuild b/sys-cluster/gasnet/gasnet-9999.ebuild
index e1270c7..dc60493 100644
--- a/sys-cluster/gasnet/gasnet-9999.ebuild
+++ b/sys-cluster/gasnet/gasnet-9999.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 = 9999 ]]; 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 @@
<email>ottxor@gentoo.org</email>
<name>Christoph Junghans</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>cluster@gentoo.org</email>
<name>Gentoo Cluster Project</name>
</maintainer>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/
@ 2016-09-02 22:08 Christoph Junghans
0 siblings, 0 replies; 5+ messages in thread
From: Christoph Junghans @ 2016-09-02 22:08 UTC (permalink / raw
To: gentoo-commits
commit: 029a160cf2951a92389915c922376f8caf79a68a
Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 2 22:08:12 2016 +0000
Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
CommitDate: Fri Sep 2 22:08:22 2016 +0000
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-9999.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..0000000
--- 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-9999.ebuild b/sys-cluster/gasnet/gasnet-9999.ebuild
deleted file mode 100644
index dc60493..0000000
--- a/sys-cluster/gasnet/gasnet-9999.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..0000000
--- a/sys-cluster/gasnet/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>ottxor@gentoo.org</email>
- <name>Christoph Junghans</name>
- </maintainer>
- <maintainer type="project">
- <email>cluster@gentoo.org</email>
- <name>Gentoo Cluster Project</name>
- </maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2016-09-02 22:08 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-01 6:29 [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/ Christoph Junghans
-- strict thread matches above, loose matches on Subject: below --
2015-03-06 18:51 Christoph Junghans
2015-03-06 18:51 Christoph Junghans
2016-02-14 16:55 Justin Lecher
2016-09-02 22:08 Christoph Junghans
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox