summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2022-07-21 09:23:57 +0200
committerUlrich Müller <ulm@gentoo.org>2022-07-21 09:29:55 +0200
commit754363bd2212e7863bb52e4f0cc0e0935824eed2 (patch)
treef904a55a23c09b96b163488a92a549d961cd0464
parentapp-emacs/python-mode: drop 6.2.3 (diff)
downloadgentoo-754363bd2212e7863bb52e4f0cc0e0935824eed2.tar.gz
gentoo-754363bd2212e7863bb52e4f0cc0e0935824eed2.tar.bz2
gentoo-754363bd2212e7863bb52e4f0cc0e0935824eed2.zip
app-emacs/yaml-mode: drop 0.0.13
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
-rw-r--r--app-emacs/yaml-mode/Manifest1
-rw-r--r--app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild18
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/yaml-mode/Manifest b/app-emacs/yaml-mode/Manifest
index 1f9055c44bdb..effd0083272a 100644
--- a/app-emacs/yaml-mode/Manifest
+++ b/app-emacs/yaml-mode/Manifest
@@ -1,3 +1,2 @@
-DIST yaml-mode-0.0.13.tar.gz 14446 BLAKE2B c80750aa78cc10342c5873d5227a2e2b7e0a1d9bdd9ee20f9c5a596e3b43a3344f9a0746eb77cc0cff4da2731cba41c5b52c8dd045d2376ee195d8103bbb7e19 SHA512 10876dfe576045bde363f62880ab3c91894d965c9dc1b7ff2b86783d31c05ab844c0abd77bcb1f7b5346d99969d69833ff4e5dc1b5700f7856fbd3dc4eebd5ef
DIST yaml-mode-0.0.14.tar.gz 15005 BLAKE2B 5361cc0c8b4716905b57f7cb67898606bb85541232bdbb81d613c30e2a4ff49295fa0f0c3ec511442a05e07ac55e77834eec2f09252e498cbbfd3727fe21b07d SHA512 65bf1c308c13c2666c9a30ff66ad35c8a79d88d968e3b008aaabd61a06b083b62c9cc606a8b429c4f5bda218803022efe17d631c4282e5c6c35cc3f9ae1902ba
DIST yaml-mode-0.0.15.tar.gz 15873 BLAKE2B b025a670b39c720d64723707be08b32fff4bc4cc83b22c57c314d2886d0039ed034de03ee5162ffd814f2529b69aad5e22d9bc30003c3670aeda118d68fd2b6e SHA512 1fd8a4b6949bdffe15a9beb2119538da48bac2dbbd662ebdf0be87d92da0e94683de19d4c90bf3d05fb516e26d078d7dba9c8d340d956ab1a1cdf29827fd174d
diff --git a/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild
deleted file mode 100644
index 36ae75dea89c..000000000000
--- a/app-emacs/yaml-mode/yaml-mode-0.0.13.ebuild
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit elisp
-
-DESCRIPTION="A major mode for GNU Emacs for editing YAML files"
-HOMEPAGE="https://github.com/yoshiki/yaml-mode"
-SRC_URI="https://github.com/yoshiki/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-
-#S="${WORKDIR}/${PN}-release-${PV}"
-DOCS="README Changes"
-SITEFILE="50${PN}-gentoo.el"