app-emacs/elpher: sync live 9999 version

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2026-07-07 13:03:25 +02:00
parent a187cfaaaf
commit 6d5687ebfa

View File

@@ -1,29 +1,21 @@
# Copyright 1999-2024 Gentoo Authors
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
EAPI=9
NEED_EMACS=27.1
NEED_EMACS="27.1"
inherit elisp
DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs"
HOMEPAGE="https://thelambdalab.xyz/elpher/"
HOMEPAGE="https://thelambdalab.xyz/elpher/
https://elpa.nongnu.org/nongnu/elpher.html"
if [[ "${PV}" == *9999* ]] ; then
inherit git-r3
EGIT_REPO_URI="git://thelambdalab.xyz/${PN}.git"
else
if [[ "${PV}" == 3.6.0 ]] ; then
COMMIT=56bc74e
SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
-> ${P}.tar.gz"
S="${WORKDIR}/${PN}-${COMMIT}"
else
die "could not generate SRC_URI"
fi
SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/mirrored/${P}.tar.xz"
KEYWORDS="~amd64 ~x86"
fi
@@ -33,7 +25,6 @@ SLOT="0"
ELISP_REMOVE="
elpher-pkg.el
"
DOCS=( ISSUES.org README )
DOCS=( README )
ELISP_TEXINFO="${PN}.texi"
SITEFILE="50${PN}-gentoo.el"