From deadce2df70809497277ed2eef12457033183f70 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Thu, 17 Oct 2019 12:01:36 +0200 Subject: app-emacs/windows: Bump to version 2.53. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Package-Manager: Portage-2.3.77, Repoman-2.3.17 Signed-off-by: Ulrich Müller --- app-emacs/windows/Manifest | 1 + app-emacs/windows/windows-2.53.ebuild | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+) create 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 index 384344924203..3292e3ff6405 100644 --- a/app-emacs/windows/Manifest +++ b/app-emacs/windows/Manifest @@ -1 +1,2 @@ DIST windows-2.49.el.xz 26240 BLAKE2B 161003a6b995b84df79eb0459ddfce41049ffcd053cacb2d5ceefda89afae0eb82f382b7f60b267846bd8690f406a5fcea166c6e602378729140f8e951977265 SHA512 de75f2c07cd544de7e7c616b5b928c0dd538b341396819a49525304ed3d9c01c4814e0f8a8da97bdf1a449844605127da690db3ccd95980240156d3c3600b704 +DIST windows-2.53.el.xz 26464 BLAKE2B 79edd45952869dba4ec04a2ad2d446730cdaf563622bb7cf79dbf846980fe406870ae75fc1d28d0f161b045bafb28d1f372fd67c21427e46a591893dfed0bff2 SHA512 ee92998a15d7de68657556eddc824275b2baeb503bfc540e7ae8d0e743a65b3bc97bd8c3a6e4ef558df947245d69d0f33fb8017d4ce411435cb4a29e0b9d950e diff --git a/app-emacs/windows/windows-2.53.ebuild b/app-emacs/windows/windows-2.53.ebuild new file mode 100644 index 000000000000..1d66f961b5b5 --- /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 +} -- cgit v1.2.3-65-gdbad