commit:     e9e2e502aee9dbef1f90201fe9d3f1af7dee1a3a
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Sun May 29 17:26:11 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Sun May 29 17:26:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e9e2e502

sys-devel/bmake: drop 20220330

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

 sys-devel/bmake/Manifest              |  1 -
 sys-devel/bmake/bmake-20220330.ebuild | 55 -----------------------------------
 2 files changed, 56 deletions(-)

diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest
index 056705c91c00..f7f720110a65 100644
--- a/sys-devel/bmake/Manifest
+++ b/sys-devel/bmake/Manifest
@@ -1,3 +1,2 @@
-DIST bmake-20220330.tar.gz 804133 BLAKE2B 
2d8064c0af0fc5d18660e59fe6d08af055dcf1a387974ecdcf346e2c28926dab5266141f037c037a4ddc00e40977cd437bb24f776e37ca09b7308104eafb8e52
 SHA512 
211cf9f70449921a9ddaf2e0ef23dd170f04005231451d229a0f2bd03e0f60fc1f239d9946d4e46985092cafe987d858ea265207066cf55da2cb5a483e1a31ab
 DIST bmake-20220418.tar.gz 805986 BLAKE2B 
6569956d81a9c67cc95756831ec086b392af69cb2b068f11d3beb237ca3f62059b9102695f28aa4093b589af52c512545bd86d91a410d681f3835a99b8270f6f
 SHA512 
89fa5cb6e35ee1cd6a32acf291bda33b3a7272c4ef25d38412b8caa7e092210c8fa04a11d19d3c19b7e60dee2cf0a5049cf393be6e25b6e28bab2eea50e03204
 DIST mk-20210330.tar.gz 107380 BLAKE2B 
9ac30a117d9ba31635cf8d8d29fdba76f148611f47628403ca8f807081c32509f10498d3c30fd24985e5420af4710fe59fc6315d71f2d0c1cfed93263a06553a
 SHA512 
6acd3ee911442934082f4f877d795b07c5e23022eaa9c0874799d97e92a2f5a663cb45f94b7f9745c49cbbce6b7e755a29e381ccfb9e68a0be1eedbd22fd5d3b

diff --git a/sys-devel/bmake/bmake-20220330.ebuild 
b/sys-devel/bmake/bmake-20220330.ebuild
deleted file mode 100644
index a69c0ea95fc0..000000000000
--- a/sys-devel/bmake/bmake-20220330.ebuild
+++ /dev/null
@@ -1,55 +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 )
-
-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