diff options
author | Ulrich Müller <ulm@gentoo.org> | 2022-02-16 18:12:44 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2022-02-16 18:38:37 +0100 |
commit | d4f92bec44858fc35173772aa7c694dcf6bf071b (patch) | |
tree | 7e2132f1f9e38406a0e593de8b414fbeb3b0fec2 /app-emacs/popwin | |
parent | app-emacs/php-mode: Remove old (diff) | |
download | gentoo-d4f92bec44858fc35173772aa7c694dcf6bf071b.tar.gz gentoo-d4f92bec44858fc35173772aa7c694dcf6bf071b.tar.bz2 gentoo-d4f92bec44858fc35173772aa7c694dcf6bf071b.zip |
app-emacs/popwin: Version bump to 1.0.2
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/popwin')
-rw-r--r-- | app-emacs/popwin/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/popwin/popwin-1.0.2.ebuild | 18 |
2 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/popwin/Manifest b/app-emacs/popwin/Manifest index 52dbafe04363..eef2cb4f52de 100644 --- a/app-emacs/popwin/Manifest +++ b/app-emacs/popwin/Manifest @@ -1 +1,2 @@ DIST popwin-1.0.0.tar.gz 69319 BLAKE2B 2dea34f002a97ac58848abaecfb9b591ceeb58539f581918101604a485b6d45b9dd078dc89b3020bbe38e99646127a784582c51ffaa3a76de5b6ccaa365b22d6 SHA512 5b3ba489e747ec80d80e516024ca8bdafdb17a56df3f89c20053765d551173f448fbc10db348c6ec0e6efc5557eec672da3477980fb41f1fbbbf220f757f98e6 +DIST popwin-1.0.2.tar.gz 70340 BLAKE2B bcaf86386968a55c80eae9545b69e41be97255ac25dc06696a2f473a85c02a372b7e9bc5fc08a139e5bed2d15d0da295a256713e755536569dbf706161727404 SHA512 9a5c655ec0be45de8293f4e2059d774dbbf831291ca7c2489df06d71a8c6a1402ddde5b9ccbc84e210918b5aec2bd792c8685dbd1fca40522d8cfde334097fc8 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" |