commit: 508b7861dd247ebbfab38ff094de1224ad9c53b1 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Fri Oct 3 20:18:05 2025 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Fri Oct 3 20:35:53 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=508b7861
app-emacs/yaml: drop old 0.5.5 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/yaml/Manifest | 1 - app-emacs/yaml/yaml-0.5.5.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest index ff7376f50319..8bfd45bc114e 100644 --- a/app-emacs/yaml/Manifest +++ b/app-emacs/yaml/Manifest @@ -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 diff --git a/app-emacs/yaml/yaml-0.5.5.ebuild b/app-emacs/yaml/yaml-0.5.5.ebuild deleted file mode 100644 index e8780603abc7..000000000000 --- a/app-emacs/yaml/yaml-0.5.5.ebuild +++ /dev/null @@ -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 -}
