diff options
author | Maciej Barć <xgqt@gentoo.org> | 2023-10-03 19:42:02 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2023-10-04 10:11:17 +0200 |
commit | 0fded0672d66b44727cd4792550a3ee1ff5ec6b7 (patch) | |
tree | c68aa8bae9f67dc6bf97067eac32a7e1d8204d1f /app-emacs | |
parent | dev-java/jdbc-mysql: Stabilize 8.1.0 ppc64, #915159 (diff) | |
download | gentoo-0fded0672d66b44727cd4792550a3ee1ff5ec6b7.tar.gz gentoo-0fded0672d66b44727cd4792550a3ee1ff5ec6b7.tar.bz2 gentoo-0fded0672d66b44727cd4792550a3ee1ff5ec6b7.zip |
app-emacs/yaml-mode: drop old 0.0.14
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/yaml-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/yaml-mode/yaml-mode-0.0.14.ebuild | 18 |
2 files changed, 0 insertions, 19 deletions
diff --git a/app-emacs/yaml-mode/Manifest b/app-emacs/yaml-mode/Manifest index effd0083272a..4e5eeea96848 100644 --- a/app-emacs/yaml-mode/Manifest +++ b/app-emacs/yaml-mode/Manifest @@ -1,2 +1 @@ -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.14.ebuild b/app-emacs/yaml-mode/yaml-mode-0.0.14.ebuild deleted file mode 100644 index 51289a3c8f0f..000000000000 --- a/app-emacs/yaml-mode/yaml-mode-0.0.14.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -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/${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" |