commit:     98321ce71bf1bd39b02e621bf6d149531f15549d
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  3 13:41:21 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sat Sep  3 13:58:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98321ce7

sys-devel/bmake: drop 20220612

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-devel/bmake/Manifest              |  1 -
 sys-devel/bmake/bmake-20220612.ebuild | 58 -----------------------------------
 2 files changed, 59 deletions(-)

diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest
index d9c4c08d48e8..e402f2f83b14 100644
--- a/sys-devel/bmake/Manifest
+++ b/sys-devel/bmake/Manifest
@@ -1,3 +1,2 @@
-DIST bmake-20220612.tar.gz 810914 BLAKE2B 
afb7691bdffe799e629f856ba61226cd93217890ef10e2803d6dda28e16439f2a3583d98964700858dfabdf38d62a1ad06eefaa49570e45fccb9bcddac3fb68b
 SHA512 
c7b352ca44c30c107bcae544125989dcea9cb32ea296f875ed84313bb72633366191b86f30c38fe733fb27bf91a040a063059070efefa774089af5694af2bc3f
 DIST bmake-20220726.tar.gz 812288 BLAKE2B 
272964d54146c40fefbfa3f80b32c201a10d9bcf1e24fdb863b62c620208e680267eb7736e404c7521b1399bbbc5758f908179ca24543318975424e0f40914a2
 SHA512 
35480ae9580b3f356d7bc4c5f007dcf76090aad619b6432aad3d397b921993aa2b5943a2b3dee6617a75868197d5b28957012a8580d4103a6bf9d6195b80e141
 DIST mk-20210330.tar.gz 107380 BLAKE2B 
9ac30a117d9ba31635cf8d8d29fdba76f148611f47628403ca8f807081c32509f10498d3c30fd24985e5420af4710fe59fc6315d71f2d0c1cfed93263a06553a
 SHA512 
6acd3ee911442934082f4f877d795b07c5e23022eaa9c0874799d97e92a2f5a663cb45f94b7f9745c49cbbce6b7e755a29e381ccfb9e68a0be1eedbd22fd5d3b

diff --git a/sys-devel/bmake/bmake-20220612.ebuild 
b/sys-devel/bmake/bmake-20220612.ebuild
deleted file mode 100644
index 7e0fdf7ced79..000000000000
--- a/sys-devel/bmake/bmake-20220612.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-MK_VER=20210330
-
-DESCRIPTION="NetBSD's portable make"
-HOMEPAGE="http://www.crufty.net/help/sjg/bmake.html";
-SRC_URI="
-       http://void.crufty.net/ftp/pub/sjg/${P}.tar.gz
-       http://void.crufty.net/ftp/pub/sjg/mk-${MK_VER}.tar.gz";
-S="${WORKDIR}/${PN}"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
-
-# Skip failing test (sandbox and csh)
-PATCHES=(
-       "${FILESDIR}"/${PN}-20210206-tests.patch
-       "${FILESDIR}"/${PN}-20220418-warnings.patch
-)
-
-src_prepare() {
-       default
-       cd "${WORKDIR}" || die
-       eapply "${FILESDIR}"/${PN}-20210314-mk-fixes.patch
-}
-
-src_configure() {
-       econf \
-               --with-mksrc=../mk \
-               --with-default-sys-path="${EPREFIX}"/usr/share/mk/${PN} \
-               --with-machine_arch=${ARCH}
-}
-
-src_compile() {
-       sh make-bootstrap.sh || die "bootstrap failed"
-}
-
-src_test() {
-       cd unit-tests || die
-
-       # the 'ternary' test uses ${A} internally, which
-       # conflicts with Gentoo's ${A}, hence unset it for
-       # the tests temporarily.
-       env -u A MAKEFLAGS= \
-               "${S}"/bmake -r -m / TEST_MAKE="${S}"/bmake test || die "tests 
compilation failed"
-}
-
-src_install() {
-       dobin ${PN}
-       doman ${PN}.1
-       FORCE_BSD_MK=1 SYS_MK_DIR=. \
-               sh ../mk/install-mk -v -m 644 "${ED}"/usr/share/mk/${PN} \
-               || die "failed to install mk files"
-}

Reply via email to