diff options
author | Victor Gaydov <victor@enise.org> | 2016-04-24 23:41:30 +0300 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2016-05-01 19:29:02 +0200 |
commit | 1066bc44afc1b8a38f33783fd6977281850b58b9 (patch) | |
tree | 926ac13f02dc5183b91fe60ac9fbd33d7b5c4787 /app-emacs/windows | |
parent | app-emacs/revive: Add version 2.23 (diff) | |
download | gentoo-1066bc44afc1b8a38f33783fd6977281850b58b9.tar.gz gentoo-1066bc44afc1b8a38f33783fd6977281850b58b9.tar.bz2 gentoo-1066bc44afc1b8a38f33783fd6977281850b58b9.zip |
app-emacs/windows: Add version 2.49
Package-Manager: portage-2.2.26
Diffstat (limited to 'app-emacs/windows')
-rw-r--r-- | app-emacs/windows/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/windows/files/50windows-gentoo.el | 2 | ||||
-rw-r--r-- | app-emacs/windows/metadata.xml | 17 | ||||
-rw-r--r-- | app-emacs/windows/windows-2.49.ebuild | 26 |
4 files changed, 46 insertions, 0 deletions
diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest new file mode 100644 index 000000000000..0fcd237f1aa2 --- /dev/null +++ b/app-emacs/windows/Manifest @@ -0,0 +1 @@ +DIST windows-2.49.el.xz 26240 SHA256 14c32604b604f6ce7cb7622d5813870165cf97d65c4ed128cae3c3174afd957d SHA512 de75f2c07cd544de7e7c616b5b928c0dd538b341396819a49525304ed3d9c01c4814e0f8a8da97bdf1a449844605127da690db3ccd95980240156d3c3600b704 WHIRLPOOL 5e325a3756b1fe60cc7fca0d772f5f2bd4f7a8de3052b908590a3795fcc8e78670dd4d024421e829803401b2cdbf63ba74f774ed9d6f80e52d27ddd5fe1dc8d5 diff --git a/app-emacs/windows/files/50windows-gentoo.el b/app-emacs/windows/files/50windows-gentoo.el new file mode 100644 index 000000000000..892a4208f52f --- /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 000000000000..c2b169388d61 --- /dev/null +++ b/app-emacs/windows/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>victor@enise.org</email> + <name>Victor Gaydov</name> + <description>Proxy maintainer.</description> + </maintainer> + <maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/app-emacs/windows/windows-2.49.ebuild b/app-emacs/windows/windows-2.49.ebuild new file mode 100644 index 000000000000..12b33fe39d2d --- /dev/null +++ b/app-emacs/windows/windows-2.49.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=6 + +inherit elisp + +DESCRIPTION="Window manager for GNU Emacs" +HOMEPAGE="http://www.gentei.org/~yuuji/software/" +# taken from http://www.gentei.org/~yuuji/software/euc/windows.el +SRC_URI="https://enise.org/users/victor/share/distfiles/${P}.el.xz" + +LICENSE="yuuji" +SLOT="0" +KEYWORDS="~amd64" + +RDEPEND="app-emacs/revive" +DEPEND="${RDEPEND}" + +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-compile *.el || die + elisp-make-autoload-file || die +} |