From f262c2f40683cbf2dce67e8ea950bb27d923900b Mon Sep 17 00:00:00 2001 From: Maciej Barć Date: Sat, 25 May 2024 14:40:31 +0200 Subject: app-emacs/windows: treeclean MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Closes: https://bugs.gentoo.org/930655 Signed-off-by: Maciej Barć --- app-emacs/windows/Manifest | 1 - app-emacs/windows/files/50windows-gentoo.el | 2 -- app-emacs/windows/metadata.xml | 9 --------- app-emacs/windows/windows-2.53.ebuild | 25 ------------------------- 4 files changed, 37 deletions(-) delete mode 100644 app-emacs/windows/Manifest delete mode 100644 app-emacs/windows/files/50windows-gentoo.el delete mode 100644 app-emacs/windows/metadata.xml delete mode 100644 app-emacs/windows/windows-2.53.ebuild (limited to 'app-emacs') diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest deleted file mode 100644 index eaa94c40bbb7..000000000000 --- a/app-emacs/windows/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST windows-2.53.el.xz 26464 BLAKE2B 79edd45952869dba4ec04a2ad2d446730cdaf563622bb7cf79dbf846980fe406870ae75fc1d28d0f161b045bafb28d1f372fd67c21427e46a591893dfed0bff2 SHA512 ee92998a15d7de68657556eddc824275b2baeb503bfc540e7ae8d0e743a65b3bc97bd8c3a6e4ef558df947245d69d0f33fb8017d4ce411435cb4a29e0b9d950e diff --git a/app-emacs/windows/files/50windows-gentoo.el b/app-emacs/windows/files/50windows-gentoo.el deleted file mode 100644 index 892a4208f52f..000000000000 --- a/app-emacs/windows/files/50windows-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(load "windows-autoloads" nil t) diff --git a/app-emacs/windows/metadata.xml b/app-emacs/windows/metadata.xml deleted file mode 100644 index 986088003fe1..000000000000 --- a/app-emacs/windows/metadata.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - gnu-emacs@gentoo.org - Gentoo GNU Emacs project - - - diff --git a/app-emacs/windows/windows-2.53.ebuild b/app-emacs/windows/windows-2.53.ebuild deleted file mode 100644 index 1d66f961b5b5..000000000000 --- a/app-emacs/windows/windows-2.53.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Window manager for GNU Emacs" -HOMEPAGE="https://www.gentei.org/~yuuji/software/" -# taken from https://www.gentei.org/~yuuji/software/euc/${PN}.el -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz" - -LICENSE="BSD-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -RDEPEND="app-emacs/revive" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile *.el - elisp-make-autoload-file -} -- cgit v1.2.3-65-gdbad