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 6E91F1382C5 for ; Tue, 30 Jan 2018 07:53:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 70253E0B9B; Tue, 30 Jan 2018 07:53:36 +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 470ECE0B9B for ; Tue, 30 Jan 2018 07:53:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 E9556335C06 for ; Tue, 30 Jan 2018 07:53:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 42B2E1BD for ; Tue, 30 Jan 2018 07:53:33 +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: <1517298763.bba8a2f615ecf9d17c0301dcdcc8c587d6743df2.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: bba8a2f615ecf9d17c0301dcdcc8c587d6743df2 X-VCS-Branch: master Date: Tue, 30 Jan 2018 07:53:33 +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-Archives-Salt: 472d6b34-044c-4051-b08a-ca64b575ad0f X-Archives-Hash: dafd34134153c73245c82eb546d46995 commit: bba8a2f615ecf9d17c0301dcdcc8c587d6743df2 Author: Ulrich Müller gentoo org> AuthorDate: Tue Jan 30 07:52:43 2018 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Jan 30 07:52:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bba8a2f6 app-emacs/ebuild-mode: Drop message about gentookit-dev. Package-Manager: Portage-2.3.20, Repoman-2.3.6 app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild | 6 ++---- app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild index 1b7fc32843b..b0cb4539fd9 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.38.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit readme.gentoo-r1 elisp +inherit elisp DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -18,5 +18,3 @@ DEPEND="sys-apps/texinfo" DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo-1.31.el" -DOC_CONTENTS="Some optional features may require installation of additional - packages, like app-portage/gentoolkit-dev for echangelog." diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild index 4d22f1bea1c..86ddef74c60 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-1.41.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 -inherit readme.gentoo-r1 elisp +inherit elisp DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -18,5 +18,3 @@ DEPEND="sys-apps/texinfo" DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo-1.39.el" -DOC_CONTENTS="Some optional features may require installation of additional - packages, like app-portage/gentoolkit-dev for echangelog."