Gentoo Archives: gentoo-commits

From: Christoph Junghans <ottxor@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sys-cluster/gasnet/
Date: Fri, 02 Sep 2016 22:08:36
Message-Id: 1472854102.029a160cf2951a92389915c922376f8caf79a68a.ottxor@gentoo
1 commit: 029a160cf2951a92389915c922376f8caf79a68a
2 Author: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 2 22:08:12 2016 +0000
4 Commit: Christoph Junghans <ottxor <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 2 22:08:22 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=029a160c
7
8 sys-cluster/gasnet: moved to gx86
9
10 sys-cluster/gasnet/gasnet-1.24.0.ebuild | 38 ------------------------------
11 sys-cluster/gasnet/gasnet-9999.ebuild | 41 ---------------------------------
12 sys-cluster/gasnet/metadata.xml | 12 ----------
13 3 files changed, 91 deletions(-)
14
15 diff --git a/sys-cluster/gasnet/gasnet-1.24.0.ebuild b/sys-cluster/gasnet/gasnet-1.24.0.ebuild
16 deleted file mode 100644
17 index c1dc53a..0000000
18 --- a/sys-cluster/gasnet/gasnet-1.24.0.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2016 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=6
26 -
27 -inherit autotools
28 -
29 -MY_P="${PN^^[gasn]}-${PV}"
30 -DESCRIPTION="Networking middleware for partitioned global address space (PGAS) language"
31 -HOMEPAGE="http://gasnet.lbl.gov/"
32 -SRC_URI="http://gasnet.lbl.gov/${MY_P}.tar.gz"
33 -
34 -LICENSE="BSD"
35 -SLOT="0"
36 -KEYWORDS="~amd64"
37 -IUSE="mpi threads"
38 -
39 -DEPEND="mpi? ( virtual/mpi )"
40 -RDEPEND="${DEPEND}"
41 -
42 -S="${WORKDIR}/${MY_P}"
43 -
44 -src_prepare() {
45 - find . \
46 - \( -name Makefile.am -or -name "*.mak" \) \
47 - -exec sed -i '/^docdir/s/^/#/' {} + || die
48 - default
49 - eautoreconf
50 -}
51 -
52 -src_configure() {
53 - local myeconfargs=(
54 - $(use_enable threads pthreads)
55 - $(use_enable mpi)
56 - )
57 - econf ${myeconfargs[@]}
58 -}
59
60 diff --git a/sys-cluster/gasnet/gasnet-9999.ebuild b/sys-cluster/gasnet/gasnet-9999.ebuild
61 deleted file mode 100644
62 index dc60493..0000000
63 --- a/sys-cluster/gasnet/gasnet-9999.ebuild
64 +++ /dev/null
65 @@ -1,41 +0,0 @@
66 -# Copyright 1999-2016 Gentoo Foundation
67 -# Distributed under the terms of the GNU General Public License v2
68 -# $Id$
69 -
70 -EAPI=6
71 -
72 -inherit autotools git-r3
73 -
74 -MY_P="${PN^^[gasn]}-${PV}"
75 -DESCRIPTION="Networking middleware for partitioned global address space (PGAS) language"
76 -HOMEPAGE="http://gasnet.lbl.gov/"
77 -SRC_URI=""
78 -
79 -LICENSE="BSD"
80 -SLOT="0"
81 -KEYWORDS=""
82 -IUSE="mpi threads"
83 -
84 -DEPEND="mpi? ( virtual/mpi )"
85 -RDEPEND="${DEPEND}"
86 -
87 -pkg_setup() {
88 - echo
89 - elog "GASNet has an overwhelming count of configuration options."
90 - elog "Don't forget the EXTRA_ECONF environment variable can let you"
91 - elog "specify configure options if you find them necessary."
92 - echo
93 -}
94 -
95 -src_prepare() {
96 - default
97 - eautoreconf
98 -}
99 -
100 -src_configure() {
101 - local myeconfargs=(
102 - $(use_enable threads pthreads)
103 - $(use_enable mpi)
104 - )
105 - econf ${myeconfargs[@]}
106 -}
107
108 diff --git a/sys-cluster/gasnet/metadata.xml b/sys-cluster/gasnet/metadata.xml
109 deleted file mode 100644
110 index a5ee3aa..0000000
111 --- a/sys-cluster/gasnet/metadata.xml
112 +++ /dev/null
113 @@ -1,12 +0,0 @@
114 -<?xml version="1.0" encoding="UTF-8"?>
115 -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
116 -<pkgmetadata>
117 - <maintainer type="person">
118 - <email>ottxor@g.o</email>
119 - <name>Christoph Junghans</name>
120 - </maintainer>
121 - <maintainer type="project">
122 - <email>cluster@g.o</email>
123 - <name>Gentoo Cluster Project</name>
124 - </maintainer>
125 -</pkgmetadata>