public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2017-04-10 20:40 Andreas Hüttel
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Hüttel @ 2017-04-10 20:40 UTC (permalink / raw
  To: gentoo-commits

commit:     2696b3b394fcdae1367f2c18223b0179d140fd96
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 10 20:04:43 2017 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Apr 10 20:40:51 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2696b3b3

dev-util/tmake: EAPI bump

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 dev-util/tmake/tmake-2.12-r1.ebuild | 25 +++++++++++++++++++++++++
 1 file changed, 25 insertions(+)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild
new file mode 100644
index 00000000000..a8025506c65
--- /dev/null
+++ b/dev-util/tmake/tmake-2.12-r1.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+DESCRIPTION="A Cross platform Makefile tool"
+SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
+HOMEPAGE="http://tmake.sourceforge.net"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5"
+
+src_install () {
+	dobin bin/tmake bin/progen
+	dodir /usr/lib/tmake
+	cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
+	dodoc README
+	dohtml -r doc/*
+	echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
+	doenvd "${T}"/51tmake
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2017-12-08 20:39 Thomas Deutschmann
  0 siblings, 0 replies; 11+ messages in thread
From: Thomas Deutschmann @ 2017-12-08 20:39 UTC (permalink / raw
  To: gentoo-commits

commit:     e5985daf3764211cfa42c040074c579fed1e454d
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Dec  8 20:33:42 2017 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Dec  8 20:33:42 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5985daf

dev-util/tmake: x86 stable (bug #639414)

Package-Manager: Portage-2.3.16, Repoman-2.3.6

 dev-util/tmake/tmake-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild
index a8025506c65..5f17abda6d7 100644
--- a/dev-util/tmake/tmake-2.12-r1.ebuild
+++ b/dev-util/tmake/tmake-2.12-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2017-12-16 17:24 Tobias Klausmann
  0 siblings, 0 replies; 11+ messages in thread
From: Tobias Klausmann @ 2017-12-16 17:24 UTC (permalink / raw
  To: gentoo-commits

commit:     538d809834fabaeb0cd8a66f993b33a815c18e58
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 16 14:18:15 2017 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Sat Dec 16 17:24:11 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=538d8098

dev-util/tmake-2.12-r1: amd64 stable

Gentoo-Bug: http://bugs.gentoo.org/639414

 dev-util/tmake/tmake-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild
index 5f17abda6d7..3ba97bf561f 100644
--- a/dev-util/tmake/tmake-2.12-r1.ebuild
+++ b/dev-util/tmake/tmake-2.12-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2017-12-17 15:24 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-17 15:24 UTC (permalink / raw
  To: gentoo-commits

commit:     0311d7c195856704992d1ba8589f45373d7ef802
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:24:15 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:24:15 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0311d7c1

dev-util/tmake: ppc stable wrt bug #639414

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/tmake/tmake-2.12-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild
index 3ba97bf561f..48958d9544c 100644
--- a/dev-util/tmake/tmake-2.12-r1.ebuild
+++ b/dev-util/tmake/tmake-2.12-r1.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2017-12-17 15:25 Mikle Kolyada
  0 siblings, 0 replies; 11+ messages in thread
From: Mikle Kolyada @ 2017-12-17 15:25 UTC (permalink / raw
  To: gentoo-commits

commit:     a5553b3c47aa0f19a8993e8285ddf59a53548cc5
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 15:25:05 2017 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 15:25:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5553b3c

dev-util/tmake: Drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 dev-util/tmake/tmake-2.12.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-util/tmake/tmake-2.12.ebuild b/dev-util/tmake/tmake-2.12.ebuild
deleted file mode 100644
index 751d77e7700..00000000000
--- a/dev-util/tmake/tmake-2.12.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-DESCRIPTION="A Cross platform Makefile tool"
-SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
-HOMEPAGE="http://tmake.sourceforge.net"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="~amd64 ppc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5"
-
-src_install () {
-	dobin bin/tmake bin/progen
-	dodir /usr/lib/tmake
-	cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
-	dodoc README
-	dohtml -r doc/*
-	echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
-	doenvd "${T}"/51tmake
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2022-07-02  9:38 Matthew Smith
  0 siblings, 0 replies; 11+ messages in thread
From: Matthew Smith @ 2022-07-02  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     1864d638d59f644e83dcc7c830ac690107b7edf2
Author:     Matthew Smith <matthew <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 09:34:32 2022 +0000
Commit:     Matthew Smith <matthew <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 09:38:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1864d638

dev-util/tmake: update EAPI 6 -> 8

Signed-off-by: Matthew Smith <matthew <AT> gentoo.org>

 dev-util/tmake/tmake-2.12-r2.ebuild | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)

diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
new file mode 100644
index 000000000000..aacc2e3d7f7a
--- /dev/null
+++ b/dev-util/tmake/tmake-2.12-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+DESCRIPTION="A Cross platform Makefile tool"
+SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
+HOMEPAGE="http://tmake.sourceforge.net"
+
+LICENSE="HPND"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+IUSE=""
+
+RDEPEND=">=dev-lang/perl-5"
+
+src_install() {
+	dobin bin/tmake bin/progen
+	dodir /usr/lib/tmake
+	cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
+	dodoc -r README doc/*
+	echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
+	doenvd "${T}"/51tmake
+}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2022-07-02 18:18 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-02 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     687d0e7bd327484b3045af2b64efaa8f55f53442
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 18:15:46 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:15:46 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=687d0e7b

dev-util/tmake: Stabilize 2.12-r2 amd64, #855707

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/tmake/tmake-2.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
index aacc2e3d7f7a..fa77832bdc83 100644
--- a/dev-util/tmake/tmake-2.12-r2.ebuild
+++ b/dev-util/tmake/tmake-2.12-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2022-07-02 18:20 Sam James
  0 siblings, 0 replies; 11+ messages in thread
From: Sam James @ 2022-07-02 18:20 UTC (permalink / raw
  To: gentoo-commits

commit:     10fd673db509f472a4ef833d9c0ae4c9875a05b3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul  2 18:18:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul  2 18:18:57 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10fd673d

dev-util/tmake: Stabilize 2.12-r2 x86, #855707

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/tmake/tmake-2.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
index fa77832bdc83..0da172eb6a55 100644
--- a/dev-util/tmake/tmake-2.12-r2.ebuild
+++ b/dev-util/tmake/tmake-2.12-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2022-07-03 10:49 Agostino Sarubbo
  0 siblings, 0 replies; 11+ messages in thread
From: Agostino Sarubbo @ 2022-07-03 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     4c82dc977e15f9f31eaf102eb3785a023ca9c297
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Sun Jul  3 10:49:12 2022 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Sun Jul  3 10:49:12 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c82dc97

dev-util/tmake: ppc stable wrt bug #855707

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/tmake/tmake-2.12-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
index 0da172eb6a55..598331d3b8e9 100644
--- a/dev-util/tmake/tmake-2.12-r2.ebuild
+++ b/dev-util/tmake/tmake-2.12-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86 ~x86-linux ~ppc-macos"
+KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos"
 IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2022-08-28 19:37 Andreas Sturmlechner
  0 siblings, 0 replies; 11+ messages in thread
From: Andreas Sturmlechner @ 2022-08-28 19:37 UTC (permalink / raw
  To: gentoo-commits

commit:     b520e55e605a3727e26e5581bd20062ce615d5a1
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 17:21:46 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 19:36:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b520e55e

dev-util/tmake: drop 2.12-r1, EAPI-6--

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/tmake/tmake-2.12-r1.ebuild | 25 -------------------------
 1 file changed, 25 deletions(-)

diff --git a/dev-util/tmake/tmake-2.12-r1.ebuild b/dev-util/tmake/tmake-2.12-r1.ebuild
deleted file mode 100644
index 407246fc0453..000000000000
--- a/dev-util/tmake/tmake-2.12-r1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="A Cross platform Makefile tool"
-SRC_URI="mirror://sourceforge/tmake/${P}.tar.bz2"
-HOMEPAGE="http://tmake.sourceforge.net"
-
-LICENSE="HPND"
-SLOT="0"
-KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos"
-IUSE=""
-
-RDEPEND=">=dev-lang/perl-5"
-
-src_install() {
-	dobin bin/tmake bin/progen
-	dodir /usr/lib/tmake
-	cp -pPRf "${S}"/lib/* "${ED}"/usr/lib/tmake
-	dodoc README
-	dohtml -r doc/*
-	echo "TMAKEPATH=\"${EPREFIX}/usr/lib/tmake/linux-g++\"" > "${T}"/51tmake
-	doenvd "${T}"/51tmake
-}


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

* [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/
@ 2024-11-22 23:22 Conrad Kostecki
  0 siblings, 0 replies; 11+ messages in thread
From: Conrad Kostecki @ 2024-11-22 23:22 UTC (permalink / raw
  To: gentoo-commits

commit:     672b586b0c6507f9d392b9316e6b8f3480d4e613
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Nov 17 17:01:21 2024 +0000
Commit:     Conrad Kostecki <conikost <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 23:21:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=672b586b

dev-util/tmake: use HTTPS, ebuild improvements

Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org>

 dev-util/tmake/tmake-2.12-r2.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/dev-util/tmake/tmake-2.12-r2.ebuild b/dev-util/tmake/tmake-2.12-r2.ebuild
index 282f0c165083..357a98ca396f 100644
--- a/dev-util/tmake/tmake-2.12-r2.ebuild
+++ b/dev-util/tmake/tmake-2.12-r2.ebuild
@@ -3,14 +3,13 @@
 
 EAPI=8
 
-DESCRIPTION="A Cross platform Makefile tool"
+DESCRIPTION="Cross platform Makefile tool"
+HOMEPAGE="https://tmake.sourceforge.net"
 SRC_URI="https://downloads.sourceforge.net/tmake/${P}.tar.bz2"
-HOMEPAGE="http://tmake.sourceforge.net"
 
 LICENSE="HPND"
 SLOT="0"
 KEYWORDS="amd64 ppc x86 ~x86-linux ~ppc-macos"
-IUSE=""
 
 RDEPEND=">=dev-lang/perl-5"
 


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

end of thread, other threads:[~2024-11-22 23:22 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-28 19:37 [gentoo-commits] repo/gentoo:master commit in: dev-util/tmake/ Andreas Sturmlechner
  -- strict thread matches above, loose matches on Subject: below --
2024-11-22 23:22 Conrad Kostecki
2022-07-03 10:49 Agostino Sarubbo
2022-07-02 18:20 Sam James
2022-07-02 18:18 Sam James
2022-07-02  9:38 Matthew Smith
2017-12-17 15:25 Mikle Kolyada
2017-12-17 15:24 Mikle Kolyada
2017-12-16 17:24 Tobias Klausmann
2017-12-08 20:39 Thomas Deutschmann
2017-04-10 20:40 Andreas Hüttel

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