commit:     c91d6b0d15f95d50979ea8a1fc0637678c70dffe
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 19 21:33:00 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Oct 19 21:33:58 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c91d6b0d

app-emacs/yaml: drop old 0.5.2

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

 app-emacs/yaml/Manifest          |  1 -
 app-emacs/yaml/yaml-0.5.2.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index bb7aa6a44121..be2dc1b91d96 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,3 +1,2 @@
-DIST yaml-0.5.2.tar.gz 44466 BLAKE2B 
9f754a43bb427ea3a76de6f6fecf44701f329a0072bd060d93a437f76564faeb1ffe4a0aeb109ac491e4a664de5faf738fec69a97cf872ddbfc91796dcf4355a
 SHA512 
4f50585a7ce4304df1b65cde6e295ecb42c401a8eb07f45b22cee8d77e6fdcf954266adb89b6c1cf495142fd32298346703164393f98ac0164beaceb779ceac3
 DIST yaml-0.5.3.tar.gz 44503 BLAKE2B 
f0d92e51b0098137b20829eeb276b6e0632dcd14e9e21036dd2b55264ae8efabdb2f831bed6ad2ea6898f0c45f730dec8ae3af854eb97dc19db29b662353006d
 SHA512 
ae80ad86e4e54b22707eb19181e04479497416355161e026a18706ba7885dff02f641e37cf0d57d24f0be165043cddf2adbdc97a8871aee34cb35e00c40062d2
 DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 
42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10
 SHA512 
c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1

diff --git a/app-emacs/yaml/yaml-0.5.2.ebuild b/app-emacs/yaml/yaml-0.5.2.ebuild
deleted file mode 100644
index 99585ec64302..000000000000
--- a/app-emacs/yaml/yaml-0.5.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 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
-}

Reply via email to