public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/
Date: Tue, 25 Jun 2024 15:26:10 +0000 (UTC)	[thread overview]
Message-ID: <1719329165.8ba948cac59fecb13e75ffcf202f38ac24e50f93.xgqt@gentoo> (raw)

commit:     8ba948cac59fecb13e75ffcf202f38ac24e50f93
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 25 15:19:32 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jun 25 15:26:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8ba948ca

app-emacs/slime: drop old 2.29.1

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/slime/Manifest            |  1 -
 app-emacs/slime/slime-2.29.1.ebuild | 76 -------------------------------------
 2 files changed, 77 deletions(-)

diff --git a/app-emacs/slime/Manifest b/app-emacs/slime/Manifest
index 4f26a5bb8c20..a9f4baca1c4b 100644
--- a/app-emacs/slime/Manifest
+++ b/app-emacs/slime/Manifest
@@ -1,2 +1 @@
-DIST slime-2.29.1.tar.gz 828475 BLAKE2B 90ad92b34e8bc90fb549f4dec00dde18a50edee95f4cb77db2ccdb024c70cc03ae6b8942c8a2200b14e9db1cf3e2a6cda52f847443552efac33c30130a04534e SHA512 5e93a13814584c4c02b2fe4f5703212312ef9f6c810030045602dc8b38b1374193cd2f9739f791808b29e27b33e295c79c6d34b9ed864798961f12ce075cef74
 DIST slime-2.30.tar.gz 774034 BLAKE2B ad64caabfbb76418ad197a3114b9cf69befe4f626febaa97d568313af860c6bacef9322f27742451ccf009956cb68d0608c7c716be5f922c99fb1f245be29309 SHA512 88378df3e2ec065b052be06cb5638a42d07bc05a6e3cd3fc6907f629988a5d0fd90be050a85d73c38bf407dea6049a89fe1525e3308eef79f12f82d235b62e22

diff --git a/app-emacs/slime/slime-2.29.1.ebuild b/app-emacs/slime/slime-2.29.1.ebuild
deleted file mode 100644
index a807cef74475..000000000000
--- a/app-emacs/slime/slime-2.29.1.ebuild
+++ /dev/null
@@ -1,76 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="SLIME, the Superior Lisp Interaction Mode (Extended)"
-HOMEPAGE="https://slime.common-lisp.dev/
-	https://github.com/slime/slime/"
-SRC_URI="https://github.com/slime/slime/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="public-domain GPL-2+ GPL-3+ LLGPL-2.1 ZLIB 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}
-"
-BDEPEND="
-	>=sys-apps/texinfo-5.1
-	doc? (
-		virtual/texi2dvi
-	)
-"
-
-SITEFILE="70${PN}-gentoo.el"
-
-src_prepare() {
-	default
-
-	# Remove xref.lisp (which is non-free) unless USE flag is set
-	use xref || rm xref.lisp || die
-}
-
-src_compile() {
-	elisp-compile *.el
-	BYTECOMPFLAGS="${BYTECOMPFLAGS} -L contrib -l slime" \
-		elisp-compile contrib/*.el lib/*.el
-
-	emake -C doc slime.info
-	if use doc; then
-		VARTEXFONTS="${T}"/fonts emake -C doc all
-	fi
-}
-
-src_install() {
-	# Install core
-	elisp-install ${PN} *.{el,elc,lisp}
-
-	# Install contribs
-	elisp-install ${PN}/contrib/ contrib/*.{el,elc} contrib/swank*
-
-	# Install lib
-	elisp-install ${PN}/lib/ lib/*.{el,elc}
-
-	# Install swank
-	elisp-install ${PN}/swank/ swank/*.lisp
-
-	elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
-	# 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
-
-	# Bug #656760
-	touch "${ED}${SITELISP}/${PN}/lib/.nosearch" || die
-}


             reply	other threads:[~2024-06-25 15:26 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-25 15:26 Maciej Barć [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-06-04 18:23 [gentoo-commits] repo/gentoo:master commit in: app-emacs/slime/ 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-04  9:28 José María Alonso
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=1719329165.8ba948cac59fecb13e75ffcf202f38ac24e50f93.xgqt@gentoo \
    --to=xgqt@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