diff options
author | 2022-06-04 23:48:37 +0200 | |
---|---|---|
committer | 2022-06-04 23:54:57 +0200 | |
commit | 2cad617bd9e6a1157bd91758074751239caf199b (patch) | |
tree | 54a2dcd08f410a2dfdd49dae201d7e63413f0fc5 /app-emacs/d-mode/d-mode-2.0.12.ebuild | |
parent | net-misc/gallery-dl: add .gh suffix to tagged distfiles (live) (diff) | |
download | gentoo-2cad617bd9e6a1157bd91758074751239caf199b.tar.gz gentoo-2cad617bd9e6a1157bd91758074751239caf199b.tar.bz2 gentoo-2cad617bd9e6a1157bd91758074751239caf199b.zip |
app-emacs/d-mode: bump to 2.0.12
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/d-mode/d-mode-2.0.12.ebuild')
-rw-r--r-- | app-emacs/d-mode/d-mode-2.0.12.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/app-emacs/d-mode/d-mode-2.0.12.ebuild b/app-emacs/d-mode/d-mode-2.0.12.ebuild new file mode 100644 index 000000000000..6ee6547bf0a4 --- /dev/null +++ b/app-emacs/d-mode/d-mode-2.0.12.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=25.1 + +inherit elisp + +DESCRIPTION="Emacs major mode for editing D code" +HOMEPAGE="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode + https://www.emacswiki.org/emacs/DMode" +SRC_URI="https://github.com/Emacs-D-Mode-Maintainers/Emacs-D-Mode/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/Emacs-D-Mode-${PV}" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" + +src_test() { + ${EMACS} ${EMACSFLAGS} -l ${PN}.el -l ${PN}-test.el \ + -f ert-run-tests-batch-and-exit || die +} |