Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-libs/matc/
Date: Mon, 21 Sep 2015 19:05:54
Message-Id: 1442859582.19a5a421d6de5ab05f38aa6aa74f42258670a319.jlec@gentoo
1 commit: 19a5a421d6de5ab05f38aa6aa74f42258670a319
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 18:19:42 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:19:42 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=19a5a421
7
8 sci-libs/matc: Add subslot operators
9
10 Package-Manager: portage-2.2.20.1
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 sci-libs/matc/matc-6.0_p4651.ebuild | 7 +++----
14 sci-libs/matc/matc-8.0.ebuild | 5 ++---
15 sci-libs/matc/matc-9999.ebuild | 5 ++---
16 3 files changed, 7 insertions(+), 10 deletions(-)
17
18 diff --git a/sci-libs/matc/matc-6.0_p4651.ebuild b/sci-libs/matc/matc-6.0_p4651.ebuild
19 index 0cd5ada..0ab173d 100644
20 --- a/sci-libs/matc/matc-6.0_p4651.ebuild
21 +++ b/sci-libs/matc/matc-6.0_p4651.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2014 Gentoo Foundation
24 +# Copyright 1999-2015 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 # $Id$
27
28 @@ -23,8 +23,8 @@ KEYWORDS="~amd64 ~x86"
29 IUSE="doc debug static-libs"
30
31 RDEPEND="
32 - sys-libs/ncurses
33 - sys-libs/readline"
34 + sys-libs/ncurses:0=
35 + sys-libs/readline:0="
36 DEPEND="${RDEPEND}"
37
38 S="${WORKDIR}"/${PN}
39 @@ -33,7 +33,6 @@ PATCHES=( "${FILESDIR}"/${P}-shared.patch )
40
41 src_configure() {
42 local myeconfargs=(
43 - --enable-shared
44 $(use_with debug)
45 )
46 autotools-utils_src_configure
47
48 diff --git a/sci-libs/matc/matc-8.0.ebuild b/sci-libs/matc/matc-8.0.ebuild
49 index 04c23a2..c78629b 100644
50 --- a/sci-libs/matc/matc-8.0.ebuild
51 +++ b/sci-libs/matc/matc-8.0.ebuild
52 @@ -20,8 +20,8 @@ KEYWORDS="~amd64 ~x86"
53 IUSE="doc debug static-libs"
54
55 RDEPEND="
56 - sys-libs/ncurses
57 - sys-libs/readline:0"
58 + sys-libs/ncurses:0=
59 + sys-libs/readline:0="
60 DEPEND="${RDEPEND}"
61
62 S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
63 @@ -30,7 +30,6 @@ S="${WORKDIR}/elmerfem-release-${PV}/${PN}"
64
65 src_configure() {
66 local myeconfargs=(
67 - --enable-shared
68 $(use_with debug)
69 )
70 autotools-utils_src_configure
71
72 diff --git a/sci-libs/matc/matc-9999.ebuild b/sci-libs/matc/matc-9999.ebuild
73 index 4638b89..4bf4877 100644
74 --- a/sci-libs/matc/matc-9999.ebuild
75 +++ b/sci-libs/matc/matc-9999.ebuild
76 @@ -22,8 +22,8 @@ KEYWORDS=""
77 IUSE="doc debug static-libs"
78
79 RDEPEND="
80 - sys-libs/ncurses
81 - sys-libs/readline:0"
82 + sys-libs/ncurses:0=
83 + sys-libs/readline:0="
84 DEPEND="${RDEPEND}"
85
86 S="${WORKDIR}/${P}/${PN}"
87 @@ -32,7 +32,6 @@ S="${WORKDIR}/${P}/${PN}"
88
89 src_configure() {
90 local myeconfargs=(
91 - --enable-shared
92 $(use_with debug)
93 )
94 autotools-utils_src_configure