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-mathematics/lie/
Date: Mon, 21 Sep 2015 19:06:18
Message-Id: 1442861257.94f7657393e77f8243ff0dd33526399830182951.jlec@gentoo
1 commit: 94f7657393e77f8243ff0dd33526399830182951
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 21 18:47:37 2015 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Mon Sep 21 18:47:37 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=94f76573
7
8 sci-mathematics/lie: 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-mathematics/lie/lie-2.2.2.ebuild | 15 ++++++++-------
14 1 file changed, 8 insertions(+), 7 deletions(-)
15
16 diff --git a/sci-mathematics/lie/lie-2.2.2.ebuild b/sci-mathematics/lie/lie-2.2.2.ebuild
17 index ea5771b..755b150 100644
18 --- a/sci-mathematics/lie/lie-2.2.2.ebuild
19 +++ b/sci-mathematics/lie/lie-2.2.2.ebuild
20 @@ -14,20 +14,22 @@ RESTRICT="mirror"
21
22 LICENSE="LGPL-2.1"
23 ##### See http://packages.debian.org/changelogs/pool/main/l/lie/lie_2.2.2+dfsg-1/lie.copyright
24 -
25 SLOT="0"
26 KEYWORDS="~x86 ~amd64"
27 IUSE="doc"
28 -DEPEND="sys-devel/bison
29 - sys-libs/readline:=
30 - sys-libs/ncurses"
31 +
32 +DEPEND="
33 + sys-devel/bison
34 + sys-libs/readline:0=
35 + sys-libs/ncurses:0="
36 RDEPEND="sys-libs/readline:=
37 sys-libs/ncurses"
38
39 S="${WORKDIR}/LiE"
40
41 src_prepare() {
42 - epatch "${FILESDIR}"/${P}-make.patch \
43 + epatch \
44 + "${FILESDIR}"/${P}-make.patch \
45 "${FILESDIR}"/parrallelmake-${P}.patch
46 }
47
48 @@ -36,9 +38,8 @@ src_compile() {
49 }
50
51 src_install() {
52 - emake DESTDIR="${ED}" install
53 + default
54 use doc && dodoc "${S}"/manual/*
55 - dodoc README
56 }
57
58 pkg_postinst() {