summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-02-15 19:48:44 +0100
committerUlrich Müller <ulm@gentoo.org>2022-02-15 19:49:00 +0100
commit9c0c221c85382d0d7594f80f3f6a356ed52c3798 (patch)
tree2ed383fe997a41b3e6751de1e8d79becdee27343 /app-emacs/popup/popup-0.5.8.ebuild
parentapp-emacs/async: Version bump to 1.9.4 (diff)
downloadgentoo-9c0c221c85382d0d7594f80f3f6a356ed52c3798.tar.gz
gentoo-9c0c221c85382d0d7594f80f3f6a356ed52c3798.tar.bz2
gentoo-9c0c221c85382d0d7594f80f3f6a356ed52c3798.zip
app-emacs/popup: Version bump to 0.5.8
Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'app-emacs/popup/popup-0.5.8.ebuild')
-rw-r--r--app-emacs/popup/popup-0.5.8.ebuild19
1 files changed, 19 insertions, 0 deletions
diff --git a/app-emacs/popup/popup-0.5.8.ebuild b/app-emacs/popup/popup-0.5.8.ebuild
new file mode 100644
index 000000000000..596a89c72c1a
--- /dev/null
+++ b/app-emacs/popup/popup-0.5.8.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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"
+S="${WORKDIR}/${MY_P}"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+RESTRICT="test"
+
+DOCS="README.md"