app-emacs/magit-popup: initial import of 2.12.3
authorHans de Graaff <graaff@gentoo.org>
Mon, 2 Apr 2018 06:40:19 +0000 (08:40 +0200)
committerHans de Graaff <graaff@gentoo.org>
Mon, 2 Apr 2018 06:43:54 +0000 (08:43 +0200)
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

app-emacs/magit-popup/Manifest [new file with mode: 0644]
app-emacs/magit-popup/files/50magit-popup-gentoo.el [new file with mode: 0644]
app-emacs/magit-popup/magit-popup-2.12.3.ebuild [new file with mode: 0644]
app-emacs/magit-popup/metadata.xml [new file with mode: 0644]

diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
new file mode 100644 (file)
index 0000000..d395905
--- /dev/null
@@ -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 (file)
index 0000000..431f7e9
--- /dev/null
@@ -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 (file)
index 0000000..2a8b77e
--- /dev/null
@@ -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 (file)
index 0000000..ab63c93
--- /dev/null
@@ -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>