commit: 639cfbb46c5da1366fef756ef02e94b30a875cf8 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Thu Feb 6 22:17:34 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Thu Feb 6 22:36:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=639cfbb4
app-emacs/llama: new package; add version 0.6.0 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/llama/Manifest | 1 + app-emacs/llama/llama-0.6.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++ app-emacs/llama/metadata.xml | 18 +++++++++++++++++ 3 files changed, 59 insertions(+) diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest new file mode 100644 index 000000000000..f5e8c08441e1 --- /dev/null +++ b/app-emacs/llama/Manifest @@ -0,0 +1 @@ +DIST llama-0.6.0.gh.tar.gz 22503 BLAKE2B 681f0596430b6396ceb1fc53af98f6baaad8588e2794aa8bc050ade0f6fa04d0e683145c5fee49ae2c63e10819b90931d484989bf78a152f6162c03d798bc865 SHA512 36f4c4a90ec65562470cef08751dd68bd8dcee9556e6d30a219e0491819ec137afd1fe5a2ae2465e8eb48cd54ee4b7ee251cd455786c8c9b9ba44f388c79ce41 diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild new file mode 100644 index 000000000000..d8b16f6cf670 --- /dev/null +++ b/app-emacs/llama/llama-0.6.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Compact syntax for short lambda" +HOMEPAGE="https://github.com/tarsius/llama/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tarsius/${PN}" +else + SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz + -> ${P}.gh.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-30.0.2.0 +" +BDEPEND=" + ${RDEPEND} +" + +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests ert . + +src_install() { + rm "./${PN}-test.el"* || die + + elisp_src_install +} diff --git a/app-emacs/llama/metadata.xml b/app-emacs/llama/metadata.xml new file mode 100644 index 000000000000..b635a332c22c --- /dev/null +++ b/app-emacs/llama/metadata.xml @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> + <maintainer type="project"> + <email>gnu-em...@gentoo.org</email> + <name>Gentoo GNU Emacs project</name> + </maintainer> + <longdescription> + This package implements a macro named ##, which provides a compact way + to write short lambda expressions. + </longdescription> + <stabilize-allarches/> + <upstream> + <bugs-to>https://github.com/tarsius/llama/issues/</bugs-to> + <remote-id type="github">tarsius/llama</remote-id> + </upstream> +</pkgmetadata>