diff options
author | Maciej Barć <xgqt@gentoo.org> | 2022-10-19 21:39:07 +0200 |
---|---|---|
committer | Maciej Barć <xgqt@gentoo.org> | 2022-10-19 22:12:02 +0200 |
commit | fdacc640922c4d5ec470ffd2a5a6eb9f154a0965 (patch) | |
tree | 155774581d69d3a06e8fcfddad552b14693f551d /app-emacs | |
parent | app-emacs/buttercup: bump to 1.27 (diff) | |
download | gentoo-fdacc640922c4d5ec470ffd2a5a6eb9f154a0965.tar.gz gentoo-fdacc640922c4d5ec470ffd2a5a6eb9f154a0965.tar.bz2 gentoo-fdacc640922c4d5ec470ffd2a5a6eb9f154a0965.zip |
app-emacs/buttercup: drop old 1.24-r1
Signed-off-by: Maciej Barć <xgqt@gentoo.org>
Diffstat (limited to 'app-emacs')
-rw-r--r-- | app-emacs/buttercup/Manifest | 1 | ||||
-rw-r--r-- | app-emacs/buttercup/buttercup-1.24-r1.ebuild | 34 |
2 files changed, 0 insertions, 35 deletions
diff --git a/app-emacs/buttercup/Manifest b/app-emacs/buttercup/Manifest index 445eec754ba5..806edf6ca7cc 100644 --- a/app-emacs/buttercup/Manifest +++ b/app-emacs/buttercup/Manifest @@ -1,4 +1,3 @@ -DIST buttercup-1.24.tar.gz 85337 BLAKE2B fb40d0899f68aff5f2fdb989b2c0e42005e6667ecfe8a4ca806ddb4139f497f0eed5328ba6407136b757a0f13bc6ec5ee488792da3de1e84edba394a781c410c SHA512 0a436f5e5bcf386a3675ef281ac6c9f0125917058de88a5557d879004bbf7cd4298086aa3fb86f2bd807f46c166b0fb02e248cc485878891293147656525f8ca DIST buttercup-1.25.tar.gz 86763 BLAKE2B ccf7ba797517710e66b666cc121766d29886e0e1a8fd5ad63cb8b5fa4ee2d2a0d2644cd413c1095f37b1ba60467c012e507230787e1daaca3e869a4072e61bb4 SHA512 1eb45485fb1de638837da4d97f6043a64e97d167c8c130d9c5ba6ff67a5e0bcae272c8247779ab1c9427668468a3b94e91af07426b5465a7c3f9c54433a0433e DIST buttercup-1.26.tar.gz 87554 BLAKE2B ee5d37360b6c9daa8b790f7ea6ae5bf7ff4266b1fcbe913877aefd4ede2e7d6561e48eae533c17c906e19b498d9d127692597ee728bd1fa791430f5f6ab508c8 SHA512 fb491e1db33ffaeca52529630c538040487a7bdf7766faab2c6a1bc39d1060c5bbbb7a259006b741abbec9b9a6911f8390b2513e0a4dddf856b79274ed24307c DIST buttercup-1.27.tar.gz 87761 BLAKE2B d372e3285bb80a0005e79142dc95d219a2219959974039083df502ceeec10281aaeaa57f97c8bf45ec1d31b530934faf03b24d2a40e94f09f1cce4a986ae602b SHA512 537c1cc1fc560000537f3894f0917738ab344a4b117eac927b290bc8b5d01b6ad1df1caad63e1f339edc8f4bcaa9cdf483995e2730661481b53dd5e693a33f34 diff --git a/app-emacs/buttercup/buttercup-1.24-r1.ebuild b/app-emacs/buttercup/buttercup-1.24-r1.ebuild deleted file mode 100644 index 58f468512d73..000000000000 --- a/app-emacs/buttercup/buttercup-1.24-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS="24.3" - -inherit elisp - -DESCRIPTION="Behaviour-driven Elisp testing" -HOMEPAGE="https://github.com/jorgenschaefer/emacs-buttercup" -SRC_URI="https://github.com/jorgenschaefer/emacs-${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${P} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -# https://github.com/jorgenschaefer/emacs-buttercup/pull/210 -PATCHES=( "${FILESDIR}"/${P}-properties-equal.patch ) - -DOCS=( docs/{running,writing}-tests.md ) -ELISP_REMOVE="buttercup-pkg.el" -SITEFILE="50${PN}-gentoo.el" - -src_test() { - ${EMACS} ${EMACSFLAGS} -L . -l buttercup \ - -f buttercup-run-discover || die "tests failed" -} - -src_install() { - elisp_src_install - dobin bin/${PN} -} |