commit: 1fe6250e1dce4cf2a3f7e624ab97e590c8fbe85d Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 26 21:21:10 2026 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 26 21:22:09 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fe6250e
app-emacs/csharp-mode: treeclean, bug #969199 Bug: https://bugs.gentoo.org/969199 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/csharp-mode/Manifest | 1 - app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild | 29 ---------------------- .../csharp-mode/files/50csharp-mode-gentoo.el | 3 --- app-emacs/csharp-mode/metadata.xml | 12 --------- 4 files changed, 45 deletions(-) diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest deleted file mode 100644 index b7ee6e4ad4c9..000000000000 --- a/app-emacs/csharp-mode/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST csharp-mode-2.0.0.tar.gz 36697 BLAKE2B f4ed14de59e89e09a6da68e6e46ca5acde69eafaa9d6aefdf15d609d828f972ab45769368bc6fe620965d3fa1132e46965080e6538d235cbd9b64e7044b017e9 SHA512 d55c832905af3ce112bdf3b896f056a963c7f13035d474b314599179c448b76b79d9633e493824cda948554ca6d33a6e426b61a7a9230de6523d2427ad72a1d4 diff --git a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild deleted file mode 100644 index 047ba7f86bb7..000000000000 --- a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="A derived Emacs mode implementing most of the C# rules" -HOMEPAGE="https://github.com/emacs-csharp/csharp-mode" -SRC_URI="https://github.com/emacs-csharp/${PN}/archive/refs/tags/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-2+" -SLOT="0" -KEYWORDS="amd64 ~ppc x86" -RESTRICT="test" # tries to install an old version of dash from the network - -DOCS=( README.org ) -ELISP_REMOVE="csharp-mode-tests.el" # useless since we can not run tests -SITEFILE="50${PN}-gentoo.el" - -pkg_setup() { - elisp_pkg_setup - - if ver_test "$(elisp-emacs-version)" -ge 29 ; then - ewarn "csharp-mode is included in GNU Emacs >=29," - ewarn "Emacs developers recommend that you use the provided mode instead." - fi -} diff --git a/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el b/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el deleted file mode 100644 index ea2056b6a29d..000000000000 --- a/app-emacs/csharp-mode/files/50csharp-mode-gentoo.el +++ /dev/null @@ -1,3 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(autoload 'csharp-mode "csharp-mode" "Major mode for editing C# code." t) -(add-to-list 'auto-mode-alist '("\\.cs\\'" . csharp-mode)) diff --git a/app-emacs/csharp-mode/metadata.xml b/app-emacs/csharp-mode/metadata.xml deleted file mode 100644 index 4857f2db64db..000000000000 --- a/app-emacs/csharp-mode/metadata.xml +++ /dev/null @@ -1,12 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer type="project"> - <email>[email protected]</email> - <name>Gentoo GNU Emacs project</name> -</maintainer> -<stabilize-allarches/> -<upstream> - <remote-id type="github">josteink/csharp-mode</remote-id> -</upstream> -</pkgmetadata>
