summaryrefslogtreecommitdiff
path: root/app-emacs/typing
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/typing
parent30a9caf154332f12ca60756e1b75d2f0e3e1822d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'app-emacs/typing')
-rw-r--r--app-emacs/typing/Manifest4
-rw-r--r--app-emacs/typing/files/50typing-gentoo.el2
-rw-r--r--app-emacs/typing/metadata.xml9
-rw-r--r--app-emacs/typing/typing-1.1.4.ebuild16
4 files changed, 31 insertions, 0 deletions
diff --git a/app-emacs/typing/Manifest b/app-emacs/typing/Manifest
new file mode 100644
index 000000000000..37a4a92cf46e
--- /dev/null
+++ b/app-emacs/typing/Manifest
@@ -0,0 +1,4 @@
+AUX 50typing-gentoo.el 114 BLAKE2B 0e859757e9608b619a5e28594562d5f8e55590c81b3949a5a25cbaa47b684430091fc6d1c377cdec85acae1e79556a74fca7ed34d626a79c5df9a2662f0adaef SHA512 05981cefaa046c00c1ca4c06af0c7be2a1b7bec87c7626f12f87ea5be7eb6df778e2559ddcbffcc8760224845a24d2f5e9887f8b7e53565881ff9c8632923371
+DIST typing-1.1.4.el.xz 5092 BLAKE2B 4126cc2ff0666688cdd80b4ed83675a62ed089fa69fb7a780ee58485d1832d8cbf039b0dec2d1ebcae5f71b156a5fb485c930452dcc5b27d6513c10155ed99b2 SHA512 9033b4ca2d23de98f8721796c708392b97d49b6719544ad4ee6d73f11ef253600d9c2a0d2b8ea89ef58355d1bfa36244ccd527994170ae0f43404c6ac19b62f3
+EBUILD typing-1.1.4.ebuild 424 BLAKE2B 7c2e9e4b4c8c375065bb0052ce8f2ba0906daa3e983ddf2c057c23f8a9d62c7ef7fc856dc096960d7535ba4d57651a6e65a6ed20680fbce22a62a8694dd8c97d SHA512 8edb7f3c1d111eccb1f8a8e0187fe238d779f9ccd398934cc2822f4a4a77ad47af27cb51cca37998bfafe78bb2db717fd8f92e4ebe7d7d90e8589410ff66b03f
+MISC metadata.xml 282 BLAKE2B 432e60a3b04def9f566fde3852011e006c0d578c72c42115734d1af5c128440fcee68134c8f891baad437e64a8d61fbbac49e70a35ed4f6f85641e888d3a2547 SHA512 1838e22e1f5b849b816a05d1b25bd81333c8cf67ceb996177e05ba7a555b8e0e307e62cb53e6f1217f4216823e2fecf050e85437678503d60e10c6b2d5303072
diff --git a/app-emacs/typing/files/50typing-gentoo.el b/app-emacs/typing/files/50typing-gentoo.el
new file mode 100644
index 000000000000..20dbe6dea160
--- /dev/null
+++ b/app-emacs/typing/files/50typing-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'typing-of-emacs "typing" "Play the game The Typing Of Emacs." t)
diff --git a/app-emacs/typing/metadata.xml b/app-emacs/typing/metadata.xml
new file mode 100644
index 000000000000..c918cdef9591
--- /dev/null
+++ b/app-emacs/typing/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/typing/typing-1.1.4.ebuild b/app-emacs/typing/typing-1.1.4.ebuild
new file mode 100644
index 000000000000..601df8fc80ba
--- /dev/null
+++ b/app-emacs/typing/typing-1.1.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=5
+
+inherit elisp
+
+DESCRIPTION="The Typing of Emacs -- an Elisp parody of The Typing of the Dead for Dreamcast"
+HOMEPAGE="https://www.emacswiki.org/emacs/TypingOfEmacs"
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="amd64 ppc64 x86"
+
+SITEFILE="50${PN}-gentoo.el"