public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/dmake/
@ 2023-04-21  8:55 David Seifert
  0 siblings, 0 replies; only message in thread
From: David Seifert @ 2023-04-21  8:55 UTC (permalink / raw
  To: gentoo-commits

commit:     665e7397f7d303a8e0c9439d499c6eccaf77399f
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 21 08:54:30 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Fri Apr 21 08:54:30 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=665e7397

dev-util/dmake: treeclean

Closes: https://bugs.gentoo.org/880401
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/dmake/Manifest            |  2 --
 dev-util/dmake/dmake-4.12.2.ebuild | 32 --------------------------------
 dev-util/dmake/dmake-4.13.1.ebuild | 28 ----------------------------
 dev-util/dmake/metadata.xml        | 11 -----------
 profiles/package.mask              |  6 ------
 5 files changed, 79 deletions(-)

diff --git a/dev-util/dmake/Manifest b/dev-util/dmake/Manifest
deleted file mode 100644
index 0598e25b45cc..000000000000
--- a/dev-util/dmake/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-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.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild
deleted file mode 100644
index c31db3ef0f51..000000000000
--- a/dev-util/dmake/dmake-4.12.2.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Improved make"
-HOMEPAGE="https://github.com/mohawk2/dmake"
-SRC_URI="http://${PN}.apache-extras.org.codespot.com/files/${P}.tar.bz2"
-
-LICENSE="GPL-1"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
-
-# test failure, reported upstream at
-# https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1
-RESTRICT="test"
-
-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
-}

diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild
deleted file mode 100644
index 2b106f632d52..000000000000
--- a/dev-util/dmake/dmake-4.13.1.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2022 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 ~riscv 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
-}

diff --git a/dev-util/dmake/metadata.xml b/dev-util/dmake/metadata.xml
deleted file mode 100644
index f61de6a5613f..000000000000
--- a/dev-util/dmake/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-	<maintainer type="person">
-		<email>chithanh@gentoo.org</email>
-		<name>Chí-Thanh Christopher Nguyễn</name>
-	</maintainer>
-	<upstream>
-		<remote-id type="github">mohawk2/dmake</remote-id>
-	</upstream>
-</pkgmetadata>

diff --git a/profiles/package.mask b/profiles/package.mask
index 89cf8b844e86..b53cfe83d5db 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -441,12 +441,6 @@ dev-ruby/tidy-ext
 # Removal on 2023-04-18. Bug #713784, #895686.
 dev-ruby/sigar
 
-# David Seifert <soap@gentoo.org> (2023-03-19)
-# Apache NIH make, long abandoned upstream, forked reboot went nowhere.
-# Last release over 2 years ago, fails with modern C and no revdeps in
-# tree. Removal on 2023-04-18. Bug #880401.
-dev-util/dmake
-
 # Sam James <sam@gentoo.org> (2023-03-16)
 # Breaks building C++ consumers. See bug #901211 and bug #901035.
 # Please upgrade to glib-2.76.0-r1.


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2023-04-21  8:55 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-21  8:55 [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-util/dmake/ David Seifert

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox