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 E6A57138239 for ; Wed, 16 Oct 2019 16:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 955A2E096D; Wed, 16 Oct 2019 16:59:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 781F8E096D for ; Wed, 16 Oct 2019 16:59:04 +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 800F334BDBC for ; Wed, 16 Oct 2019 16:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1055A88C for ; Wed, 16 Oct 2019 16:58:59 +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: <1571245127.4215e7923527132b4c59a13f5473fa2b6943c08b.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/sml-mode/Manifest app-emacs/sml-mode/sml-mode-6.9.ebuild X-VCS-Directories: app-emacs/sml-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4215e7923527132b4c59a13f5473fa2b6943c08b X-VCS-Branch: master Date: Wed, 16 Oct 2019 16:58:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c153552b-4897-4c3e-9143-085cf3c0c0ff X-Archives-Hash: 24596034fdf2f5c204c2dc808ae0a0be commit: 4215e7923527132b4c59a13f5473fa2b6943c08b Author: Ulrich Müller gentoo org> AuthorDate: Wed Oct 16 16:13:36 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Oct 16 16:58:47 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4215e792 app-emacs/sml-mode: Bump to version 6.9. Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/sml-mode/Manifest | 1 + app-emacs/sml-mode/sml-mode-6.9.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest index 983136bf925..7c4e5cf9d49 100644 --- a/app-emacs/sml-mode/Manifest +++ b/app-emacs/sml-mode/Manifest @@ -1 +1,2 @@ DIST sml-mode-6.4.el.xz 20512 BLAKE2B ec82b44e7e1ff9d4c89ffdec6d29afddb2bb5a62474dfef417409496fd374373aca53f3a850990972e888ec2dc006606a06c63e327316e28552273d7995cd38e SHA512 238c69cf34bdd9b825fdc00e65741a458e64bf4bf38ed96ba0518154dd92f25877d56d09f4c13271577ea8641ca828023db950db07a42fe1a02659527b65cb5b +DIST sml-mode-6.9.el.xz 20368 BLAKE2B 5b97c6620d97a60f29e21e8d69179e33f56b7410bf975238e23ef10d4c9e8d7dc250cb60d1799224ac6c81285f539cbb7f69b616763b347ed7140b9652b9add7 SHA512 e04143e1017317d6c6fb3ad7a26cd812bb45dd406a5fb679be21ae936ab57739bcf692585d5710a8e08c469a07728a20cb71ff1b53661c4040eb16df55c8be0b diff --git a/app-emacs/sml-mode/sml-mode-6.9.ebuild b/app-emacs/sml-mode/sml-mode-6.9.ebuild new file mode 100644 index 00000000000..dd9b5fb272a --- /dev/null +++ b/app-emacs/sml-mode/sml-mode-6.9.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Emacs major mode for editing Standard ML" +HOMEPAGE="https://elpa.gnu.org/packages/sml-mode.html + http://www.iro.umontreal.ca/~monnier/elisp/" +# taken from https://elpa.gnu.org/packages/${P}.el +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~ppc ~x86" + +SITEFILE="50${PN}-gentoo-6.1.el" + +src_compile() { + elisp-compile *.el + elisp-make-autoload-file +}