public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-06 22:36 Maciej Barć
  0 siblings, 0 replies; 18+ 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] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
  0 siblings, 0 replies; 18+ 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] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
  0 siblings, 0 replies; 18+ 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] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-02-07 17:50 Sam James
  0 siblings, 0 replies; 18+ 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] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-03-15 18:13 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-03-15 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     7abc4d9d144adf6ad609743bba795fa381457304
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 18:13:13 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 18:13:13 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7abc4d9d

app-emacs/llama: Stabilize 0.6.1 x86, #951425

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/llama/llama-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-0.6.1.ebuild b/app-emacs/llama/llama-0.6.1.ebuild
index cefa424406d9..64c7197edae8 100644
--- a/app-emacs/llama/llama-0.6.1.ebuild
+++ b/app-emacs/llama/llama-0.6.1.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 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-03-15 18:13 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-03-15 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     63bb8bc77c37697c98d20dafdb654e44ac16e2e8
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 18:13:15 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 18:13:15 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63bb8bc7

app-emacs/llama: Stabilize 0.6.1 amd64, #951427

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/llama/llama-0.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-0.6.1.ebuild b/app-emacs/llama/llama-0.6.1.ebuild
index 64c7197edae8..5b6c0cafecf8 100644
--- a/app-emacs/llama/llama-0.6.1.ebuild
+++ b/app-emacs/llama/llama-0.6.1.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 ~arm64 ~ppc64 x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-03-15 19:55 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-03-15 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     a8d1b7771376414f2087bb3c114a29131fd00d23
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 17:23:40 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d1b777

app-emacs/llama: bump to 0.6.2

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

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

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index cf9877efb7bc..ce653c263372 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,2 +1,3 @@
 DIST llama-0.6.0.gh.tar.gz 22503 BLAKE2B 681f0596430b6396ceb1fc53af98f6baaad8588e2794aa8bc050ade0f6fa04d0e683145c5fee49ae2c63e10819b90931d484989bf78a152f6162c03d798bc865 SHA512 36f4c4a90ec65562470cef08751dd68bd8dcee9556e6d30a219e0491819ec137afd1fe5a2ae2465e8eb48cd54ee4b7ee251cd455786c8c9b9ba44f388c79ce41
 DIST llama-0.6.1.gh.tar.gz 22258 BLAKE2B 8a6a20fcc3979de481e6d825fdcf817f2b643ac4f85871d7e9184e19efb1ba5f0b71a4909cf49c5a3005e58c2ba3143068dfcb63d7fe0fc09e431ec6021aa166 SHA512 d53601154c91f70f6cbf090437e8368d524f50ecd5d45cdc44dbfc5f70ddd0cea6185d37bc2fe2c950881425cb4943d73db7dd07f7bbcd21b5f052fa1caea59e
+DIST llama-0.6.2.gh.tar.gz 22380 BLAKE2B 9cf6388262a9cb04c129ee4df1df7f7ed947c3d6bf16361b73053a015f4d6addfaf5c897430b31c83f1e3aad8bfc1b4395667699ae4be4d1f062e6aae3a943c5 SHA512 9e0becce97552abdb2ca0b05cc69263b0e0381d4dac0cf178b3e7c364fc721539c67ce26eae1da27e07e16af6d123b07dde77d2b177669df55081c520512597f

