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/compat/
Date: Sun, 29 May 2022 07:41:30
Message-Id: 1653810062.1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0.matthew@gentoo
1 commit: 1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0
2 Author: Matthew Smith <matthew <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 29 07:35:21 2022 +0000
4 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org>
5 CommitDate: Sun May 29 07:41:02 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad3dfe4
7
8 app-emacs/compat: new package, add 28.1.1.1
9
10 Required for app-emacs/consult.
11
12 Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>
13
14 app-emacs/compat/Manifest | 1 +
15 app-emacs/compat/compat-28.1.1.1.ebuild | 20 ++++++++++++++++++++
16 app-emacs/compat/metadata.xml | 9 +++++++++
17 3 files changed, 30 insertions(+)
18
19 diff --git a/app-emacs/compat/Manifest b/app-emacs/compat/Manifest
20 new file mode 100644
21 index 000000000000..2767e08617a0
22 --- /dev/null
23 +++ b/app-emacs/compat/Manifest
24 @@ -0,0 +1 @@
25 +DIST compat-28.1.1.1.tar.gz 71771 BLAKE2B 48feaada7e32f07b425048f8b993b2936450dbed8ba20e0f6319d4b098bcc8007323416bf300221a00fb13ff152698c2beaeea6e743d46b1d32b9c0a016a895c SHA512 e733836934671cb373f70a92a20084622e160f2731c5e5c6ce9df348820261db399da0e78d6b95293d9b6992469e96298e9fe83e331a4caaa377fc6ce61f7040
26
27 diff --git a/app-emacs/compat/compat-28.1.1.1.ebuild b/app-emacs/compat/compat-28.1.1.1.ebuild
28 new file mode 100644
29 index 000000000000..88eb49697dff
30 --- /dev/null
31 +++ b/app-emacs/compat/compat-28.1.1.1.ebuild
32 @@ -0,0 +1,20 @@
33 +# Copyright 1999-2022 Gentoo Authors
34 +# Distributed under the terms of the GNU General Public License v2
35 +
36 +EAPI=8
37 +NEED_EMACS=24
38 +
39 +inherit elisp
40 +
41 +DESCRIPTION="Compatibility libraries for Emacs"
42 +HOMEPAGE="https://git.sr.ht/~pkal/compat"
43 +SRC_URI="https://git.sr.ht/~pkal/compat/archive/${PV}.tar.gz -> ${P}.tar.gz"
44 +
45 +LICENSE="GPL-3+"
46 +SLOT="0"
47 +KEYWORDS="~amd64 ~x86"
48 +
49 +src_prepare() {
50 + default
51 + rm compat-tests.el || die
52 +}
53
54 diff --git a/app-emacs/compat/metadata.xml b/app-emacs/compat/metadata.xml
55 new file mode 100644
56 index 000000000000..3264e3c57176
57 --- /dev/null
58 +++ b/app-emacs/compat/metadata.xml
59 @@ -0,0 +1,9 @@
60 +<?xml version="1.0" encoding="UTF-8"?>
61 +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
62 +<pkgmetadata>
63 + <maintainer type="project">
64 + <email>gnu-emacs@g.o</email>
65 + <name>Gentoo GNU Emacs project</name>
66 + </maintainer>
67 + <stabilize-allarches/>
68 +</pkgmetadata>