summaryrefslogtreecommitdiff
path: root/app-emacs/windows
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:56:41 +0100
commitd87262dd706fec50cd150aab3e93883b6337466d (patch)
tree246b44c33ad7a57550430b0a60fa0df86a3c9e68 /app-emacs/windows
parent71bc00c87bba1ce31de0dac6c3b7fd1aee6917fc (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/windows')
-rw-r--r--app-emacs/windows/Manifest4
-rw-r--r--app-emacs/windows/files/50windows-gentoo.el2
-rw-r--r--app-emacs/windows/metadata.xml9
-rw-r--r--app-emacs/windows/windows-2.49.ebuild25
4 files changed, 0 insertions, 40 deletions
diff --git a/app-emacs/windows/Manifest b/app-emacs/windows/Manifest
deleted file mode 100644
index 20ea42477652..000000000000
--- a/app-emacs/windows/Manifest
+++ /dev/null
@@ -1,4 +0,0 @@
-AUX 50windows-gentoo.el 71 BLAKE2B b0bdccf744fea902944facc65fc45d69a1b67c0a7517514731cad427be77d09c7a3263634e91a887dc4cd7344e15cefb794f7da2403b9fd8778d4f8594dae760 SHA512 9ee731d8d54d7808903fea39ca70fee4d9216f6980f02b8511b6d643040335acfdad2a9336d9c8baa9babf0805f9eef5ace760cd0e965c6c964a2bd7599e5d6d
-DIST windows-2.49.el.xz 26240 BLAKE2B 161003a6b995b84df79eb0459ddfce41049ffcd053cacb2d5ceefda89afae0eb82f382b7f60b267846bd8690f406a5fcea166c6e602378729140f8e951977265 SHA512 de75f2c07cd544de7e7c616b5b928c0dd538b341396819a49525304ed3d9c01c4814e0f8a8da97bdf1a449844605127da690db3ccd95980240156d3c3600b704
-EBUILD windows-2.49.ebuild 543 BLAKE2B 8598f19c18b66fedded09b7dad20b9f7b747fa9f65e5ae396ee0663d3596e779626235e1190a47355fd72288b1799bb6e06d9a166fd0d53ea89b07025c3beb37 SHA512 01e8aa63f4f4cf212737c906a11ed1cb7291c70f54cc8c432d1eef6bac694f7b81724645274ff35932592a264910d829719f8a11b904bffb4505773e56d86dbf
-MISC metadata.xml 292 BLAKE2B 046265ce3ff94f04bba9b4b344d852203657df8dd300f30620df260bad1c56b3c23a8c48d073f70f571f733af9a7c034922e0465878028ee8f748060a6816ec6 SHA512 f0115ae686d3003f4264968d3aeb0b054830f87f35378e15e205a729d591c8697507d3c76ead9e1f0bab1f1f66a3fda108322dbcec7b857a37000511d1dd17df
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 c6a53b949e75..000000000000
--- a/app-emacs/windows/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>gnu-emacs@gentoo.org</email>
- <name>Gentoo GNU Emacs project</name>
- </maintainer>
- <stabilize-allarches/>
-</pkgmetadata>
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
-}