diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-11-27 21:41:22 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-11-27 23:10:01 +0100 |
commit | a26b8487b93caef6742844ff1af152b8f096bc23 (patch) | |
tree | 861c38ec079035463dcfd45219e06fe35b27ec1d /app-emacs | |
parent | app-emacs/geiser-guile: drop old 0.28.2 (diff) | |
download | gentoo-a26b8487b93caef6742844ff1af152b8f096bc23.tar.gz gentoo-a26b8487b93caef6742844ff1af152b8f096bc23.tar.bz2 gentoo-a26b8487b93caef6742844ff1af152b8f096bc23.zip |
app-emacs/geiser-guile: drop old 0.28.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/geiser-guile/geiser-guile-0.28.3.ebuild | 52 |
1 files changed, 0 insertions, 52 deletions
diff --git a/app-emacs/geiser-guile/geiser-guile-0.28.3.ebuild b/app-emacs/geiser-guile/geiser-guile-0.28.3.ebuild deleted file mode 100644 index 4577098da784..000000000000 --- a/app-emacs/geiser-guile/geiser-guile-0.28.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Guile's implementation of the Geiser protocols" -HOMEPAGE="https://gitlab.com/emacs-geiser/guile/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://gitlab.com/emacs-geiser/guile.git" -else - SRC_URI="https://gitlab.com/emacs-geiser/guile/-/archive/${PV}/guile-${PV}.tar.bz2 - -> ${P}.tar.bz2" - S="${WORKDIR}/guile-${PV}" - - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="BSD" -SLOT="0" - -BDEPEND=" - app-emacs/geiser - app-emacs/transient -" -RDEPEND=" - ${BDEPEND} - dev-scheme/guile -" - -PATCHES=( "${FILESDIR}/${PN}-guile-scheme-src-dir.patch" ) - -DOCS=( readme.org ) -ELISP_TEXINFO="${PN}.texi" -SITEFILE="50${PN}-gentoo.el" - -src_prepare() { - elisp_src_prepare - - sed "s|@SITEETC@|${EPREFIX}${SITEETC}/${PN}|" -i "${PN}.el" || die -} - -src_install() { - elisp_src_install - - insinto "${SITEETC}/${PN}" - doins -r src -} |