summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-09-03 16:21:02 +0200
committerMaciej Barć <xgqt@gentoo.org>2024-09-03 20:44:26 +0200
commita5838e4715c87d5663f4c556d4937caf2d3208ed (patch)
treee8b6eb0ffc12f65b5a51677d384ba712d82e6d7c /app-emacs
parentapp-emacs/ef-themes: sync live 9999 version (diff)
downloadgentoo-a5838e4715c87d5663f4c556d4937caf2d3208ed.tar.gz
gentoo-a5838e4715c87d5663f4c556d4937caf2d3208ed.tar.bz2
gentoo-a5838e4715c87d5663f4c556d4937caf2d3208ed.zip
app-emacs/geiser: drop old 0.30
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/geiser/Manifest1
-rw-r--r--app-emacs/geiser/geiser-0.30.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-emacs/geiser/Manifest b/app-emacs/geiser/Manifest
index 06b297ccd3c0..5f0c827ceb4a 100644
--- a/app-emacs/geiser/Manifest
+++ b/app-emacs/geiser/Manifest
@@ -1,2 +1 @@
-DIST geiser-0.30.tar.bz2 656851 BLAKE2B c0a6ce7d2643e83cc049fa812c601217f52f8814efeebc60405ba591739c887ea0aa874e4ea0a6a72bb5f2282281d9883f2a77735d787a442e560ee2083bab54 SHA512 c66e168bfd8ccdd9c8c0bd3b29ded78ba1b25eeef062e164926c6ce15ec60410e944b2c58a9cb85a248f953b7fc66322626df108f1d9fe521a7331381bcd86a2
DIST geiser-0.31.tar.bz2 657293 BLAKE2B 10d40b43f914a5483bb18dca79272fd97c9bd091a18b159b9d3a297c51a06e7176eb1cbb0f547719b7e3ff397311db987a235f737254e4b07a3be81a42ee6ed5 SHA512 4595711925c725c423f02bfd1994d0c4266167d4616ccbbcd1c4c6394452c8061aa3d5af1528d9300a06eed7f39a2ae089175c1c653b782d994485da774515c7
diff --git a/app-emacs/geiser/geiser-0.30.ebuild b/app-emacs/geiser/geiser-0.30.ebuild
deleted file mode 100644
index 855f4f661e67..000000000000
--- a/app-emacs/geiser/geiser-0.30.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Generic interaction mode between Emacs and different Scheme implementations"
-HOMEPAGE="https://gitlab.com/emacs-geiser/geiser/"
-SRC_URI="https://gitlab.com/emacs-geiser/${PN}/-/archive/${PV}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-
-RDEPEND="app-emacs/transient"
-BDEPEND="
- ${RDEPEND}
- app-text/texi2html
- sys-apps/texinfo
-"
-
-DOCS=( readme.org news.org doc/html )
-SITEFILE="50${PN}-gentoo.el"
-
-src_compile() {
- BYTECOMPFLAGS="-L elisp" elisp-compile elisp/*.el
-
- emake -C doc info web
-}
-
-src_install() {
- elisp-install ${PN} elisp/*.el{,c}
- elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-
- doinfo doc/*.info
- einstalldocs
-}