From: "Manuel Rüger" <mrueg@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/
Date: Wed, 15 Feb 2017 00:14:43 +0000 (UTC) [thread overview]
Message-ID: <1487117667.527a498d25ea43db66dbe3cdd343d0f86edca5cb.mrueg@gentoo> (raw)
commit: 527a498d25ea43db66dbe3cdd343d0f86edca5cb
Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 15 00:14:27 2017 +0000
Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Wed Feb 15 00:14:27 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=527a498d
app-emacs/slime: Remove old
Package-Manager: portage-2.3.3
app-emacs/slime/Manifest | 2 -
app-emacs/slime/slime-2.0_p20080731-r1.ebuild | 79 ---------------------------
app-emacs/slime/slime-2.0_p20080731.ebuild | 78 --------------------------
3 files changed, 159 deletions(-)
diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest
index c129c47207..011b55acef 100644
--- a/app-emacs/slime/Manifest
+++ b/app-emacs/slime/Manifest
@@ -1,5 +1,3 @@
-DIST slime-2.0_p20080731-patches.tar.bz2 4966 SHA256 0b032a7f6744dac372bfd2036789efd4e9cc7c509e7836e27fee4abc9072a12a SHA512 12dafeeeeab9bc4b63113e6a3cb4e2695867c0f8dd8e08f38af8c1cc403b25ead6a94b0d3ac2ede2c88e2152f01af49964b811301e761545f9589fa969617d85 WHIRLPOOL 5b99322502466f06ccf22a411053316bb31d510eef4f9189f15a544609cd5d1a47f89de6b5a8366a6c62939dfb012133083305404e3a512077b9e1ac7108e04e
-DIST slime-2.0_p20080731.tar.bz2 596093 SHA256 7c5f3ab65a0e76ff042230a34213f558d9a57c00ef22380876bf9cde9717354b SHA512 c991c6d41c5e694a64c71cd9010aeeb7f79ef308ec1d9e1df63ff4031946cf88f7d2b6819725a17f98fcdf6a1a35f82352a817c1c064b7b205b82c363691b7bc WHIRLPOOL 6f62a33600ca7831dfe0cdc0a94db1b5c849fcc3c8392f5709a65c588f45eec70f78c9930e471652f4926398328d2f2ff9a3c6e9475eb14f9c6233213e6c9416
DIST slime-2.0_p20101103-patches.tar.bz2 4730 SHA256 9cab942f4ea64ec2f0e127db3b5428513c51899e5518d9f8c2bd9143c644fd19 SHA512 7990a3ffa4a5867fe84e326034aa794d3396dd2a74125e256be33524e2e737e052094fa11f2f486db34dc619e89e9343d4c5d2f84f3972139c2c7ac33248ce2c WHIRLPOOL a11ebfdf6b9054ed07ea8af667a5ef909cbe129531ee63dd3b4556fedc4d0e334ed913423a23acab176312b1c781f3c25f1c499184d7f2c6bfe459d4b67c368b
DIST slime-2.0_p20101103.tar.bz2 725888 SHA256 0596532fa8cb78e59f685557474bd0ac5d00a79ac84c361ab93f079797a4041f SHA512 cb0cc3232304ef6efec5e01d3660cc649abb3e5803f17c82785b154b6f0b581889ea3b2dcf261be39b16ff22c912c34c7ec84c400856f5c4a29fbeaf7c49851d WHIRLPOOL 3421ea5aa5ed96a3d7b552fe74804bc3e7e822dd21623c0b36f7f84d7ad726fa57d0eb496e15d4ef9ea5027f0c247a3ba8ae7ae46118851c3f0ed13ec1cf482f
DIST slime-2.11.tar.gz 1054516 SHA256 d63962c22f983a52519fb51b5ca28183aeb23ff6892804d02311e54d73ec8b2a SHA512 9507a4460a2f0d5b4f0857824fcaa36f6efeb09aebde7ca682bdc0214b6a722e471180c34ddce26a8f94d7cf3aae959954565ada314729e803d36767afc3e850 WHIRLPOOL 530c5b341f2ca4a95c954cea848c67cfd027345691feb9c246eb56ecaf6c420b642ed1991f1d615dabc0ca1f54bc6b28482e57c800498cf25a17ce39a7dc0ba3
diff --git a/app-emacs/slime/slime-2.0_p20080731-r1.ebuild b/app-emacs/slime/slime-2.0_p20080731-r1.ebuild
deleted file mode 100644
index 4be63c9c22..0000000000
--- a/app-emacs/slime/slime-2.0_p20080731-r1.ebuild
+++ /dev/null
@@ -1,79 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=3
-
-inherit common-lisp elisp eutils
-
-DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
-HOMEPAGE="http://common-lisp.net/project/slime/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- mirror://gentoo/${P}-patches.tar.bz2"
-
-LICENSE="GPL-2 xref? ( xref.lisp )"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~x86-macos"
-IUSE="doc xref"
-
-RDEPEND="virtual/commonlisp
- dev-lisp/asdf"
-DEPEND="${RDEPEND}
- doc? ( virtual/texi2dvi )"
-
-CLPACKAGE=swank
-SITEFILE="70${PN}-gentoo.el"
-
-src_prepare() {
- EPATCH_SUFFIX=patch epatch
- mv "${WORKDIR}/swank.asd" "${S}" || die
-
- # extract date of last update from ChangeLog, bug 233270
- SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
- [ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog date"
-
- sed -i "/(defvar \*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp || die
- sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el || die
-
- # Remove xref.lisp (which is non-free) unless USE flag is set
- use xref || rm -f xref.lisp
-}
-
-src_compile() {
- elisp-compile *.el || die
- BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \
- elisp-compile contrib/*.el || die
- emake -j1 -C doc slime.info || die
-
- if use doc; then
- VARTEXFONTS="${T}/fonts" emake -j1 -C doc slime.{ps,pdf} || die
- fi
-}
-
-src_install() {
- ## install core
- elisp-install ${PN} *.{el,elc} "${FILESDIR}/swank-loader.lisp" || die
- sed "s:/usr/:${EPREFIX}&:g" "${FILESDIR}/${SITEFILE}" >"${T}/${SITEFILE}" \
- || die
- elisp-site-file-install "${T}/${SITEFILE}" || die
-
- # remove upstream swank-loader, since it won't be used
- rm "${S}/swank-loader.lisp"
-
- insinto "${CLSOURCEROOT%/}/swank"
- doins *.lisp swank.asd || die
- dodir "${CLSYSTEMROOT}" || die
- dosym "${CLSOURCEROOT%/}/swank/swank.asd" "${CLSYSTEMROOT}" || die
-
- ## install contribs
- elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} || die
- insinto "${CLSOURCEROOT%/}/swank/contrib"
- doins contrib/*.lisp || die
-
- ## install docs
- doinfo doc/slime.info || die
- dodoc README* ChangeLog HACKING NEWS PROBLEMS
- newdoc contrib/README README.contrib
- newdoc contrib/ChangeLog ChangeLog.contrib
- use doc && dodoc doc/slime.{ps,pdf}
-}
diff --git a/app-emacs/slime/slime-2.0_p20080731.ebuild b/app-emacs/slime/slime-2.0_p20080731.ebuild
deleted file mode 100644
index 64157e2a78..0000000000
--- a/app-emacs/slime/slime-2.0_p20080731.ebuild
+++ /dev/null
@@ -1,78 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-inherit common-lisp elisp eutils
-
-DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
-HOMEPAGE="http://common-lisp.net/project/slime/"
-SRC_URI="mirror://gentoo/${P}.tar.bz2
- mirror://gentoo/${P}-patches.tar.bz2"
-
-LICENSE="GPL-2 xref.lisp"
-SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
-IUSE="doc"
-
-RDEPEND="virtual/commonlisp dev-lisp/asdf"
-DEPEND="${RDEPEND}
- doc? ( virtual/texi2dvi )"
-
-CLPACKAGE=swank
-SITEFILE=70${PN}-gentoo.el
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- EPATCH_SUFFIX=patch epatch
- mv "${WORKDIR}/swank.asd" "${S}" || die
-
- # extract date of last update from ChangeLog, bug 233270
- SLIME_CHANGELOG_DATE=$(awk '/^[-0-9]+ / { print $1; exit; }' ChangeLog)
- [ -n "${SLIME_CHANGELOG_DATE}" ] || die "cannot determine ChangeLog date"
-
- sed -i "/(defvar \*swank-wire-protocol-version\*/s:nil:\"${SLIME_CHANGELOG_DATE}\":" swank.lisp \
- || die "sed swank.lisp failed"
- sed -i "s:@SLIME-CHANGELOG-DATE@:${SLIME_CHANGELOG_DATE}:" slime.el \
- || die "sed slime.el failed"
-}
-
-src_compile() {
- elisp-compile *.el || die "Cannot compile core Elisp files"
- BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \
- elisp-compile contrib/*.el || die "Cannot compile contrib Elisp files"
- emake -j1 -C doc slime.info || die "Cannot build info docs"
- if use doc; then
- VARTEXFONTS="${T}"/fonts \
- emake -j1 -C doc slime.{ps,pdf} || die "emake doc failed"
- fi
-}
-
-src_install() {
- ## install core
- elisp-install ${PN} *.el{,c} "${FILESDIR}"/swank-loader.lisp \
- || die "Cannot install SLIME core"
- elisp-site-file-install "${FILESDIR}"/${SITEFILE} \
- || die "elisp-site-file-install failed"
- # remove upstream swank-loader, since it won't be used
- rm "${S}"/swank-loader.lisp
- insinto "${CLSOURCEROOT%/}"/swank
- doins *.lisp swank.asd
- dodir "${CLSYSTEMROOT}"
- dosym "${CLSOURCEROOT%/}"/swank/swank.asd "${CLSYSTEMROOT}"
- dosym "${SITELISP}"/${PN}/swank-version.el "${CLSOURCEROOT%/}"/swank
-
- ## install contribs
- elisp-install ${PN}/contrib/ contrib/*.{el,elc,scm,goo} \
- || die "Cannot install contribs"
- insinto "${CLSOURCEROOT%/}"/swank/contrib
- doins contrib/*.lisp
-
- ## install docs
- dodoc README* ChangeLog HACKING NEWS PROBLEMS
- newdoc contrib/README README.contrib
- newdoc contrib/ChangeLog ChangeLog.contrib
- doinfo doc/slime.info
- use doc && dodoc doc/slime.{ps,pdf}
-}
next reply other threads:[~2017-02-15 0:14 UTC|newest]
Thread overview: 36+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-02-15 0:14 Manuel Rüger [this message]
-- strict thread matches above, loose matches on Subject: below --
2017-04-17 10:01 [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ Ulrich Müller
2018-02-18 21:48 Thomas Deutschmann
2018-03-03 13:12 Sergei Trofimovich
2018-03-03 13:24 Ulrich Müller
2018-03-03 18:57 Andreas Hüttel
2018-03-03 18:57 Andreas Hüttel
2018-03-04 9:28 José María Alonso
2018-04-08 19:05 Aaron Bauman
2018-04-08 19:17 José María Alonso
2018-04-08 19:52 José María Alonso
2018-04-11 8:19 José María Alonso
2018-05-30 18:16 José María Alonso
2018-06-02 8:36 José María Alonso
2020-01-03 10:06 Agostino Sarubbo
2020-01-03 13:42 Agostino Sarubbo
2020-01-03 14:30 Agostino Sarubbo
2022-04-05 19:50 Ulrich Müller
2022-05-07 10:56 Jakov Smolić
2022-07-21 7:31 Ulrich Müller
2023-01-29 21:22 Maciej Barć
2023-03-13 23:28 Sam James
2023-03-13 23:28 Sam James
2023-03-15 13:50 Arthur Zamarin
2024-01-23 22:07 Maciej Barć
2024-01-23 22:07 Maciej Barć
2024-01-27 21:26 Maciej Barć
2024-02-27 23:25 Sam James
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-04-28 23:53 Maciej Barć
2024-06-04 18:23 Arthur Zamarin
2024-06-25 15:26 Maciej Barć
2024-12-06 1:08 Maciej Barć
2025-01-05 22:56 Sam James
2025-01-23 10:17 Maciej Barć
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=1487117667.527a498d25ea43db66dbe3cdd343d0f86edca5cb.mrueg@gentoo \
--to=mrueg@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