summaryrefslogtreecommitdiff
path: root/app-emacs/avy
diff options
context:
space:
mode:
authorJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-29 21:37:25 -0400
committerJohn Turner <jturner.usa+gentoo@gmail.com>2021-09-29 21:37:25 -0400
commit8c8025d9f6c93e757a94e2f75b824ff4a8706029 (patch)
treef7f501eff311d01fd371425af073e24c13f0e248 /app-emacs/avy
downloadebuilds-8c8025d9f6c93e757a94e2f75b824ff4a8706029.tar.gz
init
Diffstat (limited to 'app-emacs/avy')
-rw-r--r--app-emacs/avy/Manifest1
-rw-r--r--app-emacs/avy/avy-0.5.0.ebuild25
-rw-r--r--app-emacs/avy/files/50avy-gentoo.el2
-rw-r--r--app-emacs/avy/metadata.xml16
4 files changed, 44 insertions, 0 deletions
diff --git a/app-emacs/avy/Manifest b/app-emacs/avy/Manifest
new file mode 100644
index 0000000..fd2a7b1
--- /dev/null
+++ b/app-emacs/avy/Manifest
@@ -0,0 +1 @@
+DIST avy-0.5.0.tar.gz 27569 BLAKE2B 616040ea72ebda2eda89736c940462eb0af5ec78e9233e1ebc3555d1f09cef9e2be5fad2524f4652fc2666b35a37c7d48a5564883708eb672e4a306849cd52e7 SHA512 34dcaff06d68d53a276cf69293c1a97a8a6722e18933722638400e84dd809c23925aef4c6b23074a5657f23196ae4899a0b79921732b5e35abb01ede128adeba
diff --git a/app-emacs/avy/avy-0.5.0.ebuild b/app-emacs/avy/avy-0.5.0.ebuild
new file mode 100644
index 0000000..e8b5e22
--- /dev/null
+++ b/app-emacs/avy/avy-0.5.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS="24.1"
+
+inherit elisp
+
+DESCRIPTION="A GNU Emacs package for jumping to visible text using a char-based decision tree."
+HOMEPAGE="https://github.com/abo-abo/avy"
+SRC_URI="https://github.com/abo-abo/avy/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+SLOT="0"
+LICENSE="GPL-3+"
+KEYWORDS="~amd64"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS=( README.md )
+ELISP_REMOVE=".dir-locals.el"
+
+src_compile() {
+ elisp-make-autoload-file "${S}/${PN}-autoload.el" "${S}/"
+ elisp_src_compile
+}
diff --git a/app-emacs/avy/files/50avy-gentoo.el b/app-emacs/avy/files/50avy-gentoo.el
new file mode 100644
index 0000000..6b79a09
--- /dev/null
+++ b/app-emacs/avy/files/50avy-gentoo.el
@@ -0,0 +1,2 @@
+(add-to-list 'load-path "@SITELISP@")
+(load "@SITELISP@/avy-autoload.el" nil t)
diff --git a/app-emacs/avy/metadata.xml b/app-emacs/avy/metadata.xml
new file mode 100644
index 0000000..88ffe75
--- /dev/null
+++ b/app-emacs/avy/metadata.xml
@@ -0,0 +1,16 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person" proxied="yes">
+ <email>jturner.usa+gentoo@gmail.com</email>
+ <name>John Turner</name>
+ </maintainer>
+ <maintainer type="project" proxied="proxy">
+ <email>proxy-maint@gentoo.org</email>
+ <name>Proxy Maintainers</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">abo-abo/avy</remote-id>
+ <doc>https://github.com/abo-abo/avy/blob/master/README.md</doc>
+ </upstream>
+</pkgmetadata>