summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2025-01-23 10:37:56 +0100
committerMaciej Barć <xgqt@gentoo.org>2025-01-23 11:17:35 +0100
commit959b07133d70fab31fdfc230dc1c381600ce4aa2 (patch)
tree3b73fe8145cc1fc4f1a011d186a397ec4bc77445 /app-emacs
parentapp-emacs/web-mode: drop old 17.3.13 (diff)
downloadgentoo-959b07133d70fab31fdfc230dc1c381600ce4aa2.tar.gz
gentoo-959b07133d70fab31fdfc230dc1c381600ce4aa2.tar.bz2
gentoo-959b07133d70fab31fdfc230dc1c381600ce4aa2.zip
app-emacs/with-editor: drop old 3.4.2
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r--app-emacs/with-editor/Manifest1
-rw-r--r--app-emacs/with-editor/with-editor-3.4.2.ebuild38
2 files changed, 0 insertions, 39 deletions
diff --git a/app-emacs/with-editor/Manifest b/app-emacs/with-editor/Manifest
index b3018337b098..1ee881805baa 100644
--- a/app-emacs/with-editor/Manifest
+++ b/app-emacs/with-editor/Manifest
@@ -1,2 +1 @@
-DIST with-editor-3.4.2.tar.gz 33973 BLAKE2B b4792a7c3f3553ba1bb8d904e38e01141e40902868b74fc3f0b8e3d6e9925837764ba049fbf9e2684535dbe34f07385fe36d24f39655fea289dd827008b36f16 SHA512 7cc9dd1985d368657ba0d6095ec99fd46a60d3c01ff2f65fc15d4d7e9551078f5b612dbc4486ca07dc1001afe9dd311f8473542bca9f0780da6b19435747640c
DIST with-editor-3.4.3.tar.gz 34087 BLAKE2B 926a1e9e28e67bdbf2b1217ddee356af46399d8464a1f3f3bf4a328101f23dc23ae717a0923f5fc8da53437a1175193ce99ea2b807a3466a012cf0c9703fdad9 SHA512 f628617d2924ed05d901bea836c2174a88c88fa7bd5a2f4afc71e2f38d9853e5719cb74f2eeab46bab10d007ed9b74599824e16028735aa4f4be66745ae6f22a
diff --git a/app-emacs/with-editor/with-editor-3.4.2.ebuild b/app-emacs/with-editor/with-editor-3.4.2.ebuild
deleted file mode 100644
index 0b352ac30107..000000000000
--- a/app-emacs/with-editor/with-editor-3.4.2.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-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}.git"
-else
- SRC_URI="https://github.com/magit/${PN}/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-
- KEYWORDS="amd64 ~arm arm64 ppc64 ~riscv x86 ~amd64-linux ~x86-linux"
-fi
-
-S="${WORKDIR}/${P}/lisp"
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
- >=app-emacs/compat-30.0.0.0
-"
-BDEPEND="
- ${RDEPEND}
- sys-apps/texinfo
-"
-
-DOCS=( ../README.org ../docs/${PN}.org )
-ELISP_TEXINFO="../docs/*.texi"
-SITEFILE="50${PN}-gentoo.el"