commit:     7453128798d9033e8b544d60f95bd6b73165e069
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  4 17:15:02 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Nov  4 18:13:46 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=74531287

app-emacs/llama: bump to 1.0.2

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/llama/Manifest           |  1 +
 app-emacs/llama/llama-1.0.2.ebuild | 40 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 29474db6396f..d9912ace4139 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,2 +1,3 @@
 DIST llama-1.0.0.gh.tar.gz 22468 BLAKE2B 
3d6e70b855821fd5eac2a18dd16d032729b6e884a1d7881a670028fa05868b2931b2b0d022ece4b7aad357fe5ff67f480fd594b8441325c0fb1be1a8c61d6b7c
 SHA512 
7b6dd6f10b1b36f54c60edbd039657fd9a27b69abdf7ce704f2f8c36cd896142d65ee157a2b0d68f4273d982ed7eeaea40c077bd393448af662c73d511fcc2de
 DIST llama-1.0.1.gh.tar.gz 22487 BLAKE2B 
69e3f91e20cc53614716b14bf0fc1864139042ed4fc5fd5b050d83a2736f96c1c638e1619c69261c996aae8f151886a705ca2a3516b6d5313c800ef719297927
 SHA512 
994feb49f5d20c9726fa24ca27c516f6b646d695462d4abeb93dd6298ffd753a70c603355e3a42d8835ac710332561a8906f9b85c03d51350d651686b9fb0cae
+DIST llama-1.0.2.gh.tar.gz 22433 BLAKE2B 
8c6a6f91720b986f52946cd0befa06953ffcd4fdd0cd79c4641428c657d66bc86f7bc2027cc1c6dcec569f3f6e69529545f046a9d6d27af15d10a2b07783a9bb
 SHA512 
05721f093fc45b4cc7f2c9517f6f16cbf1b72d123767cda6acfbf2af68aa87f44b7a061f75a8759eba63ba7f4560746f82721b46da425a03f130b96607583d44

diff --git a/app-emacs/llama/llama-1.0.2.ebuild 
b/app-emacs/llama/llama-1.0.2.ebuild
new file mode 100644
index 000000000000..f7056d7c1666
--- /dev/null
+++ b/app-emacs/llama/llama-1.0.2.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 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+RDEPEND="
+       app-emacs/compat
+"
+BDEPEND="
+       ${RDEPEND}
+"
+
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert "${S}" -l "./${PN}-tests.el"
+
+src_install() {
+       rm "./${PN}-tests.el"* || die
+
+       elisp_src_install
+}

Reply via email to