public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "David Seifert" <soap@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/
Date: Fri, 13 Aug 2021 08:13:05 +0000 (UTC)	[thread overview]
Message-ID: <1628842375.04a5ce23ec94fba20f68c5fb29925cd2305b79a4.soap@gentoo> (raw)

commit:     04a5ce23ec94fba20f68c5fb29925cd2305b79a4
Author:     Jakov Smolic <jakov.smolic <AT> sartura <DOT> hr>
AuthorDate: Fri Aug 13 08:12:55 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Aug 13 08:12:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a5ce23

sys-devel/bmake: Remove old 20210803

Closes: https://github.com/gentoo/gentoo/pull/21972
Signed-off-by: Jakov Smolic <jakov.smolic <AT> sartura.hr>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

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

diff --git a/sys-devel/bmake/Manifest b/sys-devel/bmake/Manifest
index e31ca7ade63..a8574e78376 100644
--- a/sys-devel/bmake/Manifest
+++ b/sys-devel/bmake/Manifest
@@ -1,5 +1,4 @@
 DIST bmake-20210420.tar.gz 755281 BLAKE2B fe98dc5d0c5a11aecf45b160cfe5b69ef49e56a973823e84ec1f607023aa94d66cd87bc3f31fc340dc86eae0a6e87ca2a71b8367f3e9bb1a9eae8626d13a80ea SHA512 3bb603965c149e4f6bee4afff9710921e943bd1faaf5d142418a5f7a0752416e094b6a0f0dfc998bf6bedc391f668162856a51167e34b6f2ad2a0a498c96ed35
 DIST bmake-20210704.tar.gz 759047 BLAKE2B 4c21941c45c826e1758c64bc60532cff3b9a727cc18658b019ce55382aad8c668a5ef9039df695629f81a334969f1a5aaf08d5924aa20576474a528fe8dbcb15 SHA512 b21d89753b659a70d6f5d70aa41cc2b5f5ded5a5a4a227064c938db42282d7684df9389fa1db532c2e0de11d5be1e66698388f1e1e6966153ec56330af688674
-DIST bmake-20210803.tar.gz 764905 BLAKE2B 2a3d8378342c14ecd08e52f7ffea962641ed501b4a3157878ba57d12d38b2d14b303980db7c484d1ce7e882a2cc697338acf9ba16370cfbca176621af3348875 SHA512 3b93413fca2038f5a9dda5456b1b33aa8c9d21c98236628c9084f540b8caca5b57f47ffeb22c2768a8a928cfa1c0141853634c55219d33d282b8e24ca406b413
 DIST bmake-20210808.tar.gz 765029 BLAKE2B 27ff99395e7cdc00a118ebfb5b043180ffbd9d5385b008c49baae8bf953e45e277aeb133d736bd282c1ffc08bd7c3b87b4dc23d0b188a86469116e1d94ed2409 SHA512 d0afb9b6a50858c330cccf57a8f8b35ddf1ea1faefc2110237e30262b35eb69c1a4918e48acc2ed3deed8b11bf87b80429d71c46366c81ceb7427a79a3e58089
 DIST mk-20210330.tar.gz 107380 BLAKE2B 9ac30a117d9ba31635cf8d8d29fdba76f148611f47628403ca8f807081c32509f10498d3c30fd24985e5420af4710fe59fc6315d71f2d0c1cfed93263a06553a SHA512 6acd3ee911442934082f4f877d795b07c5e23022eaa9c0874799d97e92a2f5a663cb45f94b7f9745c49cbbce6b7e755a29e381ccfb9e68a0be1eedbd22fd5d3b

diff --git a/sys-devel/bmake/bmake-20210803.ebuild b/sys-devel/bmake/bmake-20210803.ebuild
deleted file mode 100644
index 5d5f1563085..00000000000
--- a/sys-devel/bmake/bmake-20210803.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2021 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	other threads:[~2021-08-13  8:13 UTC|newest]

