summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2022-04-07 21:18:37 +0200
committerMaciej Barć <xgqt@gentoo.org>2022-04-07 21:18:57 +0200
commit3c3b000df73e0ba91af924c2844acfb202fb2c17 (patch)
treef1e9828272ca076b75877b52c5c4e91c2140b294 /app-emacs/switch-window
parentwww-client/opera-beta: remove old (diff)
downloadgentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.tar.gz
gentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.tar.bz2
gentoo-3c3b000df73e0ba91af924c2844acfb202fb2c17.zip
app-emacs/switch-window: new package; add version 1.6.2_p20210808
2021.08.08 snapshot Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/switch-window')
-rw-r--r--app-emacs/switch-window/Manifest1
-rw-r--r--app-emacs/switch-window/files/50switch-window-gentoo.el3
-rw-r--r--app-emacs/switch-window/metadata.xml13
-rw-r--r--app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild21
4 files changed, 38 insertions, 0 deletions
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-emacs@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"