commit: 6f6e1d798322e8c7f41562b5df367365b02b0980 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Sep 2 15:56:29 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Mon Sep 2 15:56:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/emacs.git/commit/?id=6f6e1d79
windows removed 2024-05-25 bug 930655 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> 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 insertions(+) diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest new file mode 100644 index 0000000..eaa94c4 --- /dev/null +++ b/app-emacs/windows/Manifest @@ -0,0 +1 @@ +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 new file mode 100644 index 0000000..892a420 --- /dev/null +++ b/app-emacs/windows/files/50windows-gentoo.el @@ -0,0 +1,2 @@ +(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 new file mode 100644 index 0000000..9860880 --- /dev/null +++ b/app-emacs/windows/metadata.xml @@ -0,0 +1,9 @@ +<?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/> +</pkgmetadata> diff --git a/app-emacs/windows/windows-2.53.ebuild b/app-emacs/windows/windows-2.53.ebuild new file mode 100644 index 0000000..1d66f96 --- /dev/null +++ b/app-emacs/windows/windows-2.53.ebuild @@ -0,0 +1,25 @@ +# 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 +}