diff --git a/app-emacs/llama/llama-0.6.2.ebuild b/app-emacs/llama/llama-0.6.2.ebuild
new file mode 100644
index 000000000000..cefa424406d9
--- /dev/null
+++ b/app-emacs/llama/llama-0.6.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 ~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
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-03-15 19:55 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-03-15 19:55 UTC (permalink / raw
  To: gentoo-commits

commit:     f9fc8dcfaf955609daf9ba0f59cde48c735f8690
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 15 17:24:13 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Mar 15 19:55:33 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fc8dcf

app-emacs/llama: drop old 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 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index ce653c263372..ed5c39f1f13a 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,3 +1,2 @@
-DIST llama-0.6.0.gh.tar.gz 22503 BLAKE2B 681f0596430b6396ceb1fc53af98f6baaad8588e2794aa8bc050ade0f6fa04d0e683145c5fee49ae2c63e10819b90931d484989bf78a152f6162c03d798bc865 SHA512 36f4c4a90ec65562470cef08751dd68bd8dcee9556e6d30a219e0491819ec137afd1fe5a2ae2465e8eb48cd54ee4b7ee251cd455786c8c9b9ba44f388c79ce41
 DIST llama-0.6.1.gh.tar.gz 22258 BLAKE2B 8a6a20fcc3979de481e6d825fdcf817f2b643ac4f85871d7e9184e19efb1ba5f0b71a4909cf49c5a3005e58c2ba3143068dfcb63d7fe0fc09e431ec6021aa166 SHA512 d53601154c91f70f6cbf090437e8368d524f50ecd5d45cdc44dbfc5f70ddd0cea6185d37bc2fe2c950881425cb4943d73db7dd07f7bbcd21b5f052fa1caea59e
 DIST llama-0.6.2.gh.tar.gz 22380 BLAKE2B 9cf6388262a9cb04c129ee4df1df7f7ed947c3d6bf16361b73053a015f4d6addfaf5c897430b31c83f1e3aad8bfc1b4395667699ae4be4d1f062e6aae3a943c5 SHA512 9e0becce97552abdb2ca0b05cc69263b0e0381d4dac0cf178b3e7c364fc721539c67ce26eae1da27e07e16af6d123b07dde77d2b177669df55081c520512597f

diff --git a/app-emacs/llama/llama-0.6.0.ebuild b/app-emacs/llama/llama-0.6.0.ebuild
deleted file mode 100644
index cefa424406d9..000000000000
--- a/app-emacs/llama/llama-0.6.0.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 ~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
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-04-28  3:54 Sam James
  0 siblings, 0 replies; 18+ messages in thread
From: Sam James @ 2025-04-28  3:54 UTC (permalink / raw
  To: gentoo-commits

commit:     5e23862e2f153779c10c49deaac60b928d2cf924
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 28 03:53:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 03:53:50 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e23862e

app-emacs/llama: Stabilize 0.6.2 ALLARCHES, #954691

Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-emacs/llama/llama-0.6.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-0.6.2.ebuild b/app-emacs/llama/llama-0.6.2.ebuild
index cefa424406d9..5b6c0cafecf8 100644
--- a/app-emacs/llama/llama-0.6.2.ebuild
+++ b/app-emacs/llama/llama-0.6.2.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 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-06-02 18:13 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-06-02 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     f48ce649aa69b62edc31f34d3015fe8294b4bbdd
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 17:48:55 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 18:13:44 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f48ce649

app-emacs/llama: drop old 0.6.1

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

 app-emacs/llama/Manifest           |  1 -
 app-emacs/llama/llama-0.6.1.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index ed5c39f1f13a..658839fc5483 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,2 +1 @@
-DIST llama-0.6.1.gh.tar.gz 22258 BLAKE2B 8a6a20fcc3979de481e6d825fdcf817f2b643ac4f85871d7e9184e19efb1ba5f0b71a4909cf49c5a3005e58c2ba3143068dfcb63d7fe0fc09e431ec6021aa166 SHA512 d53601154c91f70f6cbf090437e8368d524f50ecd5d45cdc44dbfc5f70ddd0cea6185d37bc2fe2c950881425cb4943d73db7dd07f7bbcd21b5f052fa1caea59e
 DIST llama-0.6.2.gh.tar.gz 22380 BLAKE2B 9cf6388262a9cb04c129ee4df1df7f7ed947c3d6bf16361b73053a015f4d6addfaf5c897430b31c83f1e3aad8bfc1b4395667699ae4be4d1f062e6aae3a943c5 SHA512 9e0becce97552abdb2ca0b05cc69263b0e0381d4dac0cf178b3e7c364fc721539c67ce26eae1da27e07e16af6d123b07dde77d2b177669df55081c520512597f

diff --git a/app-emacs/llama/llama-0.6.1.ebuild b/app-emacs/llama/llama-0.6.1.ebuild
deleted file mode 100644
index 5b6c0cafecf8..000000000000
--- a/app-emacs/llama/llama-0.6.1.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 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
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-06-02 18:13 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-06-02 18:13 UTC (permalink / raw
  To: gentoo-commits

commit:     371be7c477184528e56367eb8cea20018ffa6b67
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Mon Jun  2 17:50:18 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Mon Jun  2 18:13:45 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=371be7c4

app-emacs/llama: bump to 0.6.3

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

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

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 658839fc5483..0e59ca0404ac 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1 +1,2 @@
 DIST llama-0.6.2.gh.tar.gz 22380 BLAKE2B 9cf6388262a9cb04c129ee4df1df7f7ed947c3d6bf16361b73053a015f4d6addfaf5c897430b31c83f1e3aad8bfc1b4395667699ae4be4d1f062e6aae3a943c5 SHA512 9e0becce97552abdb2ca0b05cc69263b0e0381d4dac0cf178b3e7c364fc721539c67ce26eae1da27e07e16af6d123b07dde77d2b177669df55081c520512597f
+DIST llama-0.6.3.gh.tar.gz 22476 BLAKE2B 0e9d705aec771601cf478c6e744ea91bffc58e6a52e79ffd4f9a1eed5350b64e94f49645671c491028673134c8851a026e8c4bd1d93831ceaa58b57c3870381f SHA512 9fcdac86d47ef0e7169494c68c3ff8d8b38e6ebff65176a6a9062a679d9a3ffd20d5d1155a98a862ec44c78d655b268974dd32d20700cff2290bf4b355fa0955

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


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-07-04  5:18 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-07-04  5:18 UTC (permalink / raw
  To: gentoo-commits

commit:     a84e5dce16cd08843784d9868470b89cea4dfacc
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  4 05:18:37 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jul  4 05:18:37 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a84e5dce

app-emacs/llama: Stabilize 0.6.3 ALLARCHES, #959457

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/llama/llama-0.6.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-0.6.3.ebuild b/app-emacs/llama/llama-0.6.3.ebuild
index 7af596a59802..050d296b64be 100644
--- a/app-emacs/llama/llama-0.6.3.ebuild
+++ b/app-emacs/llama/llama-0.6.3.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 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-07-15 21:44 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-07-15 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7b1c1315574dc7352e50d7970ffebf7b43345755
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 21:22:35 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 21:22:35 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b1c1315

app-emacs/llama: bump to 1.0.0

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

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

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 0df3647a05b7..9a5bad45d9c6 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1 +1,2 @@
 DIST llama-0.6.3.gh.tar.gz 22476 BLAKE2B 0e9d705aec771601cf478c6e744ea91bffc58e6a52e79ffd4f9a1eed5350b64e94f49645671c491028673134c8851a026e8c4bd1d93831ceaa58b57c3870381f SHA512 9fcdac86d47ef0e7169494c68c3ff8d8b38e6ebff65176a6a9062a679d9a3ffd20d5d1155a98a862ec44c78d655b268974dd32d20700cff2290bf4b355fa0955
+DIST llama-1.0.0.gh.tar.gz 22468 BLAKE2B 3d6e70b855821fd5eac2a18dd16d032729b6e884a1d7881a670028fa05868b2931b2b0d022ece4b7aad357fe5ff67f480fd594b8441325c0fb1be1a8c61d6b7c SHA512 7b6dd6f10b1b36f54c60edbd039657fd9a27b69abdf7ce704f2f8c36cd896142d65ee157a2b0d68f4273d982ed7eeaea40c077bd393448af662c73d511fcc2de

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


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-07-15 21:44 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-07-15 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     694cafeac9a59059224899e328771ab16f2417c7
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 15 21:21:25 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Jul 15 21:21:25 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=694cafea

app-emacs/llama: drop old 0.6.2

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

 app-emacs/llama/Manifest           |  1 -
 app-emacs/llama/llama-0.6.2.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 0e59ca0404ac..0df3647a05b7 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,2 +1 @@
-DIST llama-0.6.2.gh.tar.gz 22380 BLAKE2B 9cf6388262a9cb04c129ee4df1df7f7ed947c3d6bf16361b73053a015f4d6addfaf5c897430b31c83f1e3aad8bfc1b4395667699ae4be4d1f062e6aae3a943c5 SHA512 9e0becce97552abdb2ca0b05cc69263b0e0381d4dac0cf178b3e7c364fc721539c67ce26eae1da27e07e16af6d123b07dde77d2b177669df55081c520512597f
 DIST llama-0.6.3.gh.tar.gz 22476 BLAKE2B 0e9d705aec771601cf478c6e744ea91bffc58e6a52e79ffd4f9a1eed5350b64e94f49645671c491028673134c8851a026e8c4bd1d93831ceaa58b57c3870381f SHA512 9fcdac86d47ef0e7169494c68c3ff8d8b38e6ebff65176a6a9062a679d9a3ffd20d5d1155a98a862ec44c78d655b268974dd32d20700cff2290bf4b355fa0955

diff --git a/app-emacs/llama/llama-0.6.2.ebuild b/app-emacs/llama/llama-0.6.2.ebuild
deleted file mode 100644
index 5b6c0cafecf8..000000000000
--- a/app-emacs/llama/llama-0.6.2.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 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
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-08-19 17:32 Arthur Zamarin
  0 siblings, 0 replies; 18+ messages in thread
From: Arthur Zamarin @ 2025-08-19 17:32 UTC (permalink / raw
  To: gentoo-commits

commit:     e7539dd9bcdf859b82d53634d4cc334ccbe36e90
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 19 17:32:43 2025 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Aug 19 17:32:43 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7539dd9

app-emacs/llama: Stabilize 1.0.0 ALLARCHES, #961771

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 app-emacs/llama/llama-1.0.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-1.0.0.ebuild b/app-emacs/llama/llama-1.0.0.ebuild
index 7af596a59802..050d296b64be 100644
--- a/app-emacs/llama/llama-1.0.0.ebuild
+++ b/app-emacs/llama/llama-1.0.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 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="amd64 ~arm ~arm64 ~ppc64 x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-09-09 21:26 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-09-09 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     6b5d910a56c3c14061d4dd8afc8907341960fe27
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 20:29:21 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 21:26:23 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b5d910a

app-emacs/llama: drop old 0.6.3

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

 app-emacs/llama/Manifest           |  1 -
 app-emacs/llama/llama-0.6.3.ebuild | 40 --------------------------------------
 2 files changed, 41 deletions(-)

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 9a5bad45d9c6..3b2d7122761e 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1,2 +1 @@
-DIST llama-0.6.3.gh.tar.gz 22476 BLAKE2B 0e9d705aec771601cf478c6e744ea91bffc58e6a52e79ffd4f9a1eed5350b64e94f49645671c491028673134c8851a026e8c4bd1d93831ceaa58b57c3870381f SHA512 9fcdac86d47ef0e7169494c68c3ff8d8b38e6ebff65176a6a9062a679d9a3ffd20d5d1155a98a862ec44c78d655b268974dd32d20700cff2290bf4b355fa0955
 DIST llama-1.0.0.gh.tar.gz 22468 BLAKE2B 3d6e70b855821fd5eac2a18dd16d032729b6e884a1d7881a670028fa05868b2931b2b0d022ece4b7aad357fe5ff67f480fd594b8441325c0fb1be1a8c61d6b7c SHA512 7b6dd6f10b1b36f54c60edbd039657fd9a27b69abdf7ce704f2f8c36cd896142d65ee157a2b0d68f4273d982ed7eeaea40c077bd393448af662c73d511fcc2de

diff --git a/app-emacs/llama/llama-0.6.3.ebuild b/app-emacs/llama/llama-0.6.3.ebuild
deleted file mode 100644
index 050d296b64be..000000000000
--- a/app-emacs/llama/llama-0.6.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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 x86"
-fi
-
-LICENSE="GPL-3+"
-SLOT="0"
-
-RDEPEND="
-	>=app-emacs/compat-30.1.0.0
-"
-BDEPEND="
-	${RDEPEND}
-"
-
-SITEFILE="50${PN}-gentoo.el"
-
-elisp-enable-tests ert "${S}"
-
-src_install() {
-	rm "./${PN}-test.el"* || die
-
-	elisp_src_install
-}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-09-09 21:26 Maciej Barć
  0 siblings, 0 replies; 18+ messages in thread
From: Maciej Barć @ 2025-09-09 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     1ee1c4c84dd2c09e4e868078c00b7a23d0d6cbca
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  9 20:54:05 2025 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Tue Sep  9 21:26:26 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ee1c4c8

app-emacs/llama: bump to 1.0.1

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

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

diff --git a/app-emacs/llama/Manifest b/app-emacs/llama/Manifest
index 3b2d7122761e..29474db6396f 100644
--- a/app-emacs/llama/Manifest
+++ b/app-emacs/llama/Manifest
@@ -1 +1,2 @@
 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

diff --git a/app-emacs/llama/llama-1.0.1.ebuild b/app-emacs/llama/llama-1.0.1.ebuild
new file mode 100644
index 000000000000..786f7d615d6e
--- /dev/null
+++ b/app-emacs/llama/llama-1.0.1.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 ~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
+}


^ permalink raw reply related	[flat|nested] 18+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
@ 2025-10-05  6:24 Jakov Smolić
  0 siblings, 0 replies; 18+ messages in thread
From: Jakov Smolić @ 2025-10-05  6:24 UTC (permalink / raw
  To: gentoo-commits

commit:     8b1e00611be99a37a1f9c84134c9dddf276b1a04
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun Oct  5 06:23:52 2025 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun Oct  5 06:23:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8b1e0061

app-emacs/llama: Keyword 1.0.1 riscv, #963598

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 app-emacs/llama/llama-1.0.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/llama/llama-1.0.1.ebuild b/app-emacs/llama/llama-1.0.1.ebuild
index 786f7d615d6e..f7056d7c1666 100644
--- a/app-emacs/llama/llama-1.0.1.ebuild
+++ b/app-emacs/llama/llama-1.0.1.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 ~arm64 ~ppc64 ~x86"
+	KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
 fi
 
 LICENSE="GPL-3+"


^ permalink raw reply related	[flat|nested] 18+ messages in thread

end of thread, other threads:[~2025-10-05  6:24 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-09 21:26 [gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/ Maciej Barć
  -- strict thread matches above, loose matches on Subject: below --
2025-10-05  6:24 Jakov Smolić
2025-09-09 21:26 Maciej Barć
2025-08-19 17:32 Arthur Zamarin
2025-07-15 21:44 Maciej Barć
2025-07-15 21:44 Maciej Barć
2025-07-04  5:18 Arthur Zamarin
2025-06-02 18:13 Maciej Barć
2025-06-02 18:13 Maciej Barć
2025-04-28  3:54 Sam James
2025-03-15 19:55 Maciej Barć
2025-03-15 19:55 Maciej Barć
2025-03-15 18:13 Arthur Zamarin
2025-03-15 18:13 Arthur Zamarin
2025-02-07 17:50 Sam James
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