diff options
author | Ulrich Müller <ulm@gentoo.org> | 2018-11-24 10:51:53 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2018-11-24 11:18:08 +0100 |
commit | 03fa9fa397b19a4ff70e92ee533a130168c3d02f (patch) | |
tree | 6b4797ea3bb8ea0283bfc535999d3e402ace0ddd /app-emacs/popup/popup-0.5.3.ebuild | |
parent | profiles: Drop 17.0 pdftk-related masks (diff) | |
download | gentoo-03fa9fa397b19a4ff70e92ee533a130168c3d02f.tar.gz gentoo-03fa9fa397b19a4ff70e92ee533a130168c3d02f.tar.bz2 gentoo-03fa9fa397b19a4ff70e92ee533a130168c3d02f.zip |
app-emacs/popup: Initial import.
Ebuild based on a contribution by <thomas@famsim.de>,
with modifications by me.
Bug: https://bugs.gentoo.org/670926
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/popup/popup-0.5.3.ebuild')
-rw-r--r-- | app-emacs/popup/popup-0.5.3.ebuild | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app-emacs/popup/popup-0.5.3.ebuild b/app-emacs/popup/popup-0.5.3.ebuild new file mode 100644 index 000000000000..5d7bcb2cb6ff --- /dev/null +++ b/app-emacs/popup/popup-0.5.3.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +MY_P="${PN}-el-${PV}" +DESCRIPTION="Visual popup interface library for Emacs" +HOMEPAGE="https://github.com/auto-complete/popup-el" +SRC_URI="https://github.com/auto-complete/popup-el/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +S="${WORKDIR}/${MY_P}" +DOCS="README.md" |