From: "Maciej Barć" <xgqt@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
Date: Thu, 06 Feb 2025 22:36:34 +0000 (UTC) [thread overview]
Message-ID: <1738881380.639cfbb46c5da1366fef756ef02e94b30a875cf8.xgqt@gentoo> (raw)
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-emacs@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>
next reply other threads:[~2025-02-06 22:36 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-06 22:36 Maciej Barć [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-07 17:50 [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/ Sam James
2025-02-07 17:50 Sam James
2025-02-07 17:50 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1738881380.639cfbb46c5da1366fef756ef02e94b30a875cf8.xgqt@gentoo \
--to=xgqt@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox