summaryrefslogtreecommitdiff
path: root/app-emacs/popwin
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
committerV3n3RiX <venerix@koprulu.sector>2022-03-20 00:40:44 +0000
commit4cbcc855382a06088e2f016f62cafdbcb7e40665 (patch)
tree356496503d52354aa6d9f2d36126302fed5f3a73 /app-emacs/popwin
parentfcc5224904648a8e6eb528d7603154160a20022f (diff)
gentoo resync : 20.03.2022
Diffstat (limited to 'app-emacs/popwin')
-rw-r--r--app-emacs/popwin/Manifest2
-rw-r--r--app-emacs/popwin/popwin-1.0.2.ebuild18
2 files changed, 20 insertions, 0 deletions
diff --git a/app-emacs/popwin/Manifest b/app-emacs/popwin/Manifest
index e302ef2b0dfa..f30f14eae1ae 100644
--- a/app-emacs/popwin/Manifest
+++ b/app-emacs/popwin/Manifest
@@ -1,4 +1,6 @@
AUX 50popwin-gentoo.el 336 BLAKE2B 5f76341b524d373ed3aa8d15e99123f5be33a45eed4e865f647e8c40353bceefb8775dabadce9f0cbb630742893de1354dd09062ccc2cc4c4c68484ee380a02d SHA512 a9b72edf953d67a16aad44186d3f0f3deead224ce57342d73ba43abe15c0c2b170311380926d1195d98884b6e64fbeca23b74c3dd9a67b13015ec0b491861905
DIST popwin-1.0.0.tar.gz 69319 BLAKE2B 2dea34f002a97ac58848abaecfb9b591ceeb58539f581918101604a485b6d45b9dd078dc89b3020bbe38e99646127a784582c51ffaa3a76de5b6ccaa365b22d6 SHA512 5b3ba489e747ec80d80e516024ca8bdafdb17a56df3f89c20053765d551173f448fbc10db348c6ec0e6efc5557eec672da3477980fb41f1fbbbf220f757f98e6
+DIST popwin-1.0.2.tar.gz 70340 BLAKE2B bcaf86386968a55c80eae9545b69e41be97255ac25dc06696a2f473a85c02a372b7e9bc5fc08a139e5bed2d15d0da295a256713e755536569dbf706161727404 SHA512 9a5c655ec0be45de8293f4e2059d774dbbf831291ca7c2489df06d71a8c6a1402ddde5b9ccbc84e210918b5aec2bd792c8685dbd1fca40522d8cfde334097fc8
EBUILD popwin-1.0.0.ebuild 487 BLAKE2B a2b2ba9b5a428e3b58aabd2f83df7626212345fea65b4770e45633124226b8fb8fce5f5c3a2e1a0d6e9b44df513484f38d26fe453f5c5a446a4bddd40f42469d SHA512 310efe067b267ba1d0f843489f65429437773d906342d6ec94eac68b02742a5e57f972cb3c1863b46208a643359d001bddef02e8b36b0fdd6eb3504f361e0d72
+EBUILD popwin-1.0.2.ebuild 480 BLAKE2B d446e8b7dde1ccb08dcc78e7e65423ff368c680140cf309c5f7971f697537b0001489a87c95408d0da2c0b80414ecf716019c1bfc8c627d37a2a1a9c023d61d5 SHA512 83f4313f7e48eb2a9dc49ea7519e3ab1994f55c7387ce3c04b162f0f7aacce74942a7501d289454b4312f513fbadba8fa8163d859911a30b1745e3ed4f3f8198
MISC metadata.xml 435 BLAKE2B d63160ff6ddf57f235b07fee1c92b1209db36d09f977a59f65657ee096ac7ad372611c5afd345b2b9956e5d712d66fa832b836c9f24898415b1e78f6d1496070 SHA512 c6829b63c9d30a0bb87d0ff3b40c277f74f620c46688a6d190de838fe5fe5d5fc4e77c101fd9f9ab300ee354a6e424887306389cb0693f28c0db062bc4e6cc0b
diff --git a/app-emacs/popwin/popwin-1.0.2.ebuild b/app-emacs/popwin/popwin-1.0.2.ebuild
new file mode 100644
index 000000000000..3b31914ef9d9
--- /dev/null
+++ b/app-emacs/popwin/popwin-1.0.2.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit elisp
+
+DESCRIPTION="Popup window manager for Emacs"
+HOMEPAGE="https://github.com/emacsorphanage/popwin"
+SRC_URI="https://github.com/emacsorphanage/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test" # "make test" starts Emacs in non-batch mode
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"