summaryrefslogtreecommitdiff
path: root/app-emacs/amx
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-04-16 13:07:24 +0100
commit0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch)
tree464c922e949c7e4d5d891fb2cdda5daee5612537 /app-emacs/amx
parente68d405c5d712af4387159df07e226217bdda049 (diff)
gentoo resync : 16.04.2022
Diffstat (limited to 'app-emacs/amx')
-rw-r--r--app-emacs/amx/Manifest4
-rw-r--r--app-emacs/amx/amx-3.4.ebuild27
-rw-r--r--app-emacs/amx/files/50amx-gentoo.el5
-rw-r--r--app-emacs/amx/metadata.xml13
4 files changed, 49 insertions, 0 deletions
diff --git a/app-emacs/amx/Manifest b/app-emacs/amx/Manifest
new file mode 100644
index 000000000000..5034221c15bd
--- /dev/null
+++ b/app-emacs/amx/Manifest
@@ -0,0 +1,4 @@
+AUX 50amx-gentoo.el 176 BLAKE2B ebe37d31809cb6e18caab94ca65d1549b28b00c92aa8a45a43305401fdbea87ae1d0fdeb9617f67e2b733ee6d91db2b592ca1561efb05a07a6ce7ae2d8f8e301 SHA512 c1b808f7daebf3d59aecf2cc8dc23ec44ae0e973700d1edf0357e6af38b4feead5cac2e9c9d6e6dcb9afa14af0480538a09beb128920b209baebf6f76ce1a438
+DIST amx-3.4.tar.gz 33916 BLAKE2B b3b6f6d97e10dcb759bf38a812094de528aaeffd0b8fd0f1d055f67696889939a88622151123986bde42d4a1355a8a4d6cf95b286012bcb5245c1edc9b19a71c SHA512 146b8f6acbe4acca63391771fca73d22f5ce60872f4d18abc865d6cb07f4d12ea01fd59235e1e5987d33b169ea7792368b72e92f8c6409846121850efb75511f
+EBUILD amx-3.4.ebuild 573 BLAKE2B c600639289933531b37244157ae4c27101f78d981eaed79a3476a2dbdd1434028f6763c484a670597efa264c822fe543f6e2eb2aa23236b03289e513d769e29f SHA512 d06c9ebc08b9ac0e4a7ef10bf76943953293b212ae3d56f950d276c25cbfeefee719cce0c7db5953cf329c96d35dede5be32d58fe7a226013e250205b86e07e9
+MISC metadata.xml 431 BLAKE2B cfda173fa701b47b27ae72fd7864d61abcd7befe44b7c31744dd99d8f945f6d80e457ec885ee7ed92821a478483aee94542c6b13ab0e201d9c7562b0aeb37efd SHA512 62ebc4bc14e269ec5f0f753767f6ead66fb03fb312034c3967ce60077e18ec64daab8eccfd7b59c11bbb2461449b9848b9d7126987ef5eafc5864b9fa94c166e
diff --git a/app-emacs/amx/amx-3.4.ebuild b/app-emacs/amx/amx-3.4.ebuild
new file mode 100644
index 000000000000..db2ba6d8d419
--- /dev/null
+++ b/app-emacs/amx/amx-3.4.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24.4
+
+inherit elisp
+
+DESCRIPTION="Alternative M-x interface for GNU Emacs"
+HOMEPAGE="https://github.com/DarwinAwardWinner/amx/"
+SRC_URI="https://github.com/DarwinAwardWinner/${PN}/archive/v${PV}.tar.gz
+ -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+# TODO: When ido is packaged: || ( app-emacs/ido app-emacs/ivy )
+RDEPEND="
+ app-emacs/s
+ app-emacs/ivy
+"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.mkdn )
+SITEFILE="50${PN}-gentoo.el"
diff --git a/app-emacs/amx/files/50amx-gentoo.el b/app-emacs/amx/files/50amx-gentoo.el
new file mode 100644
index 000000000000..12393aba5772
--- /dev/null
+++ b/app-emacs/amx/files/50amx-gentoo.el
@@ -0,0 +1,5 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'amx-mode "amx"
+ "Use ido/ivy completion for M-x." t)
+(autoload 'amx "amx"
+ "Read a command name and execute the command." t)
diff --git a/app-emacs/amx/metadata.xml b/app-emacs/amx/metadata.xml
new file mode 100644
index 000000000000..9b41a7c40de8
--- /dev/null
+++ b/app-emacs/amx/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/DarwinAwardWinner/amx/issues/</bugs-to>
+ <remote-id type="github">DarwinAwardWinner/amx</remote-id>
+ </upstream>
+</pkgmetadata>