commit: 1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0 Author: Matthew Smith <matthew <AT> gentoo <DOT> org> AuthorDate: Sun May 29 07:35:21 2022 +0000 Commit: Matthew Smith <matthew <AT> gentoo <DOT> org> CommitDate: Sun May 29 07:41:02 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad3dfe4
app-emacs/compat: new package, add 28.1.1.1 Required for app-emacs/consult. Signed-off-by: Matthew Smith <matthew <AT> gentoo.org> app-emacs/compat/Manifest | 1 + app-emacs/compat/compat-28.1.1.1.ebuild | 20 ++++++++++++++++++++ app-emacs/compat/metadata.xml | 9 +++++++++ 3 files changed, 30 insertions(+) diff --git a/app-emacs/compat/Manifest b/app-emacs/compat/Manifest new file mode 100644 index 000000000000..2767e08617a0 --- /dev/null +++ b/app-emacs/compat/Manifest @@ -0,0 +1 @@ +DIST compat-28.1.1.1.tar.gz 71771 BLAKE2B 48feaada7e32f07b425048f8b993b2936450dbed8ba20e0f6319d4b098bcc8007323416bf300221a00fb13ff152698c2beaeea6e743d46b1d32b9c0a016a895c SHA512 e733836934671cb373f70a92a20084622e160f2731c5e5c6ce9df348820261db399da0e78d6b95293d9b6992469e96298e9fe83e331a4caaa377fc6ce61f7040 diff --git a/app-emacs/compat/compat-28.1.1.1.ebuild b/app-emacs/compat/compat-28.1.1.1.ebuild new file mode 100644 index 000000000000..88eb49697dff --- /dev/null +++ b/app-emacs/compat/compat-28.1.1.1.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=24 + +inherit elisp + +DESCRIPTION="Compatibility libraries for Emacs" +HOMEPAGE="https://git.sr.ht/~pkal/compat" +SRC_URI="https://git.sr.ht/~pkal/compat/archive/${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +src_prepare() { + default + rm compat-tests.el || die +} diff --git a/app-emacs/compat/metadata.xml b/app-emacs/compat/metadata.xml new file mode 100644 index 000000000000..3264e3c57176 --- /dev/null +++ b/app-emacs/compat/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata>
