Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gforth/
Date: Sun, 13 May 2018 10:58:29
Message-Id: 1526209101.ddfdb6835cbdefdb41016dd5896713eb7d87786c.slyfox@gentoo
1 commit: ddfdb6835cbdefdb41016dd5896713eb7d87786c
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 13 10:58:13 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sun May 13 10:58:21 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ddfdb683
7
8 dev-lang/gforth: reenable build-time checks
9
10 Package-Manager: Portage-2.3.36, Repoman-2.3.9
11
12 .../{gforth-0.7.3.ebuild => gforth-0.7.3-r1.ebuild} | 17 ++++++-----------
13 1 file changed, 6 insertions(+), 11 deletions(-)
14
15 diff --git a/dev-lang/gforth/gforth-0.7.3.ebuild b/dev-lang/gforth/gforth-0.7.3-r1.ebuild
16 similarity index 71%
17 rename from dev-lang/gforth/gforth-0.7.3.ebuild
18 rename to dev-lang/gforth/gforth-0.7.3-r1.ebuild
19 index bcb4ec21a59..c1d32de053d 100644
20 --- a/dev-lang/gforth/gforth-0.7.3.ebuild
21 +++ b/dev-lang/gforth/gforth-0.7.3-r1.ebuild
22 @@ -1,7 +1,7 @@
23 -# Copyright 1999-2017 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26
27 -EAPI=5
28 +EAPI=6
29
30 inherit elisp-common eutils
31
32 @@ -20,17 +20,12 @@ RDEPEND="${DEPEND}"
33
34 SITEFILE="50${PN}-gentoo.el"
35
36 -src_prepare() {
37 - epatch "${FILESDIR}/${PN}-0.7.0-make-elc.patch"
38 - epatch_user
39 -}
40 +PATCHES=(
41 + "${FILESDIR}"/${PN}-0.7.0-make-elc.patch
42 +)
43
44 src_configure() {
45 - # May want to add a USE flag for --enable-force-cdiv, if necessary
46 - # At this point I do not know when that is appropriate, and I don't
47 - # want to add an ebuild-specific USE flag without understanding.
48 econf \
49 - --without-check \
50 $(use emacs || echo "--without-lispdir")
51 }
52
53 @@ -40,7 +35,7 @@ src_compile() {
54 }
55
56 src_install() {
57 - emake DESTDIR="${D}" install
58 + default
59
60 dodoc AUTHORS BUGS ChangeLog NEWS* README* ToDo doc/glossaries.doc doc/*.ps