diff options
author | Maciej Barć <xgqt@gentoo.org> | 2024-02-16 23:43:09 +0100 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2024-02-17 00:13:36 +0100 |
commit | 5bf5a1404e770af62441fa8e7312abce17610548 (patch) | |
tree | 4b828c8a152a0ff1ce781f2b9dc8687603734cf6 /app-emacs | |
parent | app-emacs/dts-mode: drop old 0.1.0_pre20161103 (diff) | |
download | gentoo-5bf5a1404e770af62441fa8e7312abce17610548.tar.gz gentoo-5bf5a1404e770af62441fa8e7312abce17610548.tar.bz2 gentoo-5bf5a1404e770af62441fa8e7312abce17610548.zip |
app-emacs/dts-mode: drop old 0.1.1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/dts-mode/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/dts-mode/dts-mode-0.1.1.ebuild | 20 |
2 files changed, 0 insertions, 21 deletions
diff --git a/app-emacs/dts-mode/Manifest b/app-emacs/dts-mode/Manifest index 5a95b0b82509..b9956cb38b41 100644 --- a/app-emacs/dts-mode/Manifest +++ b/app-emacs/dts-mode/Manifest @@ -1,2 +1 @@ -DIST dts-mode-0.1.1.tar.xz 3164 BLAKE2B e3ff5455469c53286b9a5f23645122cf7c69d3e974dde6478ab35e2fb52f793884411b06d677b3639e4965f17dfc959ec8742cc44d2cea3fdf2cc6f3f9745de3 SHA512 8afcb815504b6287715e34ddd971d7b1dc17ebd359632cdbb6b120afce89a3f5c6a4396b9583f0058c75d83394499b21768c7f47fafceab79e85bfb30049d481 DIST dts-mode-1.0.tar 20480 BLAKE2B c5f7f60c907d47d1984ce1961fb4cf9f8cd75052f0bbf0742c233e6e1a117c6525e4124c6ca55017cb300a57dd324b7eac7c2612c0580fed18188d4074b8666b SHA512 995c35629882b8bc78b5ebdaeb2a799019889b2d02ad8990d148f132b171ae4ce999bc0e768fd47d64831daa2b2d9a9ed13099885359106fbc9c7f63ca2659a6 diff --git a/app-emacs/dts-mode/dts-mode-0.1.1.ebuild b/app-emacs/dts-mode/dts-mode-0.1.1.ebuild deleted file mode 100644 index 9a34fbbc4b83..000000000000 --- a/app-emacs/dts-mode/dts-mode-0.1.1.ebuild +++ /dev/null @@ -1,20 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit elisp - -DESCRIPTION="Emacs major mode for devicetree sources" -HOMEPAGE="https://github.com/bgamari/dts-mode - https://elpa.gnu.org/packages/dts-mode.html" -# taken from https://elpa.gnu.org/packages/${P}.tar -SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -ELISP_REMOVE="dts-mode-pkg.el" -SITEFILE="50${PN}-gentoo.el" -DOCS="README.mkd" |