From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 5130859CA2 for ; Sat, 13 Feb 2016 16:36:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DBE7BE07DA; Sat, 13 Feb 2016 16:36:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7ACBAE07DA for ; Sat, 13 Feb 2016 16:36:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 70234340BD7 for ; Sat, 13 Feb 2016 16:36:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ABD038E4 for ; Sat, 13 Feb 2016 16:36: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: <1455381356.7895e633b1b96f4af12a4cf9aa1fa8aeb229dbb0.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mmm-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mmm-mode/Manifest app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 7895e633b1b96f4af12a4cf9aa1fa8aeb229dbb0 X-VCS-Branch: master Date: Sat, 13 Feb 2016 16:36: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-Archives-Salt: 5a6d1cbf-0c76-46bd-8da3-8a385066738e X-Archives-Hash: 326d1e83acd4a830b98d1213c3cd1c7f commit: 7895e633b1b96f4af12a4cf9aa1fa8aeb229dbb0 Author: Ulrich Müller gentoo org> AuthorDate: Sat Feb 13 16:35:56 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 13 16:35:56 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7895e633 app-emacs/mmm-mode: Remove old. Package-Manager: portage-2.2.27 app-emacs/mmm-mode/Manifest | 1 - app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild | 32 -------------------------------- 2 files changed, 33 deletions(-) diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 7fbf8a9..a6e6143 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1,2 +1 @@ -DIST mmm-mode-0.5.1.tar.gz 247841 SHA256 d0b4bfc9b30bd089e58bd513664f604b0e2614b4056f2f44bd356868d53b10eb SHA512 83fad0abe26af7627fa7416fca5936bb8347a00c5428537b767c98201af137f2d62eceaca09cb9e7572edc9a93c5ea6ceca422e55984d4bcd5f69ec060c2ffee WHIRLPOOL 28a81aea21756fb3efc1cd4b591e109aaed69ddc86f42c5c5604150105c558810b12130c4acab523dae480622ee6e6ee5fd70812771213341d6b3286ca6eb3d1 DIST mmm-mode-0.5.4.tar.gz 174680 SHA256 db55529ba95f841826bee952e73e55b87d9c191004e7c985a9582eea2cd57c82 SHA512 71828769f40ca56d87c581481fc6531466de30155af3f22eb96ee176cd9dae354ed95a6c37d79e47a033bb79c67335e0f50dac2fb57f262bbe0ef43266af2b6e WHIRLPOOL ec46237a1537a334c017c56f52e0cb5b3e1890882cb07e6c88b5d5b76a8e03a9423270995bf4151946fbf0b6b00209f9e6e047f2225685f8ab703ec035425c33 diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild deleted file mode 100644 index da4f067..0000000 --- a/app-emacs/mmm-mode/mmm-mode-0.5.1.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit elisp - -DESCRIPTION="Enables the user to edit different parts of a file in different major modes" -HOMEPAGE="http://mmm-mode.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" - -LICENSE="GPL-2+ Texinfo-manual" -SLOT="0" -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" - -SITEFILE="50${PN}-gentoo.el" - -src_configure() { - econf --with-emacs -} - -src_compile() { - emake -j1 -} - -src_install() { - elisp-install ${PN} *.el *.elc - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - doinfo *.info* - dodoc AUTHORS ChangeLog FAQ NEWS README README.Mason TODO -}