summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaciej Barć <xgqt@gentoo.org>2024-11-27 21:38:26 +0100
committerMaciej Barć <xgqt@gentoo.org>2024-11-27 23:10:00 +0100
commit226721ca3ebc5d602879e90579d26d68a9b38679 (patch)
treeb15d96067cced9a5bfa6ce4943a989d0c660a419 /app-emacs/ert-runner
parentapp-emacs/eldev: drop old 1.10.1 (diff)
downloadgentoo-226721ca3ebc5d602879e90579d26d68a9b38679.tar.gz
gentoo-226721ca3ebc5d602879e90579d26d68a9b38679.tar.bz2
gentoo-226721ca3ebc5d602879e90579d26d68a9b38679.zip
app-emacs/ert-runner: drop old 0.8.0
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs/ert-runner')
-rw-r--r--app-emacs/ert-runner/ert-runner-0.8.0.ebuild49
1 files changed, 0 insertions, 49 deletions
diff --git a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild b/app-emacs/ert-runner/ert-runner-0.8.0.ebuild
deleted file mode 100644
index 62cfe6ff54ca..000000000000
--- a/app-emacs/ert-runner/ert-runner-0.8.0.ebuild
+++ /dev/null
@@ -1,49 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="Opinionated Emacs Ert testing workflow"
-HOMEPAGE="https://github.com/rejeep/ert-runner.el/"
-SRC_URI="https://github.com/rejeep/${PN}.el/archive/v${PV}.tar.gz
- -> ${P}.tar.gz"
-S="${WORKDIR}"/${PN}.el-${PV}
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv ~sparc ~x86"
-RESTRICT="test" # Tests fail (even with Cask installed)
-
-RDEPEND="
- app-emacs/ansi
- app-emacs/commander
- app-emacs/dash
- app-emacs/f
- app-emacs/dash
- app-emacs/shut-up
-"
-BDEPEND="${RDEPEND}"
-
-DOCS=( README.md )
-PATCHES=( "${FILESDIR}"/${PN}-bin-launcher-fix.patch )
-SITEFILE="50${PN}-gentoo.el"
-
-src_prepare() {
- elisp_src_prepare
-
- sed "s|@SITELISP@|${EPREFIX}${SITELISP}/${PN}|" -i bin/${PN} || die
-}
-
-src_compile() {
- elisp_src_compile
- elisp-compile reporters/*.el
-}
-
-src_install() {
- elisp_src_install
- elisp-install ${PN}/reporters reporters/*.el{,c}
-
- dobin bin/${PN}
-}