commit:     e9a19191e2cbb3ee9162259fc83531d2ef5dd66d
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Wed Feb  4 12:37:14 2026 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Wed Feb  4 13:31:25 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9a19191

app-emacs/yaml: bump to 1.2.3

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

 app-emacs/yaml/Manifest          |  1 +
 app-emacs/yaml/yaml-1.2.3.ebuild | 29 +++++++++++++++++++++++++++++
 2 files changed, 30 insertions(+)

diff --git a/app-emacs/yaml/Manifest b/app-emacs/yaml/Manifest
index 8bfd45bc114e..9fa4597718c2 100644
--- a/app-emacs/yaml/Manifest
+++ b/app-emacs/yaml/Manifest
@@ -1 +1,2 @@
 DIST yaml-1.2.0.tar.gz 44037 BLAKE2B 
e1ad9db4fa9ecdfe6c23e689c382e7228fe5424ff946157918e8f9ccbec87e3a7c4fd602cf85f4a3558005ccea22b1a8a5fa9c17f12c7e5ad27bd72d2e803b82
 SHA512 
f411328a65f7158bdd3599818f78f15ddb151b101ca22ad13826f222cc475879a2abb3aa96e2636d7cdd56845b10239a64ba9de77153a0fa5cade990edbd39be
+DIST yaml-1.2.3.tar.gz 44661 BLAKE2B 
476c0796034e7085bc33eed3152ea4796f9add4d6604e4e03166de9f5123aee599ae3ea3ba3b35d406cd1d9f48b2a6129ff273e77469265fa20a369bb613414c
 SHA512 
7667198501e5dc0a0c06b61173f9d252f6150e78c03a247992b24c237a65d989f8616d1e99d5dd7dce185c0703da1939a8dea47820411df80b774cc08ccaa689

diff --git a/app-emacs/yaml/yaml-1.2.3.ebuild b/app-emacs/yaml/yaml-1.2.3.ebuild
new file mode 100644
index 000000000000..cb374ac2df57
--- /dev/null
+++ b/app-emacs/yaml/yaml-1.2.3.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=9
+
+inherit elisp
+
+DESCRIPTION="YAML parser in Emacs Lisp"
+HOMEPAGE="https://github.com/zkry/yaml.el/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/zkry/yaml.el";
+else
+       SRC_URI="https://github.com/zkry/yaml.el/archive/v${PV}.tar.gz
+               -> ${P}.tar.gz"
+       S="${WORKDIR}/yaml.el-${PV}"
+
+       KEYWORDS="~amd64 ~x86"
+fi
+
+LICENSE="GPL-3+"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert . -L . -l yaml-tests

Reply via email to