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
-}

Reply via email to