Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/muse/
Date: Tue, 27 Aug 2019 11:22:23
Message-Id: 1566904898.43af00e46fcbeb22924c6c35c6d57761263bfb69.ulm@gentoo
1 commit: 43af00e46fcbeb22924c6c35c6d57761263bfb69
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 27 11:21:38 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 27 11:21:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43af00e4
7
8 app-emacs/muse: Specifiy LICENSE more precisely.
9
10 Package-Manager: Portage-2.3.73, Repoman-2.3.17
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/muse/muse-3.20.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/app-emacs/muse/muse-3.20.ebuild b/app-emacs/muse/muse-3.20.ebuild
17 index 0b93b90bc77..33438fd4bf4 100644
18 --- a/app-emacs/muse/muse-3.20.ebuild
19 +++ b/app-emacs/muse/muse-3.20.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=4
26 @@ -9,14 +9,13 @@ DESCRIPTION="An authoring and publishing environment for Emacs"
27 HOMEPAGE="http://mwolson.org/projects/EmacsMuse.html"
28 SRC_URI="http://download.gna.org/muse-el/${P}.tar.gz"
29
30 -LICENSE="GPL-3 FDL-1.2 GPL-2 MIT"
31 +LICENSE="GPL-3+ FDL-1.2+ GPL-2 MIT"
32 SLOT="0"
33 KEYWORDS="amd64 ppc x86 ~x86-fbsd"
34 -IUSE="test"
35 +#IUSE="test"
36 RESTRICT="test" #426546
37
38 -DEPEND="test? ( app-emacs/htmlize )"
39 -RDEPEND=""
40 +#DEPEND="test? ( app-emacs/htmlize )"
41
42 SITEFILE="50${PN}-gentoo.el"