From: Hans de Graaff Date: Mon, 2 Apr 2018 06:40:19 +0000 (+0200) Subject: app-emacs/magit-popup: initial import of 2.12.3 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=8b45929634417be31653ca4a12e12cf476428b81;p=gentoo.git app-emacs/magit-popup: initial import of 2.12.3 New dependency for app-emacs/magit. This code was part of previous versions of magit. Package-Manager: Portage-2.3.24, Repoman-2.3.6 --- diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest new file mode 100644 index 000000000000..d39590597e04 --- /dev/null +++ b/app-emacs/magit-popup/Manifest @@ -0,0 +1 @@ +DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d SHA512 50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833 diff --git a/app-emacs/magit-popup/files/50magit-popup-gentoo.el b/app-emacs/magit-popup/files/50magit-popup-gentoo.el new file mode 100644 index 000000000000..431f7e90ae73 --- /dev/null +++ b/app-emacs/magit-popup/files/50magit-popup-gentoo.el @@ -0,0 +1 @@ +(add-to-list 'load-path "@SITELISP@") diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild new file mode 100644 index 000000000000..2a8b77e6c533 --- /dev/null +++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Define prefix-infix-suffix command combos" +HOMEPAGE="https://magit.vc/manual/magit-popup" +SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="*.texi" +DOCS="README.md" + +CDEPEND=">=app-emacs/dash-2.13.0" +DEPEND="${CDEPEND} sys-apps/texinfo" +RDEPEND=$CDEPEND diff --git a/app-emacs/magit-popup/metadata.xml b/app-emacs/magit-popup/metadata.xml new file mode 100644 index 000000000000..ab63c931bf35 --- /dev/null +++ b/app-emacs/magit-popup/metadata.xml @@ -0,0 +1,27 @@ + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + +This package implements a generic interface for toggling switches +and setting options and then invoking an Emacs command which does +something with these arguments. The prototypical use is for the +command to call an external process, passing on the arguments as +command line arguments. But this is only one of many possible +uses (though the one this library is optimized for). + +With the Emacs concept of "prefix arguments" in mind this could be +described as "infix arguments with feedback in a buffer". + +Commands that set the prefix argument for the subsequent command do +not limit what that next command could be. But entering a command +console popup does limit the selection to the commands defined for +that popup, and so we use the term "infix" instead of "prefix". + + + magit/magit-popup + +