Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/lisp:master commit in: app-office/texmacs/
Date: Thu, 01 Mar 2018 08:29:56
Message-Id: 1519892987.498cd571b8875b4bdea7fb67a92ae2d8f04b595a.nimiux@gentoo
1 commit: 498cd571b8875b4bdea7fb67a92ae2d8f04b595a
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 1 08:29:47 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 1 08:29:47 2018 +0000
6 URL: https://gitweb.gentoo.org/proj/lisp.git/commit/?id=498cd571
7
8 app-office/texmacs: Updates header and EAPI
9
10 app-office/texmacs/texmacs-1.0.7.16-r2.ebuild | 8 ++++----
11 1 file changed, 4 insertions(+), 4 deletions(-)
12
13 diff --git a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
14 index 2ccc94fd..e45e0e1c 100644
15 --- a/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
16 +++ b/app-office/texmacs/texmacs-1.0.7.16-r2.ebuild
17 @@ -1,8 +1,7 @@
18 -# Copyright 1999-2013 Gentoo Foundation
19 +# Copyright 1999-2018 Gentoo Foundation
20 # Distributed under the terms of the GNU General Public License v2
21 -# $Header: $
22
23 -EAPI=4
24 +EAPI=6
25
26 inherit autotools eutils fdo-mime gnome2-utils
27
28 @@ -15,7 +14,7 @@ SRC_URI="ftp://ftp.texmacs.org/pub/TeXmacs/tmftp/source/${MY_P}.tar.gz"
29 LICENSE="GPL-3"
30 SLOT="0"
31 IUSE="imlib jpeg netpbm qt4 svg spell"
32 -KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~x86-interix ~amd64-linux ~x86-linux"
33 +KEYWORDS="~alpha ~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux"
34
35 RDEPEND=">=dev-scheme/guile-1.8.8-r2:12[deprecated]
36 virtual/latex-base
37 @@ -44,6 +43,7 @@ src_prepare() {
38 # Force building against SLOTed guile-1.8
39 epatch "${FILESDIR}"/${PN}-force-guile-18.patch
40
41 + eapply_user
42 eautoreconf
43 }