diff options
author | V3n3RiX <venerix@koprulu.sector> | 2022-04-16 13:07:24 +0100 |
---|---|---|
committer | V3n3RiX <venerix@koprulu.sector> | 2022-04-16 13:07:24 +0100 |
commit | 0c100b7dd2b30e75b799d806df4ef899fd98e1ea (patch) | |
tree | 464c922e949c7e4d5d891fb2cdda5daee5612537 /app-emacs/switch-window | |
parent | e68d405c5d712af4387159df07e226217bdda049 (diff) |
gentoo resync : 16.04.2022
Diffstat (limited to 'app-emacs/switch-window')
-rw-r--r-- | app-emacs/switch-window/Manifest | 4 | ||||
-rw-r--r-- | app-emacs/switch-window/files/50switch-window-gentoo.el | 3 | ||||
-rw-r--r-- | app-emacs/switch-window/metadata.xml | 13 | ||||
-rw-r--r-- | app-emacs/switch-window/switch-window-1.6.2_p20210808.ebuild | 21 |
4 files changed, 41 insertions, 0 deletions
diff --git a/app-emacs/switch-window/Manifest b/app-emacs/switch-window/Manifest new file mode 100644 index 000000000000..0d76daf0add7 --- /dev/null +++ b/app-emacs/switch-window/Manifest @@ -0,0 +1,4 @@ +AUX 50switch-window-gentoo.el 142 BLAKE2B 73da220c33ee762fdb4626aeba78ea07f67e66502eac4ec52aa15c859c8d083118c221a1e742ad188893c9e869e035bf7c8c78bc95bbb864aba82b0aaeb65d17 SHA512 a06692d1458448159fc9935c79983dd0b14e33ca1655f17cafd0eaa604d1852066e3862f4a513f04cb4b25ee350b57b6193999d801d70ae97ebfe46a4334710c +DIST switch-window-1.6.2_p20210808.tar.gz 159948 BLAKE2B 844c4ae1c1d3a71f9ae2667e20a6e47978b0426b68439a9e0ec667884265cbf2291aba8d838c3d4f3292f4820a2f9f6e369095867a06e70a024830a9477fcf95 SHA512 ee9bd40aedbb505ff702d472b9b3888400a65b3d6f4253f4489828accab1b9ace772995be7cd7fd38815e4a87983bf0b9cb7fd394180de255eec9a08ef786648 +EBUILD switch-window-1.6.2_p20210808.ebuild 531 BLAKE2B b4c80761f15062913d5135f03f93fa9004da5fda12be669822c36724212d6fd2fb1ec77c92876800087241be225f559dc0f36a8183f415b4c187cb4d3e4c784e SHA512 799fdce4c553f5630baaf76e99ab092800b16a12cc2e78acd54ad6fc6033d31632ef253dfa63222ac092ae50cc6909c9988eea2e249cda1c3ecb9a43af41ed1a +MISC metadata.xml 431 BLAKE2B 0712f54ee5e3d1d201f74280c5f5ed345efa3b9e0de6c68e4cb6b7352d46c78523964035fd067155fe0b620f4c7af782de203f8889efced4580931c7e83e6edf SHA512 716427a22e453363779871acf968e062b97dcdf4fa02ef70ff0d02f1c507f1c6cf267ba917b65ee024e172128f2b288f22088106b437e12fd59d79186e9e88d6 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..cf6f3082dbae --- /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=24 + +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" |