diff options
author | 2022-02-16 18:12:44 +0100 | |
---|---|---|
committer | 2022-02-16 18:38:37 +0100 | |
commit | d4f92bec44858fc35173772aa7c694dcf6bf071b (patch) | |
tree | 7e2132f1f9e38406a0e593de8b414fbeb3b0fec2 /app-emacs/popwin/popwin-1.0.2.ebuild | |
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/popwin-1.0.2.ebuild')
-rw-r--r-- | app-emacs/popwin/popwin-1.0.2.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
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" |