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 C09F0138334 for ; Mon, 26 Aug 2019 15:05:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03A94E0784; Mon, 26 Aug 2019 15:05:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D9934E0784 for ; Mon, 26 Aug 2019 15:05:41 +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 9BA3F349EFC for ; Mon, 26 Aug 2019 15:05:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50CD1763 for ; Mon, 26 Aug 2019 15:05:39 +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: <1566831922.eb735ef26a951476b753df3590108473fd4d4ac2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/nagios-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild app-emacs/nagios-mode/nagios-mode-0.3.ebuild X-VCS-Directories: app-emacs/nagios-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: eb735ef26a951476b753df3590108473fd4d4ac2 X-VCS-Branch: master Date: Mon, 26 Aug 2019 15:05:39 +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: 8ae73592-627c-4c61-8168-2f871f4c7edc X-Archives-Hash: 60e9fe5ab0341f612d99b985c4ce477c commit: eb735ef26a951476b753df3590108473fd4d4ac2 Author: Ulrich Müller gentoo org> AuthorDate: Mon Aug 26 15:04:54 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Aug 26 15:05:22 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb735ef2 app-emacs/nagios-mode: Bump EAPI to 7. Specify LICENSE more precisely. Otherwise, no changes to ebuild. Package-Manager: Portage-2.3.73, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> .../{nagios-mode-0.3.ebuild => nagios-mode-0.3-r1.ebuild} | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild b/app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild similarity index 84% rename from app-emacs/nagios-mode/nagios-mode-0.3.ebuild rename to app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild index d8df07e7fb2..4993e417bc3 100644 --- a/app-emacs/nagios-mode/nagios-mode-0.3.ebuild +++ b/app-emacs/nagios-mode/nagios-mode-0.3-r1.ebuild @@ -1,7 +1,7 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=4 +EAPI=7 inherit elisp @@ -9,10 +9,9 @@ DESCRIPTION="Major mode for editing Nagios configuration files" HOMEPAGE="http://michael.orlitzky.com/code/nagios-mode.php" SRC_URI="http://michael.orlitzky.com/code/releases/${P}.tar.gz" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 x86 ~x86-fbsd" -IUSE="" SITEFILE="50${PN}-gentoo.el" DOCS="ChangeLog README test_suite.cfg"