mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-16 14:29:05 -07:00
app-emacs/yaml: drop old 1.2.3
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
This commit is contained in:
@@ -1,2 +1 @@
|
||||
DIST yaml-1.2.3.tar.gz 44661 BLAKE2B 476c0796034e7085bc33eed3152ea4796f9add4d6604e4e03166de9f5123aee599ae3ea3ba3b35d406cd1d9f48b2a6129ff273e77469265fa20a369bb613414c SHA512 7667198501e5dc0a0c06b61173f9d252f6150e78c03a247992b24c237a65d989f8616d1e99d5dd7dce185c0703da1939a8dea47820411df80b774cc08ccaa689
|
||||
DIST yaml-1.2.4.tar.gz 44925 BLAKE2B b10cd436f777cabc9ab2062dd0fe1ea2aa42e37462ebedf0d4d8daf913e1d8cb48a65439a43c9401bb3d788b34b623268d16b25d72e2bbc272a92c528d0b5f6b SHA512 16c62169f92186c30b34d0fe91f4a1c206688e1fc5783c03efc8d00a2c0f42980a68cbbcb8398789f121993414c90fef47398434fe5b68d7497ecc669f6a1667
|
||||
|
||||
@@ -1,29 +0,0 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user