From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 969C8138239 for ; Fri, 2 Apr 2021 22:59:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BEB7BE0839; Fri, 2 Apr 2021 22:59:16 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A733FE0839 for ; Fri, 2 Apr 2021 22:59:16 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 81187335C56 for ; Fri, 2 Apr 2021 22:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B429247 for ; Fri, 2 Apr 2021 22:59:13 +0000 (UTC) From: "Chí-Thanh Christopher Nguyễn" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Chí-Thanh Christopher Nguyễn" Message-ID: <1617404287.acd181e178d689743e411b4b85d0518098e48f4b.chithanh@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/dmake/Manifest dev-util/dmake/dmake-4.13.1.ebuild X-VCS-Directories: dev-util/dmake/ X-VCS-Committer: chithanh X-VCS-Committer-Name: Chí-Thanh Christopher Nguyễn X-VCS-Revision: acd181e178d689743e411b4b85d0518098e48f4b X-VCS-Branch: master Date: Fri, 2 Apr 2021 22:59:13 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: c0f4790c-99c6-4849-a56b-0c6c54da8941 X-Archives-Hash: 90a647bd9bda2ba9e0f1e9b2324581cb commit: acd181e178d689743e411b4b85d0518098e48f4b Author: Chí-Thanh Christopher Nguyễn gentoo org> AuthorDate: Fri Apr 2 22:58:07 2021 +0000 Commit: Chí-Thanh Christopher Nguyễn gentoo org> CommitDate: Fri Apr 2 22:58:07 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=acd181e1 dev-util/dmake: bump to 4.13.1, update homepage, unrestrict tests Closes: https://bugs.gentoo.org/show_bug.cgi?id=428830 Package-Manager: Portage-3.0.17, Repoman-3.0.2 Signed-off-by: Chí-Thanh Christopher Nguyễn gentoo.org> dev-util/dmake/Manifest | 1 + dev-util/dmake/dmake-4.13.1.ebuild | 28 ++++++++++++++++++++++++++++ 2 files changed, 29 insertions(+) diff --git a/dev-util/dmake/Manifest b/dev-util/dmake/Manifest index 14781406232..0598e25b45c 100644 --- a/dev-util/dmake/Manifest +++ b/dev-util/dmake/Manifest @@ -1 +1,2 @@ DIST dmake-4.12.2.tar.bz2 461738 BLAKE2B 2a80f5a566f9981d61472717f1df8dcb9634975356c2ca0d4d7053ea32e74f57e5daccd11c41b81bddc7994e57e2b001fc9610800f6d949146a23b1b065b9b16 SHA512 f09453205bd425882d933a7b2cf879d69d795765bb7586e1e35ca5c9e39444cb70cfe56ed9b350f12fae8d484670b4ae418bb5d2da7c0c2ff229d9165caff45b +DIST dmake-4.13.1.tar.gz 677296 BLAKE2B e56966569a00f5d13396ff59536194831757bd8e19a3cb66dbf28c0f7189a2791938173b94ce56c96bc5e2cbec34f48b0cba4b8ed7034b73095a0a6c4a9b477f SHA512 fc1b6cddcba174d34e709dd39f98f363ab0dff85f55c672cb231ab18c6dd045c7a3ae7483fa256effef4f5b876e71e860d0354426a30f55c30d4b04127cb3954 diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild new file mode 100644 index 00000000000..347a49b2a0e --- /dev/null +++ b/dev-util/dmake/dmake-4.13.1.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Improved make" +HOMEPAGE="https://jimjag.github.io/dmake/" +SRC_URI="https://github.com/jimjag/${PN}/archive/v${PV}/${P}.tar.gz" + +LICENSE="GPL-1" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos" + +BDEPEND=" + app-arch/unzip + sys-apps/groff" + +src_prepare() { + default + + # make tests executable, bug #404989 + chmod +x tests/targets-{1..12} || die +} + +src_install() { + default + newman man/dmake.tf dmake.1 +}