diff options
author | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 12:03:12 +0200 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2019-10-17 15:18:38 +0200 |
commit | 7323c070a71388c46156930c28929ae4caebf3a1 (patch) | |
tree | 625cedaa8651961f4331361c06204741667fff27 /app-emacs/windows | |
parent | app-emacs/windows: Bump to version 2.53. (diff) | |
download | gentoo-7323c070a71388c46156930c28929ae4caebf3a1.tar.gz gentoo-7323c070a71388c46156930c28929ae4caebf3a1.tar.bz2 gentoo-7323c070a71388c46156930c28929ae4caebf3a1.zip |
app-emacs/windows: Remove old.
Package-Manager: Portage-2.3.77, Repoman-2.3.17
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/windows')
-rw-r--r-- | app-emacs/windows/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/windows/windows-2.49.ebuild | 25 |
2 files changed, 0 insertions, 26 deletions
diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest index 3292e3ff6405..eaa94c40bbb7 100644 --- a/app-emacs/windows/Manifest +++ b/app-emacs/windows/Manifest @@ -1,2 +1 @@ -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.49.ebuild b/app-emacs/windows/windows-2.49.ebuild deleted file mode 100644 index 75cecc5d2318..000000000000 --- a/app-emacs/windows/windows-2.49.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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://github.com/gavv/distfiles/raw/master/${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 - elisp-make-autoload-file -} |