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 419E113881D for ; Wed, 23 Sep 2015 23:07:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DDE07E0833; Wed, 23 Sep 2015 23:07:09 +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 6E6CCE0833 for ; Wed, 23 Sep 2015 23:07:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3F87C340A61 for ; Wed, 23 Sep 2015 23:07:08 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 27052237 for ; Wed, 23 Sep 2015 23:07:03 +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: <1443049518.6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f.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.4.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f X-VCS-Branch: master Date: Wed, 23 Sep 2015 23:07:03 +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: 2c51af1e-cef2-4032-b2b5-3f2a97777010 X-Archives-Hash: 02c25570e5fa57a2432921331ff932a9 commit: 6d9250bbdc1b9fae8e71a986a4a03a424f8ffc5f Author: Ulrich Müller gentoo org> AuthorDate: Wed Sep 23 23:04:03 2015 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Sep 23 23:05:18 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d9250bb app-emacs/mmm-mode: Version bump. This also works around build system problems by using the standard functions of elisp.eclass for compilation instead. Bug: 561306 Package-Manager: portage-2.2.20.1 app-emacs/mmm-mode/Manifest | 1 + app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+) diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 37ad52c..7fbf8a9 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1 +1,2 @@ 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.4.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild new file mode 100644 index 0000000..e453931 --- /dev/null +++ b/app-emacs/mmm-mode/mmm-mode-0.5.4.ebuild @@ -0,0 +1,19 @@ +# 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="https://github.com/purcell/${PN}/archive/${PV}.tar.gz -> ${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" +ELISP_TEXINFO="mmm.texinfo" +DOCS="AUTHORS ChangeLog FAQ NEWS README README.Mason TODO"