From 8376ef56580626e9c0f796d5b85b53a0a1c7d5f5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 21:03:06 +0100 Subject: gentoo resync : 14.07.2018 --- app-emacs/magit-popup/Manifest | 4 ++++ .../magit-popup/files/50magit-popup-gentoo.el | 1 + app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 24 +++++++++++++++++++ app-emacs/magit-popup/metadata.xml | 28 ++++++++++++++++++++++ 4 files changed, 57 insertions(+) create mode 100644 app-emacs/magit-popup/Manifest create mode 100644 app-emacs/magit-popup/files/50magit-popup-gentoo.el create mode 100644 app-emacs/magit-popup/magit-popup-2.12.3.ebuild create mode 100644 app-emacs/magit-popup/metadata.xml (limited to 'app-emacs/magit-popup') diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest new file mode 100644 index 000000000000..cad250249e49 --- /dev/null +++ b/app-emacs/magit-popup/Manifest @@ -0,0 +1,4 @@ +AUX 50magit-popup-gentoo.el 38 BLAKE2B e96c6cf48d1522d89450e11d339c76210c672377208b56951791b83c6ef22b2c872d313084e199dd5d7b533a99106a87dbc7f15b5ee6126f71bf5f2e84165ffa SHA512 5c00bcabe2d7cc03013dc7a54b2c653940c08098ca5646d7c73624cb1ca04376ae9dcf88a7166b1925c69f0c5d192d90f6bd790fdef8ed8c3b0f9d163c987da5 +DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d SHA512 50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833 +EBUILD magit-popup-2.12.3.ebuild 594 BLAKE2B 4e1f7e95d6581b55aac702d4d4aed048f0ab0f9815b1d9a8dfb3688c541eadd13e39e9f9f40cb7ab931e6841f9cc9c86205d40dfff0560b8417a9764c7d12e15 SHA512 750cd4a10d07188fc9113e2e71604c3742f6d9ed02179f7cceef982fa1d4c037ef88eb4faf9ead8cc46d798cba9044c5f83cb183ceda69c110dccbd9a1d66e4a +MISC metadata.xml 1170 BLAKE2B ab77cb475c6f77b7829a4fa62de4ab29423ed5e7531e64b60523ccf619b3e4edf4c69037d528bf3705f0de1311833445d02932d0a8b633860319ce200cadb454 SHA512 70806e5c38f43fcfe23b2eb64f818ad6d62fdacc61cb6d1be0b8aad236f766fd558592db617aeb0b41cc9330d1789339b8a3b9eefcf65f1bced7b18633cf884f 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..84e13cac60d7 --- /dev/null +++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild @@ -0,0 +1,24 @@ +# 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="!! + + + + 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 + + -- cgit v1.2.3