From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/
Date: Mon, 10 Mar 2025 11:10:10 +0000 (UTC) [thread overview]
Message-ID: <1741604987.3801b02af6a571c4ee4fc638537a80edfd9f96b7.ulm@gentoo> (raw)
commit: 3801b02af6a571c4ee4fc638537a80edfd9f96b7
Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 11:09:47 2025 +0000
Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon Mar 10 11:09:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=3801b02a
app-emacs/emacs-daemon: Add conditional for live version
Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
app-emacs/emacs-daemon/emacs-daemon-9999.ebuild | 18 ++++++++++++------
1 file changed, 12 insertions(+), 6 deletions(-)
diff --git a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
index 797198b..fdda794 100644
--- a/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
+++ b/app-emacs/emacs-daemon/emacs-daemon-9999.ebuild
@@ -3,15 +3,21 @@
EAPI=8
-EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
-EGIT_BRANCH="${PN}"
-EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
-
-inherit elisp git-r3
+inherit elisp
+
+if [[ ${PV##*.} = 9999 ]]; then
+ inherit git-r3
+ EGIT_REPO_URI="https://anongit.gentoo.org/git/proj/emacs-tools.git"
+ EGIT_BRANCH="${PN}"
+ EGIT_CHECKOUT_DIR="${WORKDIR}/${PN}"
+ S="${EGIT_CHECKOUT_DIR}"
+else
+ SRC_URI="https://dev.gentoo.org/~ulm/emacs/${P}.tar.xz"
+ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~sparc ~x86"
+fi
DESCRIPTION="Gentoo support for Emacs running as a server in the background"
HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Emacs"
-S="${WORKDIR}/${PN}"
LICENSE="GPL-2+"
SLOT="0"
next reply other threads:[~2025-03-10 11:10 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-03-10 11:10 Ulrich Müller [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-03-10 11:41 [gentoo-commits] repo/proj/emacs:master commit in: app-emacs/emacs-daemon/ Ulrich Müller
2025-03-10 11:33 Ulrich Müller
2025-03-09 20:51 Ulrich Müller
2025-03-05 13:40 Ulrich Müller
2021-04-13 7:00 Ulrich Müller
2019-12-21 18:30 Ulrich Müller
2017-10-15 11:28 Ulrich Müller
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=1741604987.3801b02af6a571c4ee4fc638537a80edfd9f96b7.ulm@gentoo \
--to=ulm@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