diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-03-02 21:00:20 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-03-02 21:00:27 +0100 |
commit | d750d2dabdd6b4f034f325a7556ae84c4ce45ad9 (patch) | |
tree | 869103ab21b7b4b50729de8af613de9b2e58e2f8 /app-emacs | |
parent | app-editors/gvim: destabilize 8.2.4328 (diff) | |
download | gentoo-d750d2dabdd6b4f034f325a7556ae84c4ce45ad9.tar.gz gentoo-d750d2dabdd6b4f034f325a7556ae84c4ce45ad9.tar.bz2 gentoo-d750d2dabdd6b4f034f325a7556ae84c4ce45ad9.zip |
app-emacs/csharp-mode: install important files
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/csharp-mode/csharp-mode-1.1.1-r1.ebuild (renamed from app-emacs/csharp-mode/csharp-mode-1.1.1.ebuild) | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/app-emacs/csharp-mode/csharp-mode-1.1.1.ebuild b/app-emacs/csharp-mode/csharp-mode-1.1.1-r1.ebuild index ba60d34f3e08..d5c9237a3a7f 100644 --- a/app-emacs/csharp-mode/csharp-mode-1.1.1.ebuild +++ b/app-emacs/csharp-mode/csharp-mode-1.1.1-r1.ebuild @@ -14,10 +14,6 @@ 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" - -src_install() { - elisp-install ${PN} csharp-mode.el{,c} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - dodoc README.org -} |