commit: f699049487a8283ff36f9faf5a6bb3fff1ba4cb1 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Apr 24 22:19:27 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Apr 24 22:19:27 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6990494
sys-apps/moar: drop 1.31.2 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-apps/moar/Manifest | 2 -- sys-apps/moar/moar-1.31.2.ebuild | 51 ---------------------------------------- 2 files changed, 53 deletions(-) diff --git a/sys-apps/moar/Manifest b/sys-apps/moar/Manifest index 5e6195261eec..cd110ec0e2fd 100644 --- a/sys-apps/moar/Manifest +++ b/sys-apps/moar/Manifest @@ -1,5 +1,3 @@ -DIST moar-1.31.2-deps.tar.xz 1359500 BLAKE2B 302b176f2b22878a6a1eb0e5d57eeb83adf0b3dd790a070d969b4b840741700e4143d9abd7138d556cb7fa04b72412c52e8d4560cb8f925f5e6625633cbd1d4e SHA512 317df040f8541548bfec2d27557cf34a547cea60a3a921860fa50e099c792fd4a2b6822fadc7b0b4d395f7d7f338bc7cb39ef2f267a8a4df27e4d554a8b34b36 -DIST moar-1.31.2.tar.gz 2848497 BLAKE2B e6fa227a770b9df1b5eb352c94851179eda42979f496dd621d65329b5ad7d12aa6763823d9f2c23281389133f3961f6a5d3e42d67b2a4c7b381931adaca4d0db SHA512 47aa7c8349460c67a90adccd9331fe5e0a19b2a0647a45492f1d2e9b5cbf3c944f0d64a7cb9b54364ba0ab8e2d501a83dd92e838495626f104fe6d9b52da6505 DIST moar-1.31.4-deps.tar.xz 1359500 BLAKE2B 302b176f2b22878a6a1eb0e5d57eeb83adf0b3dd790a070d969b4b840741700e4143d9abd7138d556cb7fa04b72412c52e8d4560cb8f925f5e6625633cbd1d4e SHA512 317df040f8541548bfec2d27557cf34a547cea60a3a921860fa50e099c792fd4a2b6822fadc7b0b4d395f7d7f338bc7cb39ef2f267a8a4df27e4d554a8b34b36 DIST moar-1.31.4.tar.gz 2848133 BLAKE2B 2818fc907e1ffdc8a1d7c04858fbe5c3d466b3eb62d2ad5f53baa8b556e206b65d6a953314f2cd4620175a7b1b6b849fdad1b4faf8c32b3afc4f5d6efc2a0d2c SHA512 617169d2973f53406c7e6c0d2b34e379fc26b50645cdb0560ffc4b3adf35df6ca6dadbd8d52fa5f3952dd6198cc97099a76803745ff0a5c6f5380e778b6338fa DIST moar-1.31.5-deps.tar.xz 1359500 BLAKE2B 302b176f2b22878a6a1eb0e5d57eeb83adf0b3dd790a070d969b4b840741700e4143d9abd7138d556cb7fa04b72412c52e8d4560cb8f925f5e6625633cbd1d4e SHA512 317df040f8541548bfec2d27557cf34a547cea60a3a921860fa50e099c792fd4a2b6822fadc7b0b4d395f7d7f338bc7cb39ef2f267a8a4df27e4d554a8b34b36 diff --git a/sys-apps/moar/moar-1.31.2.ebuild b/sys-apps/moar/moar-1.31.2.ebuild deleted file mode 100644 index 843bdba6ed6a..000000000000 --- a/sys-apps/moar/moar-1.31.2.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 2023-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit go-env go-module - -DESCRIPTION="Pager designed to do the right thing without any configuration" -HOMEPAGE="https://github.com/walles/moar" -SRC_URI="https://github.com/walles/moar/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -SRC_URI+=" https://dev.gentoo.org/~sam/distfiles/${CATEGORY}/${PN}/${P}-deps.tar.xz" - -LICENSE="BSD-2 BSD MIT" -SLOT="0" -KEYWORDS="amd64 ~arm arm64 ~ppc64" -IUSE="test" -RESTRICT="!test? ( test )" - -# moarvm: https://github.com/walles/moar/issues/143 -RDEPEND="!dev-lang/moarvm" -BDEPEND=" - test? ( - app-arch/bzip2 - app-arch/xz-utils - ) -" - -src_unpack() { - default - - if [[ -d "${WORKDIR}"/vendor ]] ; then - mv "${WORKDIR}"/vendor "${S}"/vendor || die - fi - go-env_set_compile_environment -} - -src_compile() { - # https://github.com/walles/moar/blob/master/build.sh#L28 - ego build -ldflags="-w -X main.versionString=${PV}" -o moar -} - -src_test() { - # From test.sh (we don't run that because it has some linting etc) - ego test -timeout 20s ./... -} - -src_install() { - dobin moar - doman moar.1 - einstalldocs -}
