commit:     3c3b000df73e0ba91af924c2844acfb202fb2c17
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 19:18:37 2022 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 19:18:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3b000d

app-emacs/switch-window: new package; add version 1.6.2_p20210808

2021.08.08 snapshot

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

 app-emacs/switch-window/Manifest                    |  1 +
 .../switch-window/files/50switch-window-gentoo.el   |  3 +++
 app-emacs/switch-window/metadata.xml                | 13 +++++++++++++
 .../switch-window-1.6.2_p20210808.ebuild            | 21 +++++++++++++++++++++
 4 files changed, 38 insertions(+)

diff --git a/app-emacs/switch-window/Manifest b/app-emacs/switch-window/Manifest
new file mode 100644
index 000000000000..ba2bc2a2e1f9
--- /dev/null
+++ b/app-emacs/switch-window/Manifest
@@ -0,0 +1 @@
+DIST switch-window-1.6.2_p20210808.tar.gz 159948 BLAKE2B 
844c4ae1c1d3a71f9ae2667e20a6e47978b0426b68439a9e0ec667884265cbf2291aba8d838c3d4f3292f4820a2f9f6e369095867a06e70a024830a9477fcf95
 SHA512 
ee9bd40aedbb505ff702d472b9b3888400a65b3d6f4253f4489828accab1b9ace772995be7cd7fd38815e4a87983bf0b9cb7fd394180de255eec9a08ef786648

diff --git a/app-emacs/switch-window/files/50switch-window-gentoo.el 
b/app-emacs/switch-window/files/50switch-window-gentoo.el
new file mode 100644
index 000000000000..07dcb8b4eeee
--- /dev/null
+++ b/app-emacs/switch-window/files/50switch-window-gentoo.el
@@ -0,0 +1,3 @@
+(add-to-list 'load-path "@SITELISP@")
+(autoload 'switch-window "switch-window"
+  "Display an overlay in each window showing a unique key." t)

diff --git a/app-emacs/switch-window/metadata.xml 
b/app-emacs/switch-window/metadata.xml
new file mode 100644
index 000000000000..e4086111a4ee
--- /dev/null
+++ b/app-emacs/switch-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/dimitri/switch-window/issues/</bugs-to>
+    <remote-id type="github">dimitri/switch-window</remote-id>
+  </upstream>
+</pkgmetadata>

diff --git a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild 
b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
new file mode 100644
index 000000000000..4be0e1567889
--- /dev/null
+++ b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+H=8d9fe251d8d38b223d643df975876356ddfc1b98
+NEED_EMACS=26.1
+
+inherit elisp
+
+DESCRIPTION="Offer a customizable visual way to choose a window to switch to"
+HOMEPAGE="https://github.com/dimitri/switch-window/";
+SRC_URI="https://github.com/dimitri/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz"
+S="${WORKDIR}"/${PN}-${H}
+
+LICENSE="WTFPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DOCS=( README.md snapshots )
+SITEFILE="50${PN}-gentoo.el"

Reply via email to