From: "José María Alonso" <nimiux@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/
Date: Sun, 4 Mar 2018 09:28:53 +0000 (UTC) [thread overview]
Message-ID: <1520155725.0c779dd857c460e17d6d5ea0172e2f8bd6945025.nimiux@gentoo> (raw)
commit: 0c779dd857c460e17d6d5ea0172e2f8bd6945025
Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
AuthorDate: Sun Mar 4 09:28:16 2018 +0000
Commit: José María Alonso <nimiux <AT> gentoo <DOT> 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
+}
next reply other threads:[~2018-03-04 9:28 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-04 9:28 José María Alonso [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-23 10:17 [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ Maciej Barć
2025-01-05 22:56 Sam James
2024-12-06 1:08 Maciej Barć
2024-06-25 15:26 Maciej Barć
2024-06-04 18:23 Arthur Zamarin
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-02-27 23:25 Sam James
2024-01-27 21:26 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2023-03-15 13:50 Arthur Zamarin
2023-03-13 23:28 Sam James
2023-03-13 23:28 Sam James
2023-01-29 21:22 Maciej Barć
2022-07-21 7:31 Ulrich Müller
2022-05-07 10:56 Jakov Smolić
2022-04-05 19:50 Ulrich Müller
2020-01-03 14:30 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-03 10:06 Agostino Sarubbo
2018-06-02 8:36 José María Alonso
2018-05-30 18:16 José María Alonso
2018-04-11 8:19 José María Alonso
2018-04-08 19:52 José María Alonso
2018-04-08 19:17 José María Alonso
2018-04-08 19:05 Aaron Bauman
2018-03-03 18:57 Andreas Hüttel
2018-03-03 18:57 Andreas Hüttel
2018-03-03 13:24 Ulrich Müller
2018-03-03 13:12 Sergei Trofimovich
2018-02-18 21:48 Thomas Deutschmann
2017-04-17 10:01 Ulrich Müller
2017-02-15 0:14 Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1520155725.0c779dd857c460e17d6d5ea0172e2f8bd6945025.nimiux@gentoo \
--to=nimiux@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox