From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/elpher/
Date: Tue, 28 Mar 2023 00:57:37 +0000 (UTC) [thread overview]
Message-ID: <1679964650.9b8314c753bde9d11523277af7223061718040a9.xgqt@gentoo> (raw)
commit: 9b8314c753bde9d11523277af7223061718040a9
Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 28 00:16:39 2023 +0000
Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Mar 28 00:50:50 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9b8314c7
app-emacs/elpher: support live
Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
app-emacs/elpher/elpher-3.4.2.ebuild | 23 +++++++++++++++++------
1 file changed, 17 insertions(+), 6 deletions(-)
diff --git a/app-emacs/elpher/elpher-3.4.2.ebuild b/app-emacs/elpher/elpher-3.4.2.ebuild
index 48c35ad2cc84..2b588b300012 100644
--- a/app-emacs/elpher/elpher-3.4.2.ebuild
+++ b/app-emacs/elpher/elpher-3.4.2.ebuild
@@ -3,22 +3,33 @@
EAPI=8
-[[ ${PV} == 3.4.2 ]] && COMMIT=f117f2f
NEED_EMACS=27.1
inherit elisp
DESCRIPTION="Practical and friendly Gopher and Gemini client for GNU Emacs"
HOMEPAGE="https://thelambdalab.xyz/elpher/"
-SRC_URI="https://thelambdalab.xyz/gitweb/index.cgi?p=${PN}.git;a=snapshot;h=${COMMIT};sf=tgz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}-${COMMIT}
+
+if [[ ${PV} == *9999* ]] ; then
+ inherit git-r3
+ EGIT_REPO_URI="git://thelambdalab.xyz/${PN}.git"
+else
+ if [[ ${PV} == 3.4.2 ]] ; then
+ COMMIT=f117f2f
+ 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
+ KEYWORDS="amd64 x86"
+fi
LICENSE="GPL-3+"
-KEYWORDS="amd64 x86"
SLOT="0"
-DOCS=( ISSUES.org README )
ELISP_REMOVE="elpher-pkg.el"
+
+DOCS=( ISSUES.org README )
ELISP_TEXINFO="${PN}.texi"
SITEFILE="50${PN}-gentoo.el"
next reply other threads:[~2023-03-28 0:57 UTC|newest]
Thread overview: 21+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-03-28 0:57 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-27 11:31 [gentoo-commits] repo/gentoo:master commit in: app-emacs/elpher/ Maciej Barć
2024-05-14 22:21 Maciej Barć
2024-04-29 0:27 Sam James
2024-04-29 0:27 Sam James
2024-03-25 2:27 Maciej Barć
2024-03-25 2:27 Maciej Barć
2024-03-25 2:27 Maciej Barć
2024-02-14 17:01 Maciej Barć
2023-06-20 16:16 Sam James
2023-06-20 16:12 Sam James
2023-05-11 15:34 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-03-28 0:57 Maciej Barć
2023-03-19 14:18 Maciej Barć
2022-12-22 13:10 Sam James
2022-12-22 13:06 Sam James
2022-07-19 0:56 Maciej Barć
2022-05-11 0:04 Maciej Barć
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1679964650.9b8314c753bde9d11523277af7223061718040a9.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox