public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2015-09-01 19:31 Tobias Klausmann
  0 siblings, 0 replies; 8+ messages in thread
From: Tobias Klausmann @ 2015-09-01 19:31 UTC (permalink / raw
  To: gentoo-commits

commit:     4982398b3df509f2ed0b269df4035d8835141551
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  1 19:27:35 2015 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Tue Sep  1 19:27:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4982398b

dev-util/dmake: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1

 dev-util/dmake/dmake-4.12.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dmake/dmake-4.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild
index c4c2994..a3b1429 100644
--- a/dev-util/dmake/dmake-4.12.2.ebuild
+++ b/dev-util/dmake/dmake-4.12.2.ebuild
@@ -7,7 +7,7 @@ EAPI=4
 inherit eutils
 
 DESCRIPTION="Improved make"
-HOMEPAGE="https://code.google.com/a/apache-extras.org/p/dmake/"
+HOMEPAGE="https://github.com/mohawk2/dmake"
 SRC_URI="http://${PN}.apache-extras.org.codespot.com/files/${P}.tar.bz2"
 
 LICENSE="GPL-1"


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2020-02-18 19:11 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2020-02-18 19:11 UTC (permalink / raw
  To: gentoo-commits

commit:     6339b345f14e80c00a868e83bc4d145b27cf6902
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 18 19:11:28 2020 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Tue Feb 18 19:11:28 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6339b345

dev-util/dmake: Port to EAPI 7

Package-Manager: Portage-2.3.89, Repoman-2.3.20
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 dev-util/dmake/dmake-4.12.2.ebuild | 17 +++++++----------
 1 file changed, 7 insertions(+), 10 deletions(-)

diff --git a/dev-util/dmake/dmake-4.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild
index 9029df2aefe..0f81ca5ffa7 100644
--- a/dev-util/dmake/dmake-4.12.2.ebuild
+++ b/dev-util/dmake/dmake-4.12.2.ebuild
@@ -1,9 +1,7 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=4
-
-inherit eutils
+EAPI=7
 
 DESCRIPTION="Improved make"
 HOMEPAGE="https://github.com/mohawk2/dmake"
@@ -12,24 +10,23 @@ 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 ~x86-macos"
-IUSE=""
 
 # test failure, reported upstream at
 # https://code.google.com/a/apache-extras.org/p/dmake/issues/detail?id=1
 RESTRICT="test"
 
-DEPEND="
+BDEPEND="
 	app-arch/unzip
-	sys-apps/groff
-"
-RDEPEND=""
+	sys-apps/groff"
 
 src_prepare() {
+	default
+
 	# make tests executable, bug #404989
 	chmod +x tests/targets-{1..12} || die
 }
 
-src_install () {
+src_install() {
 	default
 	newman man/dmake.tf dmake.1
 }


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2021-01-06 22:55 Fabian Groffen
  0 siblings, 0 replies; 8+ messages in thread
From: Fabian Groffen @ 2021-01-06 22:55 UTC (permalink / raw
  To: gentoo-commits

commit:     4c8c0513803a1342d1c6070c720adc767f1e1f89
Author:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 22:49:17 2021 +0000
Commit:     Fabian Groffen <grobian <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 22:49:17 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c8c0513

dev-util/dmake: drop x86-macos

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>

 dev-util/dmake/dmake-4.12.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dmake/dmake-4.12.2.ebuild b/dev-util/dmake/dmake-4.12.2.ebuild
index 0f81ca5ffa7..c31db3ef0f5 100644
--- a/dev-util/dmake/dmake-4.12.2.ebuild
+++ b/dev-util/dmake/dmake-4.12.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 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 ~x86-macos"
+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


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2021-04-02 22:59 Chí-Thanh Christopher Nguyễn
  0 siblings, 0 replies; 8+ messages in thread
From: Chí-Thanh Christopher Nguyễn @ 2021-04-02 22:59 UTC (permalink / raw
  To: gentoo-commits

commit:     acd181e178d689743e411b4b85d0518098e48f4b
Author:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  2 22:58:07 2021 +0000
Commit:     Chí-Thanh Christopher Nguyễn <chithanh <AT> gentoo <DOT> 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 <chithanh <AT> 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
+}


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2022-06-05  7:06 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2022-06-05  7:06 UTC (permalink / raw
  To: gentoo-commits

commit:     49976b6fe7621241211dc9e366ff5368de2ff6ee
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:06:16 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:06:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49976b6f

dev-util/dmake: amd64 stable wrt bug #849734

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/dmake/dmake-4.13.1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild
index 347a49b2a0e3..66b8bb3f5ef7 100644
--- a/dev-util/dmake/dmake-4.13.1.ebuild
+++ b/dev-util/dmake/dmake-4.13.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
 	app-arch/unzip


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2022-06-05  7:07 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2022-06-05  7:07 UTC (permalink / raw
  To: gentoo-commits

commit:     c92bd643395c2f397cad387e40ce656eea19727d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:07:51 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:07:51 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c92bd643

dev-util/dmake: ppc stable wrt bug #849734

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/dmake/dmake-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild
index 66b8bb3f5ef7..2464f5266f1e 100644
--- a/dev-util/dmake/dmake-4.13.1.ebuild
+++ b/dev-util/dmake/dmake-4.13.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
 	app-arch/unzip


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2022-06-05  7:09 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2022-06-05  7:09 UTC (permalink / raw
  To: gentoo-commits

commit:     bfc8d6fb2a54452f780ed74a351b8b210c983cfc
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  5 07:09:06 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jun  5 07:09:06 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfc8d6fb

dev-util/dmake: x86 stable wrt bug #849734

Package-Manager: Portage-3.0.30, Repoman-3.0.3
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 dev-util/dmake/dmake-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild
index 2464f5266f1e..7f1f0cc92563 100644
--- a/dev-util/dmake/dmake-4.13.1.ebuild
+++ b/dev-util/dmake/dmake-4.13.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
 	app-arch/unzip


^ permalink raw reply related	[flat|nested] 8+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/
@ 2022-10-22 22:05 Yixun Lan
  0 siblings, 0 replies; 8+ messages in thread
From: Yixun Lan @ 2022-10-22 22:05 UTC (permalink / raw
  To: gentoo-commits

commit:     b8a8728d171d97e5bae645a70e090a586fc17497
Author:     Xin Yang <yangmame <AT> icloud <DOT> com>
AuthorDate: Sat Oct 22 13:09:17 2022 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sat Oct 22 22:04:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8a8728d

dev-util/dmake: keyword 4.13.1 riscv, #877907

Closes: https://github.com/gentoo/gentoo/pull/27899
Signed-off-by: Xin Yang <yangmame <AT> icloud.com>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-util/dmake/dmake-4.13.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/dmake/dmake-4.13.1.ebuild b/dev-util/dmake/dmake-4.13.1.ebuild
index 7f1f0cc92563..2b106f632d52 100644
--- a/dev-util/dmake/dmake-4.13.1.ebuild
+++ b/dev-util/dmake/dmake-4.13.1.ebuild
@@ -9,7 +9,7 @@ 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"
+KEYWORDS="amd64 ppc ~riscv x86 ~amd64-linux ~x86-linux ~ppc-macos"
 
 BDEPEND="
 	app-arch/unzip


^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2022-10-22 22:05 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-06-05  7:09 [gentoo-commits] repo/gentoo:master commit in: dev-util/dmake/ Agostino Sarubbo
  -- strict thread matches above, loose matches on Subject: below --
2022-10-22 22:05 Yixun Lan
2022-06-05  7:07 Agostino Sarubbo
2022-06-05  7:06 Agostino Sarubbo
2021-04-02 22:59 Chí-Thanh Christopher Nguyễn
2021-01-06 22:55 Fabian Groffen
2020-02-18 19:11 David Seifert
2015-09-01 19:31 Tobias Klausmann

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