diff options
author | Hans de Graaff <graaff@gentoo.org> | 2018-04-02 08:40:19 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2018-04-02 08:43:54 +0200 |
commit | 8b45929634417be31653ca4a12e12cf476428b81 (patch) | |
tree | 02ccfedc48f7948476374100481412ea40569b5c /app-emacs/magit-popup | |
parent | media-plugins/gst-plugins-cdparanoia-1.12.4: added ~mips (diff) | |
download | gentoo-8b45929634417be31653ca4a12e12cf476428b81.tar.gz gentoo-8b45929634417be31653ca4a12e12cf476428b81.tar.bz2 gentoo-8b45929634417be31653ca4a12e12cf476428b81.zip |
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
Diffstat (limited to 'app-emacs/magit-popup')
-rw-r--r-- | app-emacs/magit-popup/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/magit-popup/files/50magit-popup-gentoo.el | 1 | ||||
-rw-r--r-- | app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 23 | ||||
-rw-r--r-- | app-emacs/magit-popup/metadata.xml | 27 |
4 files changed, 52 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer type="project"> + <email>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> +</maintainer> +<longdescription> +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". +</longdescription> +<upstream> + <remote-id type="github">magit/magit-popup</remote-id> +</upstream> +</pkgmetadata> |