From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 94403138350 for ; Thu, 12 Mar 2020 14:53:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1BF3E0960; Thu, 12 Mar 2020 14:53:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F903E0964 for ; Thu, 12 Mar 2020 14:53:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4449C34EFB6 for ; Thu, 12 Mar 2020 14:53:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8234D2B for ; Thu, 12 Mar 2020 14:53:05 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1584024776.b5502b8909787221c050f73efdea35f00fc2dda4.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bbdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/bbdb/bbdb-3.1.2-r1.ebuild app-emacs/bbdb/bbdb-3.1.2-r2.ebuild X-VCS-Directories: app-emacs/bbdb/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b5502b8909787221c050f73efdea35f00fc2dda4 X-VCS-Branch: master Date: Thu, 12 Mar 2020 14:53:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d8531160-b8ec-4349-9456-f7beb2f8596d X-Archives-Hash: fcd28da67739dfa10ec448c2d5daae17 commit: b5502b8909787221c050f73efdea35f00fc2dda4 Author: Ulrich Müller gentoo org> AuthorDate: Thu Mar 12 10:21:42 2020 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Mar 12 14:52:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b5502b89 app-emacs/bbdb: Don't install the GNU Info file. It contains only a template with no useful information. Package-Manager: Portage-2.3.93, Repoman-2.3.20 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/bbdb/{bbdb-3.1.2-r1.ebuild => bbdb-3.1.2-r2.ebuild} | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild b/app-emacs/bbdb/bbdb-3.1.2-r2.ebuild similarity index 92% rename from app-emacs/bbdb/bbdb-3.1.2-r1.ebuild rename to app-emacs/bbdb/bbdb-3.1.2-r2.ebuild index 14b335632f9..f324f803d0c 100644 --- a/app-emacs/bbdb/bbdb-3.1.2-r1.ebuild +++ b/app-emacs/bbdb/bbdb-3.1.2-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -9,7 +9,7 @@ DESCRIPTION="The Insidious Big Brother Database" HOMEPAGE="https://savannah.nongnu.org/projects/bbdb/" SRC_URI="http://download.savannah.gnu.org/releases/${PN}/${P}.tar.gz" -LICENSE="GPL-3+ GPL-1+ FDL-1.3+" +LICENSE="GPL-3+ GPL-1+" SLOT="0" KEYWORDS="~alpha amd64 ~ia64 ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris" IUSE="tex vm" @@ -41,7 +41,6 @@ src_compile() { src_install() { emake -C lisp DESTDIR="${D}" install elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo doc/*.info* dodoc AUTHORS ChangeLog NEWS README TODO if use tex; then