[gentoo-commits] repo/gentoo:master commit in: app-emacs/switch-window/

2023-08-11 Thread Arthur Zamarin
commit: 11ca48169618e6ff6389697a25487def407d332e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Aug 11 20:14:23 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Aug 11 20:14:23 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=11ca4816

app-emacs/switch-window: Stabilize 1.6.2_p20210808 amd64, #912084

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 48ef0c6e9f56..9062f0c50288 100644
--- a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
+++ b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
@@ -14,7 +14,7 @@ S="${WORKDIR}"/${PN}-${COMMIT}
 
 LICENSE="WTFPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 ~x86"
 
 DOCS=( README.md snapshots )
 SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/switch-window/

2022-04-07 Thread Maciej Barć
commit: 90ee8b3c785f15d3a4655483bde1147fd010ffd7
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr  7 19:20:57 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr  7 19:20:57 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90ee8b3c

app-emacs/switch-window: downgrade NEED_EMACS to 24

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

 app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
index 4be0e1567889..cf6f3082dbae 100644
--- a/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
+++ b/app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild
@@ -4,7 +4,7 @@
 EAPI=8
 
 H=8d9fe251d8d38b223d643df975876356ddfc1b98
-NEED_EMACS=26.1
+NEED_EMACS=24
 
 inherit elisp
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/switch-window/files/, app-emacs/switch-window/

2022-04-07 Thread Maciej Barć
commit: 3c3b000df73e0ba91af924c2844acfb202fb2c17
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Apr  7 19:18:37 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Apr  7 19:18:57 2022 +
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ć  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 ..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 ..07dcb8b4
--- /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 ..e4086111a4ee
--- /dev/null
+++ b/app-emacs/switch-window/metadata.xml
@@ -0,0 +1,13 @@
+
+https://www.gentoo.org/dtd/metadata.dtd;>
+
+
+  
+gnu-em...@gentoo.org
+Gentoo GNU Emacs project
+  
+  
+https://github.com/dimitri/switch-window/issues/
+dimitri/switch-window
+  
+

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 ..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"