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 15B84138334 for ; Thu, 5 Sep 2019 15:05:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A2832E07A7; Thu, 5 Sep 2019 15:05:30 +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 915F6E07A7 for ; Thu, 5 Sep 2019 15:05:29 +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 E598534ACC5 for ; Thu, 5 Sep 2019 15:05:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1E7B76A for ; Thu, 5 Sep 2019 15:05:25 +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: <1567695906.2976eea33924ceb896f8d6abcf1447b92edaf679.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/distel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/distel/Manifest app-emacs/distel/distel-4.1.1.ebuild X-VCS-Directories: app-emacs/distel/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 2976eea33924ceb896f8d6abcf1447b92edaf679 X-VCS-Branch: master Date: Thu, 5 Sep 2019 15:05:25 +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: 9fef648c-7c9d-483d-99f2-938dc5d2da04 X-Archives-Hash: 2bd2a712b3f592836b6b0bd5c934d9c0 commit: 2976eea33924ceb896f8d6abcf1447b92edaf679 Author: Ulrich Müller gentoo org> AuthorDate: Thu Sep 5 12:11:36 2019 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Sep 5 15:05:06 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2976eea3 app-emacs/distel: Bump to version 4.1.1. Package-Manager: Portage-2.3.75, Repoman-2.3.17 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/distel/Manifest | 1 + app-emacs/distel/distel-4.1.1.ebuild | 40 ++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-emacs/distel/Manifest b/app-emacs/distel/Manifest index 755b567f702..92c3a5ee0fb 100644 --- a/app-emacs/distel/Manifest +++ b/app-emacs/distel/Manifest @@ -1 +1,2 @@ DIST distel-4.0.6.tar.gz 210257 BLAKE2B 615682bfc2b773a78ad85d4817135144dda787d1db57b2743ea2fca8ed672fc1e37f6bc23803c9cc2b6096e7376d318cd7c25c3133f7b9c1326dbd451273841b SHA512 510f82b6794379d89020d234462e09251e0db285ebc111eaf096e32a4e3619384650cb2b47ed68d38762a496504b58981c73ca5b930bd0eb1407aee9599c149f +DIST distel-4.1.1.tar.gz 214189 BLAKE2B 0a24039c11d603814ca352ccc09e776b2431ab1172c195a528aba6ecd85eeb15d9739bb37fcc850fd33e2af928eb9d2c7bc8a1721b46f79792ec658f58d41a4e SHA512 3ef73a650775f25f8e77c78cfaec3d2277a4e097128819d118ba566ac477455a1764383959f1d8eca33f8dedfa937eab605dfff899d344b9b03262c2abc7ac44 diff --git a/app-emacs/distel/distel-4.1.1.ebuild b/app-emacs/distel/distel-4.1.1.ebuild new file mode 100644 index 00000000000..bfe7b568b6c --- /dev/null +++ b/app-emacs/distel/distel-4.1.1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Distributed Emacs Lisp for Erlang" +HOMEPAGE="https://massemanet.github.io/distel/ + https://www.emacswiki.org/emacs/DistributedEmacsLisp" +SRC_URI="https://github.com/massemanet/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" + +# "New BSD License" according to https://code.google.com/p/distel/ +# "MIT" according to https://github.com/massemanet/distel +LICENSE="BSD MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="doc" + +RDEPEND=">=dev-lang/erlang-11.2.5[emacs]" +BDEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + emake base info + cd elisp || die + elisp-compile *.el +} + +src_install() { + emake prefix="${ED}"/usr \ + ELISP_DIR="${ED}${SITELISP}/${PN}" install + elisp-site-file-install "${FILESDIR}/${SITEFILE}" + doinfo doc/distel.info + dodoc AUTHORS ChangeLog NEWS README* + use doc && dodoc doc/gorrie02distel.pdf + docinto html + dodoc doc/distel/*.html +}