summaryrefslogtreecommitdiff
path: root/app-emacs/key-chord
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
committerV3n3RiX <venerix@koprulu.sector>2022-05-12 16:42:50 +0300
commit752d6256e5204b958b0ef7905675a940b5e9172f (patch)
tree330d16e6362a49cbed8875a777fe641a43376cd3 /app-emacs/key-chord
parent0c100b7dd2b30e75b799d806df4ef899fd98e1ea (diff)
gentoo resync : 12.05.2022
Diffstat (limited to 'app-emacs/key-chord')
-rw-r--r--app-emacs/key-chord/Manifest4
-rw-r--r--app-emacs/key-chord/files/50key-chord-gentoo.el1
-rw-r--r--app-emacs/key-chord/key-chord-0.6_p20201222.ebuild22
-rw-r--r--app-emacs/key-chord/metadata.xml13
4 files changed, 40 insertions, 0 deletions
diff --git a/app-emacs/key-chord/Manifest b/app-emacs/key-chord/Manifest
new file mode 100644
index 000000000000..4a046eb7afe0
--- /dev/null
+++ b/app-emacs/key-chord/Manifest
@@ -0,0 +1,4 @@
+AUX 50key-chord-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5
+DIST key-chord-0.6_p20201222.tar.gz 5302 BLAKE2B 270440de61854e010827b94eb24d8cf15d42b1c506b43b3f51349313fd687fc89b53128356168044bea504e38a22afbb8eede4d3d60e1eaff343c582cd057cda SHA512 92beca695f29dafa2fb9c61e00a9b6afad9c33dba15b11d7474de1a6f145571449700e7cec848046875d73370d92f94571bf309da1c7e170ee0abc5f2e19d629
+EBUILD key-chord-0.6_p20201222.ebuild 522 BLAKE2B 56bd5cbc4a8ca957c630beec554027b08ac7f13c06efd9d17e5c42c7958d705aa44060d7a767f5ab27d5ef111f719b37db225b8c8e22236c1c78720c13591e78 SHA512 77309414d2a3a621382175aaeb6f624582180fc7f20ac30d5bb6e1bff17bfa6a30d074fb951f68f3ab557d0989d3a8fc4a573a9d739a315ce600157f72cc28be
+MISC metadata.xml 437 BLAKE2B 111d317677331323a94ec07f4d080a653f1370026641d72dec2da5dff6379f8a774a49688026a24cf163c262bef806cd217b336e294d979aff57ed62c1e4ffdb SHA512 3e7f85f10226cbfea4f20844441bbccbb6288ad3d9a3779504b4ba492a545a68e346c1c8c95264204dd5e26f0be49b60ff0b9c205cb4f8ebb667f7e61ae9d5fd
diff --git a/app-emacs/key-chord/files/50key-chord-gentoo.el b/app-emacs/key-chord/files/50key-chord-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/key-chord/files/50key-chord-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")
diff --git a/app-emacs/key-chord/key-chord-0.6_p20201222.ebuild b/app-emacs/key-chord/key-chord-0.6_p20201222.ebuild
new file mode 100644
index 000000000000..9df5d5964aff
--- /dev/null
+++ b/app-emacs/key-chord/key-chord-0.6_p20201222.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=7f7fd7c5bd2b996fa054779357e1566f7989e07d
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="Map pairs of simultaneously pressed keys to commands"
+HOMEPAGE="https://github.com/emacsorphanage/key-chord/"
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/${H}.tar.gz
+ -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/key-chord/metadata.xml b/app-emacs/key-chord/metadata.xml
new file mode 100644
index 000000000000..bb68a49b6a13
--- /dev/null
+++ b/app-emacs/key-chord/metadata.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+
+<pkgmetadata>
+ <maintainer type="project">
+ <email>gnu-emacs@gentoo.org</email>
+ <name>Gentoo GNU Emacs project</name>
+ </maintainer>
+ <upstream>
+ <bugs-to>https://github.com/emacsorphanage/key-chord/issues/</bugs-to>
+ <remote-id type="github">emacsorphanage/key-chord</remote-id>
+ </upstream>
+</pkgmetadata>