Gentoo Archives: gentoo-commits

From: Christoph Junghans <junghans@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpibash/
Date: Wed, 22 Nov 2017 23:29:20
Message-Id: 1511393204.efd9349ac15ae636f7848ef331d57d6fefb42e56.junghans@gentoo
1 commit: efd9349ac15ae636f7848ef331d57d6fefb42e56
2 Author: Christoph Junghans <junghans <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 22 23:26:28 2017 +0000
4 Commit: Christoph Junghans <junghans <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 22 23:26:44 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efd9349a
7
8 app-shells/mpibash: version bump
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11
12 app-shells/mpibash/Manifest | 1 +
13 .../mpibash/{mpibash-9999.ebuild => mpibash-1.3.ebuild} | 15 ++++++++-------
14 app-shells/mpibash/mpibash-9999.ebuild | 15 ++++++++-------
15 3 files changed, 17 insertions(+), 14 deletions(-)
16
17 diff --git a/app-shells/mpibash/Manifest b/app-shells/mpibash/Manifest
18 index 4d8ea88158d..3bdc4e71f6a 100644
19 --- a/app-shells/mpibash/Manifest
20 +++ b/app-shells/mpibash/Manifest
21 @@ -1 +1,2 @@
22 DIST mpibash-1.2.tar.gz 347083 SHA256 5c2faaa74464111205dbae4799bd89c2425810ec3708d004237b42d620c8be57 SHA512 db755dd2c6212a8d7dfd6cbff17d5dffcbc3b6a0286abdad4d2e21790453d2356e88c566abe4648da138d6964098fad581b8fd5beae1335f5787de92f4659104 WHIRLPOOL 94fcf50d89250a6478a2ed56a0c1769dd678869884e1e80066ebdb479dd0c6d64048ade7829020fdad050b1e77a2315ab7e325a97aa472291d3e9a4888c915e3
23 +DIST mpibash-1.3.tar.gz 369803 BLAKE2B b1959deaa2d5b3bce1a66e5ef0ff41ad156093aec9cc1efcd12873b6d5814ad1586ff951d6fd7f37dab6a55040378774b435edc4e2c8892952480539864f91fa SHA512 4728565239aae80013322231a928fd1e9a59484614a92cf7e314d0cd5c090d3a47de395507ce52f71a6900245855089d659c6509f8c4df3bfd88e46fc2187749
24
25 diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-1.3.ebuild
26 similarity index 80%
27 copy from app-shells/mpibash/mpibash-9999.ebuild
28 copy to app-shells/mpibash/mpibash-1.3.ebuild
29 index 594ac6bc88c..76bbce43cda 100644
30 --- a/app-shells/mpibash/mpibash-9999.ebuild
31 +++ b/app-shells/mpibash/mpibash-1.3.ebuild
32 @@ -3,13 +3,12 @@
33
34 EAPI=5
35
36 -inherit autotools-utils multilib
37 +inherit autotools multilib
38
39 if [[ ${PV} = 9999 ]]; then
40 EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
41 inherit git-r3
42 KEYWORDS=""
43 - AUTOTOOLS_AUTORECONF=1
44 else
45 SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz"
46 KEYWORDS="~amd64"
47 @@ -27,16 +26,18 @@ DEPEND="virtual/mpi
48 sys-cluster/libcircle"
49 RDEPEND="${DEPEND}"
50
51 +src_prepare() {
52 + default
53 + [[ ${PV} != 9999 ]] || eautoreconf
54 +}
55 +
56 src_configure() {
57 - local myeconfargs=(
58 + econf --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash \
59 --with-bashdir="${EPREFIX}"/usr/include/bash-plugins
60 - --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash
61 - )
62 - autotools-utils_src_configure
63 }
64
65 src_install() {
66 - autotools-utils_src_install
67 + default
68 sed -i '/^export LD_LIBRARY_PATH/d' "${ED}/usr/bin/${PN}" || die
69 use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die
70 }
71
72 diff --git a/app-shells/mpibash/mpibash-9999.ebuild b/app-shells/mpibash/mpibash-9999.ebuild
73 index 594ac6bc88c..76bbce43cda 100644
74 --- a/app-shells/mpibash/mpibash-9999.ebuild
75 +++ b/app-shells/mpibash/mpibash-9999.ebuild
76 @@ -3,13 +3,12 @@
77
78 EAPI=5
79
80 -inherit autotools-utils multilib
81 +inherit autotools multilib
82
83 if [[ ${PV} = 9999 ]]; then
84 EGIT_REPO_URI="https://github.com/lanl/MPI-Bash.git"
85 inherit git-r3
86 KEYWORDS=""
87 - AUTOTOOLS_AUTORECONF=1
88 else
89 SRC_URI="https://github.com/lanl/MPI-Bash/releases/download/v${PV}/${P}.tar.gz"
90 KEYWORDS="~amd64"
91 @@ -27,16 +26,18 @@ DEPEND="virtual/mpi
92 sys-cluster/libcircle"
93 RDEPEND="${DEPEND}"
94
95 +src_prepare() {
96 + default
97 + [[ ${PV} != 9999 ]] || eautoreconf
98 +}
99 +
100 src_configure() {
101 - local myeconfargs=(
102 + econf --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash \
103 --with-bashdir="${EPREFIX}"/usr/include/bash-plugins
104 - --with-plugindir="${EPREFIX}"/usr/$(get_libdir)/bash
105 - )
106 - autotools-utils_src_configure
107 }
108
109 src_install() {
110 - autotools-utils_src_install
111 + default
112 sed -i '/^export LD_LIBRARY_PATH/d' "${ED}/usr/bin/${PN}" || die
113 use examples || rm -r "${ED}/usr/share/doc/${PF}/examples" || die
114 }