Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/magit-popup/, app-emacs/magit-popup/files/
Date: Mon, 02 Apr 2018 06:44:19
Message-Id: 1522651434.8b45929634417be31653ca4a12e12cf476428b81.graaff@gentoo
1 commit: 8b45929634417be31653ca4a12e12cf476428b81
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Apr 2 06:40:19 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Apr 2 06:43:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b459296
7
8 app-emacs/magit-popup: initial import of 2.12.3
9
10 New dependency for app-emacs/magit. This code was part of previous
11 versions of magit.
12
13 Package-Manager: Portage-2.3.24, Repoman-2.3.6
14
15 app-emacs/magit-popup/Manifest | 1 +
16 .../magit-popup/files/50magit-popup-gentoo.el | 1 +
17 app-emacs/magit-popup/magit-popup-2.12.3.ebuild | 23 ++++++++++++++++++
18 app-emacs/magit-popup/metadata.xml | 27 ++++++++++++++++++++++
19 4 files changed, 52 insertions(+)
20
21 diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
22 new file mode 100644
23 index 00000000000..d39590597e0
24 --- /dev/null
25 +++ b/app-emacs/magit-popup/Manifest
26 @@ -0,0 +1 @@
27 +DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d SHA512 50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
28
29 diff --git a/app-emacs/magit-popup/files/50magit-popup-gentoo.el b/app-emacs/magit-popup/files/50magit-popup-gentoo.el
30 new file mode 100644
31 index 00000000000..431f7e90ae7
32 --- /dev/null
33 +++ b/app-emacs/magit-popup/files/50magit-popup-gentoo.el
34 @@ -0,0 +1 @@
35 +(add-to-list 'load-path "@SITELISP@")
36
37 diff --git a/app-emacs/magit-popup/magit-popup-2.12.3.ebuild b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
38 new file mode 100644
39 index 00000000000..2a8b77e6c53
40 --- /dev/null
41 +++ b/app-emacs/magit-popup/magit-popup-2.12.3.ebuild
42 @@ -0,0 +1,23 @@
43 +# Copyright 1999-2018 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +
46 +EAPI=6
47 +NEED_EMACS=24
48 +
49 +inherit elisp
50 +
51 +DESCRIPTION="Define prefix-infix-suffix command combos"
52 +HOMEPAGE="https://magit.vc/manual/magit-popup"
53 +SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
54 +
55 +LICENSE="GPL-3+"
56 +SLOT="0"
57 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
58 +
59 +SITEFILE="50${PN}-gentoo.el"
60 +ELISP_TEXINFO="*.texi"
61 +DOCS="README.md"
62 +
63 +CDEPEND=">=app-emacs/dash-2.13.0"
64 +DEPEND="${CDEPEND} sys-apps/texinfo"
65 +RDEPEND=$CDEPEND
66
67 diff --git a/app-emacs/magit-popup/metadata.xml b/app-emacs/magit-popup/metadata.xml
68 new file mode 100644
69 index 00000000000..ab63c931bf3
70 --- /dev/null
71 +++ b/app-emacs/magit-popup/metadata.xml
72 @@ -0,0 +1,27 @@
73 +<?xml version="1.0" encoding="UTF-8"?>
74 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
75 +<pkgmetadata>
76 +<maintainer type="project">
77 + <email>gnu-emacs@g.o</email>
78 + <name>Gentoo GNU Emacs project</name>
79 +</maintainer>
80 +<longdescription>
81 +This package implements a generic interface for toggling switches
82 +and setting options and then invoking an Emacs command which does
83 +something with these arguments. The prototypical use is for the
84 +command to call an external process, passing on the arguments as
85 +command line arguments. But this is only one of many possible
86 +uses (though the one this library is optimized for).
87 +
88 +With the Emacs concept of "prefix arguments" in mind this could be
89 +described as "infix arguments with feedback in a buffer".
90 +
91 +Commands that set the prefix argument for the subsequent command do
92 +not limit what that next command could be. But entering a command
93 +console popup does limit the selection to the commands defined for
94 +that popup, and so we use the term "infix" instead of "prefix".
95 +</longdescription>
96 +<upstream>
97 + <remote-id type="github">magit/magit-popup</remote-id>
98 +</upstream>
99 +</pkgmetadata>