Gentoo Archives: gentoo-commits

From: Matthew Smith <matthew@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/marginalia/
Date: Sun, 27 Mar 2022 09:25:08
Message-Id: 1648373083.d6332f903258ecb612bb85e86d374148beca1caf.matthew@gentoo
1 commit: d6332f903258ecb612bb85e86d374148beca1caf
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 27 09:21:25 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 27 09:24:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d6332f90
7
8 app-emacs/marginalia: add 0.13
9
10 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
11
12 app-emacs/marginalia/Manifest | 1 +
13 app-emacs/marginalia/marginalia-0.13.ebuild | 17 +++++++++++++++++
14 2 files changed, 18 insertions(+)
15
16 diff --git a/app-emacs/marginalia/Manifest b/app-emacs/marginalia/Manifest
17 index c97d948ea774..c4258bd8ed04 100644
18 --- a/app-emacs/marginalia/Manifest
19 +++ b/app-emacs/marginalia/Manifest
20 @@ -1 +1,2 @@
21 DIST marginalia-0.12.tar.gz 28459 BLAKE2B f18dc11368f181bbf0bd92ba5abefd065181d2f3f2d7c27adab12e0b7baae69e8bf4d74e7e75687805773024fbc06eb0da49de2a14271cda125ffc2d6b01f049 SHA512 c6650f94e45fd82ddbbe0a58a4e816ebe55837ef8102c6a4871952b0c84ee44ab868bde41a864a06d03428a00cabf3a8a5e37addaa8bb81e3ea45271b8ad53ef
22 +DIST marginalia-0.13.tar.gz 28803 BLAKE2B 396656d93ee85d0b4ad216c2b27de5f2415ae0b54198eacf327eb035f4753a74389734353dd19913f6778d4cf9bfd82b1ee359105d7527d95fe9675afa368655 SHA512 08c6fd3ff744c3112e76a44786d5422b04d0fdf3e08342b1903578b80922df28b2fadd8f0af612f32dfd9c607786c12b6508b6996acbc671ba4d542c9a67d52b
23
24 diff --git a/app-emacs/marginalia/marginalia-0.13.ebuild b/app-emacs/marginalia/marginalia-0.13.ebuild
25 new file mode 100644
26 index 000000000000..87470ff0f45d
27 --- /dev/null
28 +++ b/app-emacs/marginalia/marginalia-0.13.ebuild
29 @@ -0,0 +1,17 @@
30 +# Copyright 1999-2022 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI=8
34 +NEED_EMACS=26
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="Marginalia in the minibuffer"
39 +HOMEPAGE="https://github.com/minad/marginalia"
40 +SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-3+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~x86"
45 +
46 +SITEFILE="50${PN}-gentoo.el"