Thread overview: 117+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-08-13  8:13 David Seifert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-01-10  8:21 [gentoo-commits] repo/gentoo:master commit in: sys-devel/bmake/ Jakov Smolić
2024-01-08 21:10 Arthur Zamarin
2023-12-27  0:20 Jakov Smolić
2023-12-11  4:33 Arthur Zamarin
2023-12-11  4:33 Arthur Zamarin
2023-12-08 10:25 Arthur Zamarin
2023-12-08 10:05 Arthur Zamarin
2023-12-08  9:38 Jakov Smolić
2023-11-22 17:10 Jakov Smolić
2023-07-25  8:28 Jakov Smolić
2023-07-24 22:50 Sam James
2023-06-10  5:22 Jakov Smolić
2023-06-09 17:47 Arthur Zamarin
2023-05-18 15:56 Jakov Smolić
2023-05-18 15:56 Jakov Smolić
2023-04-25 20:57 Sam James
2023-04-25 18:44 Jakov Smolić
2023-04-25 13:48 Arthur Zamarin
2023-04-11 21:42 Jakov Smolić
2023-04-11 18:43 Arthur Zamarin
2023-04-04  8:20 Jakov Smolić
2023-03-06 19:19 Jakov Smolić
2023-03-06 19:19 Jakov Smolić
2023-01-25  6:44 Jakov Smolić
2023-01-08 17:06 Jakov Smolić
2023-01-08 17:00 Arthur Zamarin
2022-11-14 10:46 WANG Xuerui
2022-10-29 11:03 Jakov Smolić
2022-10-07 12:25 Jakov Smolić
2022-10-06  5:58 Jakov Smolić
2022-10-05 11:35 Sam James
2022-10-04 15:42 Jakov Smolić
2022-09-03 14:09 Jakov Smolić
2022-09-03 14:09 Jakov Smolić
2022-08-31  7:36 Jakov Smolić
2022-08-21 14:57 Jakov Smolić
2022-08-16 15:07 Sam James
2022-07-31  7:15 Jakov Smolić
2022-07-02 11:18 Jakov Smolić
2022-05-29 17:27 Jakov Smolić
2022-05-28 15:58 Jakov Smolić
2022-05-20 18:41 Jakov Smolić
2022-05-20 18:41 Jakov Smolić
2022-04-27 19:47 Jakov Smolić
2022-04-12  8:17 Jakov Smolić
2022-04-12  8:17 Jakov Smolić
2022-04-07 20:58 Jakov Smolić
2022-04-04 12:26 Jakov Smolić
2022-03-31 17:36 Jakov Smolić
2022-03-08  8:54 Jakov Smolić
2022-02-24 11:55 Jakov Smolić
2022-02-24 11:55 Jakov Smolić
2022-02-24  9:38 Jakov Smolić
2022-02-24  9:37 Jakov Smolić
2022-02-11 19:18 Jakov Smolić
2022-01-18 13:09 Jakov Smolić
2022-01-18 13:09 Jakov Smolić
2022-01-18 13:09 Jakov Smolić
2022-01-18 13:09 Jakov Smolić
2021-12-27 11:11 Jakov Smolić
2021-12-19  9:01 Jakov Smolić
2021-12-19  9:01 Jakov Smolić
2021-12-13 20:29 Jakov Smolić
2021-12-10  9:38 Jakov Smolić
2021-12-10  9:38 Jakov Smolić
2021-11-05 10:40 Jakov Smolić
2021-11-05 10:40 Jakov Smolić
2021-11-05 10:40 Jakov Smolić
2021-10-27  5:58 Jakov Smolić
2021-10-07  8:12 Jakov Smolić
2021-09-12 10:14 Jakov Smolić
2021-09-12 10:14 Jakov Smolić
2021-08-28 21:02 Jakov Smolić
2021-08-28 21:02 Jakov Smolić
2021-08-13  8:13 David Seifert
2021-08-12 19:59 David Seifert
2021-07-29 10:46 Joonas Niilola
2021-07-29 10:46 Joonas Niilola
2021-07-18 11:06 David Seifert
2021-05-27 21:13 David Seifert
2021-05-04 22:30 Sam James
2021-05-04 22:30 Sam James
2021-04-27  9:47 David Seifert
2021-04-27  9:47 David Seifert
2021-04-27  9:47 David Seifert
2021-03-26 13:24 David Seifert
2021-03-26 13:24 David Seifert
2021-03-23 14:44 David Seifert
2020-12-31  1:20 Sam James
2020-08-23  8:21 Sergei Trofimovich
2020-08-18 11:22 Agostino Sarubbo
2020-08-17 13:50 Agostino Sarubbo
2020-08-16 16:45 David Seifert
2020-05-15  9:21 Jason A. Donenfeld
2020-01-28 18:11 David Seifert
2020-01-28 18:11 David Seifert
2017-08-23  7:30 Alexis Ballier
2017-05-25 15:48 Alexis Ballier
2017-05-25 15:48 Alexis Ballier
2017-04-23 12:36 Alexis Ballier
2017-02-09 14:03 Alexis Ballier
2016-12-29 15:45 Alexis Ballier
2016-12-21 10:46 Patrice Clement
2016-12-21 10:46 Patrice Clement
2016-12-21 10:46 Patrice Clement
2016-12-21 10:46 Patrice Clement
2016-12-17 13:08 Alexis Ballier
2016-12-17 13:08 Alexis Ballier
2016-10-20 13:06 Alexis Ballier
2016-08-27 18:32 Alexis Ballier
2016-08-03 10:30 Alexis Ballier
2016-08-03 10:30 Alexis Ballier
2016-04-05 11:29 Alexis Ballier
2016-03-08  8:44 Alexis Ballier
2016-01-26  8:01 Alexis Ballier
2015-10-20 14:24 Alexis Ballier

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1628842375.04a5ce23ec94fba20f68c5fb29925cd2305b79a4.soap@gentoo \
    --to=soap@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox