summaryrefslogtreecommitdiff
path: root/app-emacs/qwerty
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 21:03:06 +0100
commit8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 (patch)
tree7681bbd4e8b05407772df40a4bf04cbbc8afc3fa /app-emacs/qwerty
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/qwerty')
-rw-r--r--app-emacs/qwerty/Manifest4
-rw-r--r--app-emacs/qwerty/files/50qwerty-gentoo.el3
-rw-r--r--app-emacs/qwerty/metadata.xml9
-rw-r--r--app-emacs/qwerty/qwerty-1.1.ebuild17
4 files changed, 33 insertions, 0 deletions
diff --git a/app-emacs/qwerty/Manifest b/app-emacs/qwerty/Manifest
new file mode 100644
index 000000000000..38085b317aec
--- /dev/null
+++ b/app-emacs/qwerty/Manifest
@@ -0,0 +1,4 @@
+AUX 50qwerty-gentoo.el 140 BLAKE2B 70da306ec10d8b893ea3f57369aacfa941e080263dba3cc4daf6c8f9b8cefcfbd9729b8f2a41f5c61f8b864f4e5b8782ecd90f4e9013ff18c495d953a73628b1 SHA512 5b4b0c39324d68769698a83000e7c291a685f3b0c0118ef238557674d56075df45714aab28c662bcc5e487ae1438639ab310bb21c1b6def7aa617aa6ac406c82
+DIST qwerty-1.1.tar.gz 3629 BLAKE2B 593103d464f0745fc1d0ebb5268eb3ef9e67fc0ef59c10bc5975e8c4f512afc705ba1867975c91fb48c70ab4d32690f16ab13eaad16f577e1ecf5af4038a1320 SHA512 1e808f758c2db054a1ae9fbfd961a1ca279226738d2cfcfc640e1613814469320dba75a2b6be00641403ce165e0fd02da04b791928979506deb8ef98cb9b9ada
+EBUILD qwerty-1.1.ebuild 490 BLAKE2B 13d46784982ec1042d9c95f56ba5e1446b1cb6e0447919783c5548ecbff0f747cafa287b898d81c8401e4939003c934c2a011b17d2475c6444ec318274e55e10 SHA512 6291187b54b954326a363ee00da0e4750e3d49aea848f47d5b179140e328af2a10c1663e6830887ae070b6c2de8a7ae9aa4a538c471ce8ba80321e389ca87c1d
+MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/qwerty/files/50qwerty-gentoo.el b/app-emacs/qwerty/files/50qwerty-gentoo.el
new file mode 100644
index 000000000000..20580cfc7c11
--- /dev/null
+++ b/app-emacs/qwerty/files/50qwerty-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'qwerty "qwerty"
+ "Switch between QWERTY and DVORAK without changing the system keymap" t)
diff --git a/app-emacs/qwerty/metadata.xml b/app-emacs/qwerty/metadata.xml
new file mode 100644
index 000000000000..c918cdef9591
--- /dev/null
+++ b/app-emacs/qwerty/metadata.xml
@@ -0,0 +1,9 @@
+<?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/qwerty/qwerty-1.1.ebuild b/app-emacs/qwerty/qwerty-1.1.ebuild
new file mode 100644
index 000000000000..0beecc1db337
--- /dev/null
+++ b/app-emacs/qwerty/qwerty-1.1.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="Switch between QWERTY and DVORAK without changing the console keymap"
+# gnu.emacs.sources Message-ID: <NJ104.93Mar1125218@bootes.cus.cam.ac.uk>
+HOMEPAGE="https://groups.google.com/group/gnu.emacs.sources/msg/eab31c752dfdd3a5"
+SRC_URI="mirror://gentoo/${P}.tar.gz"
+
+LICENSE="GPL-1+"
+SLOT="0"
+KEYWORDS="amd64 ppc x86"
+
+SITEFILE="50${PN}-gentoo.el"