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/
Date: Sat, 04 Aug 2018 05:57:12
Message-Id: 1533361844.e797a02ad50b9b006519b076c711510a49bad937.graaff@gentoo
1 commit: e797a02ad50b9b006519b076c711510a49bad937
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Aug 4 05:50:44 2018 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 4 05:50:44 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e797a02a
7
8 app-emacs/magit-popup: add 2.12.4
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 app-emacs/magit-popup/Manifest | 1 +
13 app-emacs/magit-popup/magit-popup-2.12.4.ebuild | 24 ++++++++++++++++++++++++
14 2 files changed, 25 insertions(+)
15
16 diff --git a/app-emacs/magit-popup/Manifest b/app-emacs/magit-popup/Manifest
17 index d39590597e0..3767bc7a206 100644
18 --- a/app-emacs/magit-popup/Manifest
19 +++ b/app-emacs/magit-popup/Manifest
20 @@ -1 +1,2 @@
21 DIST magit-popup-2.12.3.tar.gz 40195 BLAKE2B a351e949207b674c734f66b0431fa4c137293ccff880e3f457dfb825d7a36afd37f59197170a86d52606d371c181cd8a23be54d74aeee192a2d1a56588a55b3d SHA512 50620ce1d364ae28f30658dedd8f235bb1055be5cf4320142b7648e2ff6137f84cf865ea8f41e34ad7fb42612ff5d36fc0c4f6caa0aa0d2071bf775c15be5833
22 +DIST magit-popup-2.12.4.tar.gz 40233 BLAKE2B 959ed85a1a4fec06ea30cd8d3482616fcaf145e4c043e48d872c830f24d627c4047c68d9424649a1c6b24a027309e900792a342f5a048d6f5aab32e8130eaa9d SHA512 c538d8227ebed85a161a62deb351994cfa3ea67b400ddd8423ae90a6ada8653f3798db2dfb942921bcb505af3fa757f8c2c911c9da583a42210db82e20d7fa3d
23
24 diff --git a/app-emacs/magit-popup/magit-popup-2.12.4.ebuild b/app-emacs/magit-popup/magit-popup-2.12.4.ebuild
25 new file mode 100644
26 index 00000000000..10997ff1cf6
27 --- /dev/null
28 +++ b/app-emacs/magit-popup/magit-popup-2.12.4.ebuild
29 @@ -0,0 +1,24 @@
30 +# Copyright 1999-2018 Gentoo Foundation
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=6
34 +NEED_EMACS=24
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="Define prefix-infix-suffix command combos"
39 +HOMEPAGE="https://magit.vc/manual/magit-popup"
40 +SRC_URI="https://github.com/magit/magit-popup/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
45 +
46 +SITEFILE="50${PN}-gentoo.el"
47 +ELISP_TEXINFO="*.texi"
48 +DOCS="README.md"
49 +
50 +CDEPEND=">=app-emacs/dash-2.13.0"
51 +DEPEND="${CDEPEND} sys-apps/texinfo"
52 +RDEPEND="!!<app-emacs/magit-2.12.1
53 + ${CDEPEND}"