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/bbdb/
Date: Thu, 12 Mar 2020 14:53:10
Message-Id: 1584024776.b5502b8909787221c050f73efdea35f00fc2dda4.ulm@gentoo
1 commit: b5502b8909787221c050f73efdea35f00fc2dda4
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Thu Mar 12 10:21:42 2020 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Thu Mar 12 14:52:56 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5502b89
7
8 app-emacs/bbdb: Don't install the GNU Info file.
9
10 It contains only a template with no useful information.
11
12 Package-Manager: Portage-2.3.93, Repoman-2.3.20
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 app-emacs/bbdb/{bbdb-3.1.2-r1.ebuild => bbdb-3.1.2-r2.ebuild} | 5 ++---
16 1 file changed, 2 insertions(+), 3 deletions(-)
17
18 diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r2.ebuild
19 similarity index 92%
20 rename from app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
21 rename to app-emacs/bbdb/bbdb-3.1.2-r2.ebuild
22 index 14b335632f9..f324f803d0c 100644
23 --- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild
24 +++ b/app-emacs/bbdb/bbdb-3.1.2-r2.ebuild
25 @@ -1,4 +1,4 @@
26 -# Copyright 1999-2019 Gentoo Authors
27 +# Copyright 1999-2020 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 EAPI=7
31 @@ -9,7 +9,7 @@ DESCRIPTION="The Insidious Big Brother Database"
32 HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/"
33 SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz"
34
35 -LICENSE="GPL-3+ GPL-1+ FDL-1.3+"
36 +LICENSE="GPL-3+ GPL-1+"
37 SLOT="0"
38 KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris"
39 IUSE="tex vm"
40 @@ -41,7 +41,6 @@ src_compile() {
41 src_install() {
42 emake -C lisp DESTDIR="${D}" install
43 elisp-site-file-install "${FILESDIR}/${SITEFILE}"
44 - doinfo doc/*.info*
45 dodoc AUTHORS ChangeLog NEWS README TODO
46
47 if use tex; then