app-emacs/geiser - 0.33.1 (gentoo)

Search

Install

Install this version:

emerge -a =app-emacs/geiser-0.33.1

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =app-emacs/geiser-0.33.1

Or alternatively:

emerge --autounmask-write -a =app-emacs/geiser-0.33.1

Package Information

Description:
Generic interaction mode between Emacs and different Scheme implementations
Homepage:
https://gitlab.com/emacs-geiser/geiser/
License:
BSD

Ebuild Details

Version EAPI Keywords Slot
0.33.1 9 ~amd64 ~x86 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=9

NEED_EMACS="27.1"

inherit elisp

DESCRIPTION="Generic interaction mode between Emacs and different Scheme implementations"
HOMEPAGE="https://gitlab.com/emacs-geiser/geiser/"
SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz"

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() {
	local -x BYTECOMPFLAGS="-L ./elisp"
	elisp_src_compile
	emake -C ./doc info web
}

src_install() {
	elisp_src_install
	doinfo ./doc/*.info
	einstalldocs
}

Inherited Eclasses

Dependencies

RDEPEND

	app-emacs/transient

BDEPEND

	
	app-emacs/transient

	app-text/texi2html
	sys-apps/texinfo

Manifest for 0.33.1

Type File Size Source URLs
DIST geiser-0.33.1.tar.xz 649840 bytes https://dev.gentoo.org/~xgqt/distfiles/repackaged/geiser-0.33.1.tar.xz