commit: d153363e0228d26a41dfcfc6f0ba034dee8dc022 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org> AuthorDate: Tue Jun 25 14:35:29 2024 +0000 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org> CommitDate: Tue Jun 25 15:25:59 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d153363e
app-emacs/buttercup: drop old 1.34 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org> app-emacs/buttercup/Manifest | 1 - app-emacs/buttercup/buttercup-1.34.ebuild | 38 ------------------------------- 2 files changed, 39 deletions(-) diff --git a/app-emacs/buttercup/Manifest b/app-emacs/buttercup/Manifest index e3ff481e5914..214237e1cd99 100644 --- a/app-emacs/buttercup/Manifest +++ b/app-emacs/buttercup/Manifest @@ -1,2 +1 @@ -DIST buttercup-1.34.tar.gz 92551 BLAKE2B 51335027d4ee799e80563355eee1dbadddf2bf92e5790eb7afb2fbfd5a53fdc17ab09eec75b5e6712faac4f03e29c6493914f848a584f594710d9c5a379e4361 SHA512 8aa788b5937ecb89d7a8e486d28df78cb582024c438d6e5ec9ad582b17351b116bca87771a0e8d7386e8357d39f6ca8b109612258e55ca16497f4189eddb7a99 DIST buttercup-1.35.tar.gz 93375 BLAKE2B 7bedd4a8576f900934e3a39cdb5a58e85e6b9ec682cc1030495d50d686880ef14d73afbd49340856c3b3279548babf7297ba787f1a17bfd3dee81bd8a72f2f4a SHA512 416edb974999e2eac38040ce72c241ab961cc63f40068711b0436e4f3ca49025955d5ee2d93168770da0f251269652e36c1c9c0436f6ee6133c6ca859dbfe487 diff --git a/app-emacs/buttercup/buttercup-1.34.ebuild b/app-emacs/buttercup/buttercup-1.34.ebuild deleted file mode 100644 index 037e25bc3a5a..000000000000 --- a/app-emacs/buttercup/buttercup-1.34.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 2022-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Behaviour-driven Elisp testing" -HOMEPAGE="https://github.com/jorgenschaefer/emacs-buttercup" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/jorgenschaefer/emacs-${PN}.git" -else - SRC_URI="https://github.com/jorgenschaefer/emacs-${PN}/archive/v${PV}.tar.gz - -> ${P}.tar.gz" - S="${WORKDIR}/emacs-${P}" - - KEYWORDS="~alpha amd64 ~arm arm64 ppc ~ppc64 ~riscv sparc x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -DOCS=( docs/{running,writing}-tests.md ) -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}" -}
