diff options
author | Matthew Smith <matthew@gentoo.org> | 2022-05-29 08:35:21 +0100 |
---|---|---|
committer | Matthew Smith <matthew@gentoo.org> | 2022-05-29 08:41:02 +0100 |
commit | 1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0 (patch) | |
tree | 708a657e5e8002ef83e30f7847ac12583c2c172a /app-emacs | |
parent | app-emacs/vertico: drop 0.22 (diff) | |
download | gentoo-1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0.tar.gz gentoo-1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0.tar.bz2 gentoo-1ad3dfe487d995f8d1cb1e7fda0d5f2c3edc9bb0.zip |
app-emacs/compat: new package, add 28.1.1.1
Required for app-emacs/consult.
Signed-off-by: Matthew Smith <matthew@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/compat/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/compat/compat-28.1.1.1.ebuild | 20 | ||||
-rw-r--r-- | app-emacs/compat/metadata.xml | 9 |
3 files changed, 30 insertions, 0 deletions
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>gnu-emacs@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <stabilize-allarches/> +</pkgmetadata> |