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 2774B1382C5 for ; Sun, 4 Mar 2018 09:28:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4D2A1E089A; Sun, 4 Mar 2018 09:28:56 +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 1B84CE089A for ; Sun, 4 Mar 2018 09:28:56 +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 EE1A4335C51 for ; Sun, 4 Mar 2018 09:28:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E18A1F0 for ; Sun, 4 Mar 2018 09:28:53 +0000 (UTC) From: "José María Alonso" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "José María Alonso" Message-ID: <1520155725.0c779dd857c460e17d6d5ea0172e2f8bd6945025.nimiux@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/slime/Manifest app-emacs/slime/slime-2.20.ebuild X-VCS-Directories: app-emacs/slime/ X-VCS-Committer: nimiux X-VCS-Committer-Name: José María Alonso X-VCS-Revision: 0c779dd857c460e17d6d5ea0172e2f8bd6945025 X-VCS-Branch: master Date: Sun, 4 Mar 2018 09:28:53 +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: bdbcb47b-6730-414a-aae0-537a9fcc524a X-Archives-Hash: d4017356f628abcc4f5de73a8ca8e277 commit: 0c779dd857c460e17d6d5ea0172e2f8bd6945025 Author: Chema Alonso Josa gentoo org> AuthorDate: Sun Mar 4 09:28:16 2018 +0000 Commit: José María Alonso gentoo org> CommitDate: Sun Mar 4 09:28:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c779dd8 app-emacs/slime: Bumps version to 2.20 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-emacs/slime/Manifest | 1 + app-emacs/slime/slime-2.20.ebuild | 66 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 67 insertions(+) diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest index ec6e51ba201..a7012659020 100644 --- a/app-emacs/slime/Manifest +++ b/app-emacs/slime/Manifest @@ -1 +1,2 @@ DIST slime-2.15.tar.gz 1072190 BLAKE2B 7623d2d109486e35cb94a3bd8a6b72008c28fbc0bac5bdbcde5fcde19b2ebc74d488a6ff67f026922ea716e67ac732cc72f7b984cc4c2574f57323db93de300c SHA512 15f943981e35995b225b168a3d1c2099f7205c2ff359fa209f164464caf05f9fab4d24906442d94ddeb4222f7116d09a832c7377baf95fbe02d6a98a721fd611 +DIST slime-2.20.tar.gz 803127 BLAKE2B 9a6e50d50da4c9f8f2226ec919cf7f2068ae93a0bac0301233c2d75f12e94e3345998093880d7836fab07d8541da86de928308cfe571ee5811da6de9bfa11b31 SHA512 994dbffb54ee1ab4ca529771451724c83ff83992a6d495e06cdca5cd94f0c098e48d7914489278e3015f18ea094d58c469e57301492087a33087562f69506b46 diff --git a/app-emacs/slime/slime-2.20.ebuild b/app-emacs/slime/slime-2.20.ebuild new file mode 100644 index 00000000000..b8a5bdb9d7f --- /dev/null +++ b/app-emacs/slime/slime-2.20.ebuild @@ -0,0 +1,66 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit elisp eutils + +DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)" +HOMEPAGE="http://common-lisp.net/project/slime/" +SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2 xref? ( xref.lisp )" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86" +IUSE="doc xref" +RESTRICT=test # tests fail to contact sbcl + +RDEPEND="virtual/commonlisp + dev-lisp/asdf" +DEPEND="${RDEPEND} + >=sys-apps/texinfo-5.1 + doc? ( virtual/texi2dvi )" + +CLPACKAGE=swank +CLSYSTEMS=swank +SITEFILE=70${PN}-gentoo.el + +src_prepare() { + # Remove xref.lisp (which is non-free) unless USE flag is set + use xref || rm -f xref.lisp + eapply_user +} + +src_compile() { + elisp-compile *.el || die + BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \ + elisp-compile contrib/*.el lib/*.el || die + emake -j1 -C doc slime.info || die "Cannot build info docs" + + #if use doc; then + # VARTEXFONTS="${T}"/fonts \ + # emake -j1 -C doc slime.pdf || die "emake doc failed" + #fi +} + +src_install() { + ## install core + elisp-install ${PN} *.{el,elc,lisp} || die "Cannot install SLIME core" + + ## install contribs + elisp-install ${PN}/contrib/ contrib/*.{el,elc,lisp,scm,goo} \ + || die "Cannot install contribs" + + ## install lib + elisp-install ${PN}/lib/ lib/*.{el,elc} || die "Cannot install libs" + + ## install swank + elisp-install ${PN}/swank/ swank/*.lisp || die "Cannot install swank" + + elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die + ## install docs + dodoc README.md CONTRIBUTING.md NEWS PROBLEMS + newdoc contrib/README.md README-contrib.md + doinfo doc/slime.info + use doc && dodoc doc/*.pdf +}