* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-06 22:36 Maciej Barć
0 siblings, 0 replies; 4+ messages in thread
From: Maciej Barć @ 2025-02-06 22:36 UTC (permalink / raw
To: gentoo-commits
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>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-07 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 7fca8f8f2ca453c9de4f5030ec124174ca9c5d02
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:49:42 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 17:49:42 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7fca8f8f
app-emacs/llama: Keyword 0.6.0 arm64, #949379
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/llama/llama-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild
index 1836a0f08da1..cefa424406d9 100644
--- a/app-emacs/llama/llama-0.6.0.ebuild
+++ b/app-emacs/llama/llama-0.6.0.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
+ KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-07 17:50 UTC (permalink / raw
To: gentoo-commits
commit: be7649e5bfb99f08d4eea85966eb1c468bd12e20
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:49:37 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 17:49:37 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be7649e5
app-emacs/llama: Keyword 0.6.0 arm, #949379
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/llama/llama-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild
index d8b16f6cf670..23ce42cb7fac 100644
--- a/app-emacs/llama/llama-0.6.0.ebuild
+++ b/app-emacs/llama/llama-0.6.0.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2025-02-07 17:50 UTC (permalink / raw
To: gentoo-commits
commit: 92633d85fc283cebc08980c53d58e42ba59c2199
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 7 17:49:39 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Feb 7 17:49:39 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92633d85
app-emacs/llama: Keyword 0.6.0 ppc64, #949379
Signed-off-by: Sam James <sam <AT> gentoo.org>
app-emacs/llama/llama-0.6.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild
index 23ce42cb7fac..1836a0f08da1 100644
--- a/app-emacs/llama/llama-0.6.0.ebuild
+++ b/app-emacs/llama/llama-0.6.0.ebuild
@@ -16,7 +16,7 @@ else
SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz
-> ${P}.gh.tar.gz"
- KEYWORDS="~amd64 ~arm ~x86"
+ KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
fi
LICENSE="GPL-3+"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2025-02-07 17:50 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-02-07 17:50 [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/ Sam James
-- strict thread matches above, loose matches on Subject: below --
2025-02-07 17:50 Sam James
2025-02-07 17:50 Sam James
2025-02-06 22:36 Maciej Barć
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox