app-emacs/yaml: drop old 0.5.5

Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
Maciej Barć
2025-10-03 22:18:05 +02:00
parent 5dfd02a19c
commit 508b7861dd
2 changed files with 0 additions and 24 deletions

View File

@@ -1,2 +1 @@
DIST yaml-0.5.5.tar.gz 44636 BLAKE2B d98c7b6cd94f80cd0f2fc1a1bea6c45615319c1a49f4712d48a00c6439660bc209ac1a597694478d4978ebf5e0bc60e3a6363ee5c0bccabb1b5bf1b2bdc8fc58 SHA512 9ab5eacc26fe44c49f52a4ab05c11e35c605b456b2f54420924388df52855b61adc1586ec7915363811a499c4c749355954e0de2c795bb2a4f51ebcb693758eb
DIST yaml-1.2.0.tar.gz 44037 BLAKE2B e1ad9db4fa9ecdfe6c23e689c382e7228fe5424ff946157918e8f9ccbec87e3a7c4fd602cf85f4a3558005ccea22b1a8a5fa9c17f12c7e5ad27bd72d2e803b82 SHA512 f411328a65f7158bdd3599818f78f15ddb151b101ca22ad13826f222cc475879a2abb3aa96e2636d7cdd56845b10239a64ba9de77153a0fa5cade990edbd39be

View File

@@ -1,23 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit elisp
DESCRIPTION="YAML parser in Emacs Lisp"
HOMEPAGE="https://github.com/zkry/yaml.el/"
SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz -> ${P}.tar.gz"
S="${WORKDIR}"/yaml.el-${PV}
LICENSE="GPL-3+"
SLOT="0"
KEYWORDS="amd64 ~x86"
DOCS=( README.md )
SITEFILE="50${PN}-gentoo.el"
src_test() {
# "test/string-inflection-test.el" calls "(ert-run-tests-batch t)"
${EMACS} ${EMACSFLAGS} -L . -l yaml-tests.el || die
}