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>[email protected]</email>
<name>Christoph Junghans</name>
</maintainer>
-<maintainer type="project">
+ <maintainer type="project">
<email>[email protected]</email>
<name>Gentoo Cluster Project</name>
</maintainer>