aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph Junghans <ottxor@gentoo.org>2016-09-02 16:08:12 -0600
committerChristoph Junghans <ottxor@gentoo.org>2016-09-02 16:08:22 -0600
commit029a160cf2951a92389915c922376f8caf79a68a (patch)
treef21cd14f9ac65e5ce527ec6e5e60dfa45527f47d
parentsci-biology/brat_nova: clarify DESCRIPTION per upstream email (diff)
downloadsci-029a160c.tar.gz
sci-029a160c.tar.bz2
sci-029a160c.zip
sys-cluster/gasnet: moved to gx86
-rw-r--r--sys-cluster/gasnet/Manifest1
-rw-r--r--sys-cluster/gasnet/gasnet-1.24.0.ebuild38
-rw-r--r--sys-cluster/gasnet/gasnet-9999.ebuild41
-rw-r--r--sys-cluster/gasnet/metadata.xml12
4 files changed, 0 insertions, 92 deletions
diff --git a/sys-cluster/gasnet/Manifest b/sys-cluster/gasnet/Manifest
deleted file mode 100644
index 9f2638920..000000000
--- a/sys-cluster/gasnet/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST GASNet-1.24.0.tar.gz 2471271 SHA256 76b4d897d5e2261ef83d0885c192e8ac039e32cb2464f11eb64eb3f9f2df38c0 SHA512 90457b1aa25a5e4c0220fb0f0ecfef7cb1518ecbcb825744cbc320e9cbbcbcf47d7b1e5ec98b42e0e47ddbf8217b20e2bd430fc470ae8cf97ddfc1ab543d6383 WHIRLPOOL faf84253b04840bfbbe579cfe5f24895a8fdb9cd0fbe153c3e57603f727fe248e8cb5f8941c57272022f491b8c2d77bf9e01ae28614b8d2e0ac0b35b0ffa95ba
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 c1dc53a19..000000000
--- 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 dc60493f5..000000000
--- 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 a5ee3aaf0..000000000
--- 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>