[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 5e23862e2f153779c10c49deaac60b928d2cf924 Author: Sam James gentoo org> AuthorDate: Mon Apr 28 03:53:50 2025 + Commit: Sam James gentoo org> CommitDate: Mon Apr 28 03:53:50 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: f9fc8dcfaf955609daf9ba0f59cde48c735f8690 Author: Maciej Barć gentoo org> AuthorDate: Sat Mar 15 17:24:13 2025 + Commit: Maciej Barć gentoo org> CommitDate: Sat Mar 15 19:55:33 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9fc8dcf app-emacs/llama: drop old 0.6.0 Signed-off-by: Maciej Barć 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.. --- 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}" == ** ]] ; 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 -}
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: a8d1b7771376414f2087bb3c114a29131fd00d23 Author: Maciej Barć gentoo org> AuthorDate: Sat Mar 15 17:23:40 2025 + Commit: Maciej Barć gentoo org> CommitDate: Sat Mar 15 19:55:33 2025 + URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8d1b777 app-emacs/llama: bump to 0.6.2 Signed-off-by: Maciej Barć 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 ..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}" == ** ]] ; 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 +}
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 63bb8bc77c37697c98d20dafdb654e44ac16e2e8 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 15 18:13:15 2025 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 15 18:13:15 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 7abc4d9d144adf6ad609743bba795fa381457304 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 15 18:13:13 2025 + Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 15 18:13:13 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 7fca8f8f2ca453c9de4f5030ec124174ca9c5d02 Author: Sam James gentoo org> AuthorDate: Fri Feb 7 17:49:42 2025 + Commit: Sam James gentoo org> CommitDate: Fri Feb 7 17:49:42 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 92633d85fc283cebc08980c53d58e42ba59c2199 Author: Sam James gentoo org> AuthorDate: Fri Feb 7 17:49:39 2025 + Commit: Sam James gentoo org> CommitDate: Fri Feb 7 17:49:39 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: be7649e5bfb99f08d4eea85966eb1c468bd12e20 Author: Sam James gentoo org> AuthorDate: Fri Feb 7 17:49:37 2025 + Commit: Sam James gentoo org> CommitDate: Fri Feb 7 17:49:37 2025 + 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 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+"
[gentoo-commits] repo/gentoo:master commit in: app-emacs/llama/
commit: 639cfbb46c5da1366fef756ef02e94b30a875cf8 Author: Maciej Barć gentoo org> AuthorDate: Thu Feb 6 22:17:34 2025 + Commit: Maciej Barć gentoo org> CommitDate: Thu Feb 6 22:36:20 2025 + 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ć 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 ..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 ..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}" == ** ]] ; 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 ..b635a332c22c --- /dev/null +++ b/app-emacs/llama/metadata.xml @@ -0,0 +1,18 @@ + +https://www.gentoo.org/dtd/metadata.dtd";> + + + +gnu-em...@gentoo.org +Gentoo GNU Emacs project + + +This package implements a macro named ##, which provides a compact way +to write short lambda expressions. + + + +https://github.com/tarsius/llama/issues/ +tarsius/llama + +