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 1C725139694 for ; Tue, 28 Feb 2017 22:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74038E0CAC; Tue, 28 Feb 2017 22:11:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4AE13E0CAC for ; Tue, 28 Feb 2017 22:11:34 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 21C4334169C for ; Tue, 28 Feb 2017 22:11:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3F957F6 for ; Tue, 28 Feb 2017 22:11:31 +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: <1488319886.b197c8f77608ae261e1f749a432e7ce13730d6db.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.31.ebuild X-VCS-Directories: app-emacs/ebuild-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b197c8f77608ae261e1f749a432e7ce13730d6db X-VCS-Branch: master Date: Tue, 28 Feb 2017 22:11:31 +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: c88d4010-9a90-4667-a004-57f705aa7100 X-Archives-Hash: 5da12f6f23f8e7b657344bcafbf554c3 commit: b197c8f77608ae261e1f749a432e7ce13730d6db Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 28 22:09:58 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 28 22:11:26 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b197c8f7 app-emacs/ebuild-mode: Remove old. Package-Manager: Portage-2.3.3, Repoman-2.3.1 app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild | 20 -------------------- 1 file changed, 20 deletions(-) diff --git a/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild b/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild deleted file mode 100644 index 80158ab8c97..00000000000 --- a/app-emacs/ebuild-mode/ebuild-mode-1.31.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit readme.gentoo-r1 elisp - -DESCRIPTION="Emacs modes for editing ebuilds and other Gentoo specific files" -HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs" -SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos" - -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."