mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
app-emacs/elpher: sync live 9999 version
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user