From 6d5687ebfa13f5ac4b2452eccc81a73bd747eefb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Bar=C4=87?= Date: Tue, 7 Jul 2026 13:03:25 +0200 Subject: [PATCH] app-emacs/elpher: sync live 9999 version MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maciej Barć --- app-emacs/elpher/elpher-9999.ebuild | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/app-emacs/elpher/elpher-9999.ebuild b/app-emacs/elpher/elpher-9999.ebuild index 0124c2d27c1c8..4d1511fb6fc88 100644 --- a/app-emacs/elpher/elpher-9999.ebuild +++ b/app-emacs/elpher/elpher-9999.ebuild @@ -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"