commit:     1ad9befb1cca87b328b1f2b9ae8ed3fdccc3dcd6
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 23:40:03 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Apr 26 01:31:41 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad9befb

app-emacs/ace-window: new package; add version 0.10.0

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/ace-window/Manifest                     |  1 +
 app-emacs/ace-window/ace-window-0.10.0.ebuild     | 20 ++++++++++++++++++++
 app-emacs/ace-window/files/50ace-window-gentoo.el |  1 +
 app-emacs/ace-window/metadata.xml                 | 13 +++++++++++++
 4 files changed, 35 insertions(+)

diff --git a/app-emacs/ace-window/Manifest b/app-emacs/ace-window/Manifest
new file mode 100644
index 000000000000..62262c0bdbbb
--- /dev/null
+++ b/app-emacs/ace-window/Manifest
@@ -0,0 +1 @@
+DIST ace-window-0.10.0.tar.gz 12929 BLAKE2B 
7cf6274004d47894471b850054f625af251b7eb3d09a9e7163580e5823b18f62f76ac46722f8885badb56435d04de652cdd81f5c3ef2aa008e601a717f195340
 SHA512 
15153b3b3e70337804a5fa0f51eba79b4fe4970b431b3a9cabeaf387a4cc83364a916045163e21b89104b23254a612491ae2e9f968a97f3b5232350ef571c5dd

diff --git a/app-emacs/ace-window/ace-window-0.10.0.ebuild 
b/app-emacs/ace-window/ace-window-0.10.0.ebuild
new file mode 100644
index 000000000000..64abbd9be25b
--- /dev/null
+++ b/app-emacs/ace-window/ace-window-0.10.0.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Quickly switch windows in Emacs"
+HOMEPAGE="https://github.com/abo-abo/ace-window/";
+SRC_URI="https://github.com/abo-abo/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+
+RDEPEND="app-emacs/avy"
+BDEPEND="${RDEPEND}"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"

diff --git a/app-emacs/ace-window/files/50ace-window-gentoo.el 
b/app-emacs/ace-window/files/50ace-window-gentoo.el
new file mode 100644
index 000000000000..431f7e90ae73
--- /dev/null
+++ b/app-emacs/ace-window/files/50ace-window-gentoo.el
@@ -0,0 +1 @@
+(add-to-list 'load-path "@SITELISP@")

diff --git a/app-emacs/ace-window/metadata.xml 
b/app-emacs/ace-window/metadata.xml
new file mode 100644
index 000000000000..7a9a52217acc
--- /dev/null
+++ b/app-emacs/ace-window/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-em...@gentoo.org</email>
+    <name>Gentoo GNU Emacs project</name>
+  </maintainer>
+  <upstream>
+    <bugs-to>https://github.com/abo-abo/ace-window/issues/</bugs-to>
+    <remote-id type="github">abo-abo/ace-window</remote-id>
+  </upstream>
+</pkgmetadata>

Reply via email to