public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2017-07-26 21:07 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2017-07-26 21:07 UTC (permalink / raw
  To: gentoo-commits

commit:     21516363acf4b6bd91d34bec182b78ca467cd5d8
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 26 21:06:56 2017 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jul 26 21:07:53 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21516363

app-misc/ttyload: new package.

ttyload is an utility to display color-coded graph of load averages over time.

shell-tools will co-maintain this ebuild with me.

Gentoo-Bug: https://bugs.gentoo.org/355503

Package-Manager: Portage-2.3.6, Repoman-2.3.1

 app-misc/ttyload/Manifest             |  1 +
 app-misc/ttyload/metadata.xml         | 12 ++++++++++++
 app-misc/ttyload/ttyload-0.5.3.ebuild | 36 +++++++++++++++++++++++++++++++++++
 3 files changed, 49 insertions(+)

diff --git a/app-misc/ttyload/Manifest b/app-misc/ttyload/Manifest
new file mode 100644
index 00000000000..26f237a74b6
--- /dev/null
+++ b/app-misc/ttyload/Manifest
@@ -0,0 +1 @@
+DIST ttyload-0.5.3.tar.bz2 15039 SHA256 7d3147b22530e6de865279aaad8b9e0348575379413ed1a2d410257baf92d783 SHA512 1affc171fd569d4127d7a51dda5764272e554a96db6ad4418ff6120f9b0e573679b33d45797adcb667216d167e9f3ee41349a53d4f7808b3b1c5bed76e3f4bbb WHIRLPOOL 469011ee2acc6e785ecbbe957a6ebe6e88e0d97cee9b3872d663a7ed907768167aaf2c8113d853de905db84ec96a03c6798926013a7aed76f9ebd70807b0c500

diff --git a/app-misc/ttyload/metadata.xml b/app-misc/ttyload/metadata.xml
new file mode 100644
index 00000000000..94248608af4
--- /dev/null
+++ b/app-misc/ttyload/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>monsieurp@gentoo.org</email>
+		<name>Patrice Clement</name>
+	</maintainer>
+	<maintainer type="project">
+		<email>shell-tools@gentoo.org</email>
+		<name>Gentoo Shell Tools Project</name>
+	</maintainer>
+</pkgmetadata>

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
new file mode 100644
index 00000000000..0ef762b0121
--- /dev/null
+++ b/app-misc/ttyload/ttyload-0.5.3.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit toolchain-funcs
+
+DESCRIPTION="color-coded graph of load averages over time"
+HOMEPAGE="http://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
+SRC_URI="http://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="ISC"
+SLOT="0"
+
+DEPEND="sys-libs/ncurses:0="
+
+RESTRICT="test"
+
+DOCS=( BUGS HISTORY LICENSE README.md TODO )
+
+src_prepare() {
+	default
+	sed -i '10i#include <time.h>' "${PN}.h" || die
+	sed -i -e "s#make#$\(MAKE\)#" Makefile || die
+}
+
+src_compile() {
+	emake CC=$(tc-getCC)
+}
+
+src_install() {
+	dobin "${PN}"
+	doman "${PN}.1"
+	einstalldocs
+}


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2018-10-10  6:40 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2018-10-10  6:40 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e1ee7fb83cd77404dce30a1d19b9a0f41287b2
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Thu Oct  4 16:30:12 2018 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Oct 10 06:39:40 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e1ee7f

app-misc/ttyload: stable for amd64+x86.

Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 app-misc/ttyload/ttyload-0.5.3.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
index 0ef762b0121..8f725f68538 100644
--- a/app-misc/ttyload/ttyload-0.5.3.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -9,7 +9,7 @@ DESCRIPTION="color-coded graph of load averages over time"
 HOMEPAGE="http://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
 SRC_URI="http://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 LICENSE="ISC"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2019-04-20  1:29 Aaron Bauman
  0 siblings, 0 replies; 8+ messages in thread
From: Aaron Bauman @ 2019-04-20  1:29 UTC (permalink / raw
  To: gentoo-commits

commit:     71dafeb28b90f8e9595c27e88a8a16b509a3b5c3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Thu Apr 18 16:41:26 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 01:27:25 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71dafeb2

app-misc/ttyload: use HTTPS

Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/11728
Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-misc/ttyload/ttyload-0.5.3.ebuild | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
index 8f725f68538..09ffb3b7571 100644
--- a/app-misc/ttyload/ttyload-0.5.3.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -6,8 +6,8 @@ EAPI=6
 inherit toolchain-funcs
 
 DESCRIPTION="color-coded graph of load averages over time"
-HOMEPAGE="http://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
-SRC_URI="http://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
+HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
+SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
 
 KEYWORDS="amd64 x86"
 LICENSE="ISC"


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2020-06-03 20:54 Patrice Clement
  0 siblings, 0 replies; 8+ messages in thread
From: Patrice Clement @ 2020-06-03 20:54 UTC (permalink / raw
  To: gentoo-commits

commit:     514545c76bff11a20835b43ce8e2b53c4a110ea5
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Wed Jun  3 20:21:52 2020 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Jun  3 20:54:05 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=514545c7

app-misc/ttyload: honor CC, CFLAGS and LDFLAGS.

Closes: https://bugs.gentoo.org/722384
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/ttyload/ttyload-0.5.3.ebuild | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
index 09ffb3b7571..a3d6358a831 100644
--- a/app-misc/ttyload/ttyload-0.5.3.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -22,11 +22,14 @@ DOCS=( BUGS HISTORY LICENSE README.md TODO )
 src_prepare() {
 	default
 	sed -i '10i#include <time.h>' "${PN}.h" || die
-	sed -i -e "s#make#$\(MAKE\)#" Makefile || die
+
+	sed -e "s#make#$\(MAKE\)#" \
+		-e "s#^CFLAGS.*#CFLAGS=\$(INCLUDES) ${CFLAGS} \$(VERSION)#" \
+		-i Makefile || die
 }
 
 src_compile() {
-	emake CC=$(tc-getCC)
+	emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2021-10-11  4:33 Sam James
  0 siblings, 0 replies; 8+ messages in thread
From: Sam James @ 2021-10-11  4:33 UTC (permalink / raw
  To: gentoo-commits

commit:     a66b96741cb98ed30c3594c92bea8e575e03eb11
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 11 04:33:13 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Oct 11 04:33:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a66b9674

app-misc/ttyload: Stabilize 0.5.3-r1 x86, #817644

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

 app-misc/ttyload/ttyload-0.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
index 5a031a28898..56092d0a151 100644
--- a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="color-coded graph of load averages over time"
 HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
 SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 LICENSE="ISC"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2021-10-12  7:10 Agostino Sarubbo
  0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2021-10-12  7:10 UTC (permalink / raw
  To: gentoo-commits

commit:     1085dccba61785f2ffc6bad0807771b594fa76d9
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 12 07:08:23 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Tue Oct 12 07:10:30 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1085dccb

app-misc/ttyload: amd64 stable wrt bug #817644

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

 app-misc/ttyload/ttyload-0.5.3-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
index 56092d0a151..9d52721f3c5 100644
--- a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="color-coded graph of load averages over time"
 HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
 SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
 
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 LICENSE="ISC"
 SLOT="0"
 


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2022-03-19 23:17 David Seifert
  0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-03-19 23:17 UTC (permalink / raw
  To: gentoo-commits

commit:     0a39536a3507a8c5e2a42173f05164d143d4a338
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 19 23:16:55 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 19 23:16:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0a39536a

app-misc/ttyload: quote $(tc-*) calls

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 app-misc/ttyload/ttyload-0.5.3-r1.ebuild | 4 ++--
 app-misc/ttyload/ttyload-0.5.3.ebuild    | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild b/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
index 9d52721f3c58..65919a1fbf44 100644
--- a/app-misc/ttyload/ttyload-0.5.3-r1.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3-r1.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=8
@@ -32,7 +32,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
+	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
index a3d6358a8315..29fad0ff0a16 100644
--- a/app-misc/ttyload/ttyload-0.5.3.ebuild
+++ b/app-misc/ttyload/ttyload-0.5.3.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -29,7 +29,7 @@ src_prepare() {
 }
 
 src_compile() {
-	emake CC=$(tc-getCC) LDFLAGS="${LDFLAGS}"
+	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
 }
 
 src_install() {


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

* [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/
@ 2022-08-28 14:32 Andreas Sturmlechner
  0 siblings, 0 replies; 8+ messages in thread
From: Andreas Sturmlechner @ 2022-08-28 14:32 UTC (permalink / raw
  To: gentoo-commits

commit:     4682710a0dc67b54b11236cff391c32833a16804
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 16 21:13:27 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 14:32:04 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4682710a

app-misc/ttyload: drop 0.5.3, EAPI-6--

Closes: https://bugs.gentoo.org/817644
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 app-misc/ttyload/ttyload-0.5.3.ebuild | 39 -----------------------------------
 1 file changed, 39 deletions(-)

diff --git a/app-misc/ttyload/ttyload-0.5.3.ebuild b/app-misc/ttyload/ttyload-0.5.3.ebuild
deleted file mode 100644
index 29fad0ff0a16..000000000000
--- a/app-misc/ttyload/ttyload-0.5.3.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit toolchain-funcs
-
-DESCRIPTION="color-coded graph of load averages over time"
-HOMEPAGE="https://www.daveltd.com/src/util/ttyload https://github.com/lindes/ttyload"
-SRC_URI="https://www.daveltd.com/src/util/${PN}/${P}.tar.bz2"
-
-KEYWORDS="amd64 x86"
-LICENSE="ISC"
-SLOT="0"
-
-DEPEND="sys-libs/ncurses:0="
-
-RESTRICT="test"
-
-DOCS=( BUGS HISTORY LICENSE README.md TODO )
-
-src_prepare() {
-	default
-	sed -i '10i#include <time.h>' "${PN}.h" || die
-
-	sed -e "s#make#$\(MAKE\)#" \
-		-e "s#^CFLAGS.*#CFLAGS=\$(INCLUDES) ${CFLAGS} \$(VERSION)#" \
-		-i Makefile || die
-}
-
-src_compile() {
-	emake CC="$(tc-getCC)" LDFLAGS="${LDFLAGS}"
-}
-
-src_install() {
-	dobin "${PN}"
-	doman "${PN}.1"
-	einstalldocs
-}


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

end of thread, other threads:[~2022-08-28 14:32 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  1:29 [gentoo-commits] repo/gentoo:master commit in: app-misc/ttyload/ Aaron Bauman
  -- strict thread matches above, loose matches on Subject: below --
2022-08-28 14:32 Andreas Sturmlechner
2022-03-19 23:17 David Seifert
2021-10-12  7:10 Agostino Sarubbo
2021-10-11  4:33 Sam James
2020-06-03 20:54 Patrice Clement
2018-10-10  6:40 Patrice Clement
2017-07-26 21:07 Patrice Clement

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