summaryrefslogtreecommitdiff
path: root/app-emacs/yaml
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-17 05:37:24 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-17 05:37:24 +0000
commitc4a46526c2232ba00b0ccc97f2d2a30b0c6baea5 (patch)
tree704e1ac4fe255581fb2a4fdff0d69c5329e1e403 /app-emacs/yaml
parentd228f661892a9e55a86f00c2c14625490631d797 (diff)
gentoo auto-resync : 17:02:2024 - 05:37:23
Diffstat (limited to 'app-emacs/yaml')
-rw-r--r--app-emacs/yaml/Manifest2
-rw-r--r--app-emacs/yaml/yaml-0.5.4.ebuild23
2 files changed, 0 insertions, 25 deletions
diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 198765e230b6..ca0f91c58f51 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1,5 +1,3 @@
-DIST yaml-0.5.4.tar.gz 44606 BLAKE2B 42e632f6949a981075b3734f19204d20e158da3949a8c8499d09e024b208e34689e966681018ef6d2021e26bf17686abfc4600c5819cb02c1b7652e007727f10 SHA512 c7f543fff4fbb42766a7b39d7922738b61c60eab2b6504ed33681d45ef656b64610ba489787bb7a51138d66b31ff2ff4d7f046ab18d9f2c0a9cfa1839f07e0a1
DIST yaml-0.5.5.tar.gz 44636 BLAKE2B d98c7b6cd94f80cd0f2fc1a1bea6c45615319c1a49f4712d48a00c6439660bc209ac1a597694478d4978ebf5e0bc60e3a6363ee5c0bccabb1b5bf1b2bdc8fc58 SHA512 9ab5eacc26fe44c49f52a4ab05c11e35c605b456b2f54420924388df52855b61adc1586ec7915363811a499c4c749355954e0de2c795bb2a4f51ebcb693758eb
-EBUILD yaml-0.5.4.ebuild 555 BLAKE2B 34621d67cdfc38864702c87dbfbcb029181b063bfdc70abdbf8905c30ea605a30fc39ccf5757e140aa2c195b982850598f8c33e42779c3cf5cb29194fa76337c SHA512 1f5f63327393bd882fafe7021ed6b8371bceba373b8a47bd5d869a8dd914496b496ac85319a1732b5e960785c4d8f12e1f0529f1910cb7d2c6f179558173f8a5
EBUILD yaml-0.5.5.ebuild 555 BLAKE2B 4d70d0d290c2699443992eb460481804f856581c6589b323ae22fe5c0f3c69f0bd54c105b21043c9cb3d7a67433a42749feba82af8ab10dd44d69eba0b3e7869 SHA512 edf48ea59b2cfa90ccd689f9d335e5c05bf335dffb2832404cfc570ab0d87ec27330a3f9192fdd258aa3074c87242d74f666144e63996ae236b5fc74874b2f4d
MISC metadata.xml 642 BLAKE2B a8d6c57288c1d157410f7b84b4e4345de721d3376d18ff00fab13411facad0f6fb45f4b767b141f32e30e44b5521943689e41955fe9dd1542ebe05bd06d197c9 SHA512 d126ab83b636537c08a63a1dba94a440fb3b0e96df086869993aa8c350113b9e75b931aa2c10d8f8250b748dc3881139f7b59fc7f78a680c98feefd72160ab21
diff --git a/app-emacs/yaml/yaml-0.5.4.ebuild b/app-emacs/yaml/yaml-0.5.4.ebuild
deleted file mode 100644
index 99585ec64302..000000000000
--- a/app-emacs/yaml/yaml-0.5.4.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
-}