summaryrefslogtreecommitdiff
path: root/app-emacs/with-editor
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-16 10:53:11 -0500
commit8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b (patch)
treebb1e83c18d1cc77cdebfc5aeb9b12ad39c9787b5 /app-emacs/with-editor
parentf997c3ee588099e4f43e9ec845935868e3e60b8e (diff)
downloadbaldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.gz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.tar.xz
baldeagleos-repo-8e65dc62f3f9f6b8f7b890fefedbf4ac05dfde0b.zip
Adding metadata
Diffstat (limited to 'app-emacs/with-editor')
-rw-r--r--app-emacs/with-editor/Manifest1
-rw-r--r--app-emacs/with-editor/with-editor-3.5.1-r1.ebuild39
-rw-r--r--app-emacs/with-editor/with-editor-9999.ebuild5
3 files changed, 43 insertions, 2 deletions
diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index 2d01326a828e..df923a9d90c3 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,2 +1,3 @@
DIST with-editor-3.4.9.gh.tar.gz 33896 BLAKE2B bde1a707a179233684efd56b14ba13060be60baefb66c6657e5f800f5a3b9d9dfecd3e4d670050c348e44b975d76574277bf5a8222358957ffe1db2e36983ffb SHA512 93922c609181c088e0a27b7f21b76bbcf2532740541945ff98a76f1ab7e845b0febd77dcfa60663b579b1270ebbe650b1212c08eacf7cfc6a48b911bebc3d03d
DIST with-editor-3.5.0.gh.tar.gz 33999 BLAKE2B 728da994838b1ef26e3564f8ea195948ce72ad67b7c1c321701b044d7582262cb79410812fc57250ec75c72f6dd8b6b09f6bde66f05c1ee3e9ffb25c0b8fdeeb SHA512 e5af8be708f4ca010e352befc5c0e3bc735ddc81db0da790ee1f5eafe141892ba206245c5bfac6b0eae74266950880231a5c02be0f0ee8ecfa0d057d4ecea4e1
+DIST with-editor-3.5.1.gh.tar.gz 34146 BLAKE2B 44f3477a4f8ccc0ae703cb51b51388880477524cbf0c3d1132a6a6de78a393087d88d9ad9c6fa3f4e18829c7e799c17133958e5f55ce90f08491310fb27e93a8 SHA512 093b52360e3631300e29c03f356f5f3ccbabd343573dac263d8def242e07456c269a45f2be788e8136d65f95042d179d15e5635c405c9fd73b6fbb28b36ad17f
diff --git a/app-emacs/with-editor/with-editor-3.5.1-r1.ebuild b/app-emacs/with-editor/with-editor-3.5.1-r1.ebuild
new file mode 100644
index 000000000000..85ec47ad858a
--- /dev/null
+++ b/app-emacs/with-editor/with-editor-3.5.1-r1.ebuild
@@ -0,0 +1,39 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+inherit elisp
+
+DESCRIPTION="Use the Emacsclient as the \$EDITOR of child processes"
+HOMEPAGE="https://magit.vc/manual/with-editor/
+ https://github.com/magit/with-editor/"
+
+if [[ "${PV}" == *9999* ]] ; then
+ inherit git-r3
+
+ EGIT_REPO_URI="https://github.com/magit/${PN}"
+else
+ SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.gh.tar.gz"
+
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+fi
+
+S="${WORKDIR}/${P}/lisp"
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+ >=app-emacs/compat-31.0
+ >=app-emacs/cond-let-1.1
+"
+BDEPEND="
+ ${RDEPEND}
+ sys-apps/texinfo
+"
+
+DOCS=( ../CHANGELOG ../README.org "../docs/${PN}.org" )
+ELISP_TEXINFO="../docs/*.texi"
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/with-editor/with-editor-9999.ebuild b/app-emacs/with-editor/with-editor-9999.ebuild
index 79532e450efa..b7343c36b2d6 100644
--- a/app-emacs/with-editor/with-editor-9999.ebuild
+++ b/app-emacs/with-editor/with-editor-9999.ebuild
@@ -17,7 +17,7 @@ else
SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
fi
S="${WORKDIR}/${P}/lisp"
@@ -26,7 +26,8 @@ LICENSE="GPL-3+"
SLOT="0"
RDEPEND="
- >=app-emacs/compat-30.1.0.1
+ >=app-emacs/compat-31.0
+ >=app-emacs/cond-let-1.1
"
BDEPEND="
${RDEPEND}