Gentoo Archives: gentoo-commits

From: "José María Alonso" <nimiux@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/
Date: Sat, 02 Jun 2018 08:36:28
Message-Id: 1527928571.2aed0714ed116599557290c7273741c77b1b6cda.nimiux@gentoo
1 commit: 2aed0714ed116599557290c7273741c77b1b6cda
2 Author: Chema Alonso Josa <nimiux <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 2 08:36:11 2018 +0000
4 Commit: José María Alonso <nimiux <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 2 08:36:11 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2aed0714
7
8 app-emacs/slime: Bump version to 2.21
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-emacs/slime/Manifest | 1 +
13 app-emacs/slime/slime-2.21.ebuild | 69 +++++++++++++++++++++++++++++++++++++++
14 2 files changed, 70 insertions(+)
15
16 diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest
17 index a7012659020..be179622f43 100644
18 --- a/app-emacs/slime/Manifest
19 +++ b/app-emacs/slime/Manifest
20 @@ -1,2 +1,3 @@
21 DIST slime-2.15.tar.gz 1072190 BLAKE2B 7623d2d109486e35cb94a3bd8a6b72008c28fbc0bac5bdbcde5fcde19b2ebc74d488a6ff67f026922ea716e67ac732cc72f7b984cc4c2574f57323db93de300c SHA512 15f943981e35995b225b168a3d1c2099f7205c2ff359fa209f164464caf05f9fab4d24906442d94ddeb4222f7116d09a832c7377baf95fbe02d6a98a721fd611
22 DIST slime-2.20.tar.gz 803127 BLAKE2B 9a6e50d50da4c9f8f2226ec919cf7f2068ae93a0bac0301233c2d75f12e94e3345998093880d7836fab07d8541da86de928308cfe571ee5811da6de9bfa11b31 SHA512 994dbffb54ee1ab4ca529771451724c83ff83992a6d495e06cdca5cd94f0c098e48d7914489278e3015f18ea094d58c469e57301492087a33087562f69506b46
23 +DIST slime-2.21.tar.gz 810610 BLAKE2B d5126e60fb04af2c712426dc9b701cfcabb04a16ab4df6ee138c9f77280fa892e608a04f1af1154b42f7063cc85464146e9a9b10f2a223b5d8015ed49eb1ee1c SHA512 6cc0d865bda2b1a4d806564e4e7d0c9cff739aba16d21ffd47c6a7353e45d332506014ba54f6a0fcfbc97d4c2d3d864f02c2d144cd4d8d06b9b19dafa8f8be3c
24
25 diff --git a/app-emacs/slime/slime-2.21.ebuild b/app-emacs/slime/slime-2.21.ebuild
26 new file mode 100644
27 index 00000000000..aa82b5505f3
28 --- /dev/null
29 +++ b/app-emacs/slime/slime-2.21.ebuild
30 @@ -0,0 +1,69 @@
31 +# Copyright 1999-2018 Gentoo Foundation
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
39 +HOMEPAGE="http://common-lisp.net/project/slime/"
40 +SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-2 xref? ( xref.lisp )"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~ppc ~sparc ~x86"
45 +IUSE="doc xref"
46 +RESTRICT=test # tests fail to contact sbcl
47 +
48 +RDEPEND="virtual/commonlisp
49 + dev-lisp/asdf"
50 +DEPEND="${RDEPEND}
51 + >=sys-apps/texinfo-5.1
52 + doc? ( virtual/texi2dvi )"
53 +
54 +CLPACKAGE=swank
55 +CLSYSTEMS=swank
56 +SITEFILE=70${PN}-gentoo.el
57 +
58 +src_prepare() {
59 + default
60 + # Remove xref.lisp (which is non-free) unless USE flag is set
61 + use xref || rm -f xref.lisp
62 +}
63 +
64 +src_compile() {
65 + elisp-compile *.el || die
66 + BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \
67 + elisp-compile contrib/*.el lib/*.el || die
68 +
69 + emake -C doc slime.info || die
70 + if use doc ; then
71 + VARTEXFONTS="${T}"/fonts \
72 + emake -C doc all
73 + fi
74 +}
75 +
76 +src_install() {
77 + # Install core
78 + elisp-install ${PN} *.{el,elc,lisp} || die "Cannot install SLIME core"
79 +
80 + # Install contribs
81 + elisp-install ${PN}/contrib/ contrib/*.{el,elc,lisp,scm,goo} \
82 + || die "Cannot install contribs"
83 +
84 + # Install lib
85 + elisp-install ${PN}/lib/ lib/*.{el,elc} || die "Cannot install libs"
86 +
87 + # Install swank
88 + elisp-install ${PN}/swank/ swank/*.lisp || die "Cannot install swank"
89 +
90 + elisp-site-file-install "${FILESDIR}"/${SITEFILE} || die "Cannon install site file"
91 + # Install docs
92 + dodoc README.md CONTRIBUTING.md NEWS PROBLEMS
93 + newdoc contrib/README.md README-contrib.md
94 + doinfo doc/slime.info
95 + use doc && dodoc doc/*.pdf
96 +
97 + # Bug #656760
98 + touch "${ED}${SITELISP}/${PN}/lib/.nosearch" || die
99 +}