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 18B361396DB for ; Sun, 15 Oct 2017 11:28:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BE9FD2BC03A; Sun, 15 Oct 2017 11:28:44 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 99CD62BC03A for ; Sun, 15 Oct 2017 11:28:44 +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 2474433BEDC for ; Sun, 15 Oct 2017 11:28:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB7EE31E for ; Sun, 15 Oct 2017 11:28:41 +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: <1508066190.e02e6ba71ae0d45c2a1bb69e1ba25b414fab7335.ulm@gentoo> Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/ebuild-mode/ X-VCS-Repository: repo/proj/emacs X-VCS-Files: app-emacs/ebuild-mode/ebuild-mode-9999.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e02e6ba71ae0d45c2a1bb69e1ba25b414fab7335 X-VCS-Branch: master Date: Sun, 15 Oct 2017 11:28:41 +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: 16517440-88fd-4b84-85fb-8ec5521987ee X-Archives-Hash: 4905e641939e6245ab3538ff1d0a7b57 commit: e02e6ba71ae0d45c2a1bb69e1ba25b414fab7335 Author: Ulrich Müller gentoo org> AuthorDate: Sun Oct 15 11:16:30 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Oct 15 11:16:30 2017 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=e02e6ba7 app-emacs/ebuild-mode: Drop README.gentoo. gentoolkit-dev is no longer required. Package-Manager: Portage-2.3.11, Repoman-2.3.3 app-emacs/ebuild-mode/ebuild-mode-9999.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild index 6520b3a..985da79 100644 --- a/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild +++ b/app-emacs/ebuild-mode/ebuild-mode-9999.ebuild @@ -7,7 +7,7 @@ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/ebuild-mode.git" EGIT_BRANCH="master" EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}" -inherit readme.gentoo-r1 elisp git-r3 +inherit elisp git-r3 DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" @@ -21,5 +21,3 @@ S="${WORKDIR}/${PN}" DOCS="ChangeLog keyword-generation.sh" ELISP_TEXINFO="${PN}.texi" SITEFILE="50${PN}-gentoo.el" -DOC_CONTENTS="Some optional features may require installation of additional - packages, like app-portage/gentoolkit-dev for echangelog."