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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B26FE15817D for ; Sat, 8 Jun 2024 22:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 656992BC022; Sat, 8 Jun 2024 22:28:38 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 48D5B2BC022 for ; Sat, 8 Jun 2024 22:28:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7847B340C76 for ; Sat, 8 Jun 2024 22:28:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 11AC11C82 for ; Sat, 8 Jun 2024 22:28:36 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1717885680.f5630daae99a227c9a91c755fe94d1e44fe510af.sping@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ttyplot/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/ttyplot/Manifest app-admin/ttyplot/ttyplot-1.6.4.ebuild X-VCS-Directories: app-admin/ttyplot/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: f5630daae99a227c9a91c755fe94d1e44fe510af X-VCS-Branch: master Date: Sat, 8 Jun 2024 22:28:36 +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: 3f818889-e227-4063-9503-fe07c84a4a27 X-Archives-Hash: c7903ee5b57c7062476823c3dbe7951e commit: f5630daae99a227c9a91c755fe94d1e44fe510af Author: Sebastian Pipping gentoo org> AuthorDate: Sat Jun 8 22:28:00 2024 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Jun 8 22:28:00 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5630daa app-admin/ttyplot: 1.6.4 Signed-off-by: Sebastian Pipping gentoo.org> app-admin/ttyplot/Manifest | 1 + app-admin/ttyplot/ttyplot-1.6.4.ebuild | 31 +++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest index 7849fcdad20c..7fa7aaa40eaa 100644 --- a/app-admin/ttyplot/Manifest +++ b/app-admin/ttyplot/Manifest @@ -1 +1,2 @@ DIST ttyplot-1.6.2.gh.tar.gz 56277 BLAKE2B c7a818a69774fc7c5f6b498e5bf2f9c3ec644dc23d54daf59adaf13962f614c23918ca1d84614e27c60e75d1b98b3eb3c548dc14b59b539acceb3327dafabe0c SHA512 7ede447667a0a8f4b164a2a409e1264c36c95c22eeeda348c894678cb8d7209e742bb90f48a8a5260dd457ae7ff0a090a7d8b7eb25b20e20ada575e00cc4eb0b +DIST ttyplot-1.6.4.gh.tar.gz 56541 BLAKE2B b05fffd2a7903ec94d516c7e970db4dd2dd90ac2568c6c3e3b6608e40ab65a18ac6a9a9693e189328bfebdd120fb50efd8bedcb260329d5ad28d0c7a81c390dd SHA512 51d8cc7dfa281f66e92b0f508f9db413869bb559aa6d1f4a54eb658f3564e2552b622e8667587bbe9e7c85063b03704a03e8eb004b979c68bf874453b5c3cbb5 diff --git a/app-admin/ttyplot/ttyplot-1.6.4.ebuild b/app-admin/ttyplot/ttyplot-1.6.4.ebuild new file mode 100644 index 000000000000..a0e31d253379 --- /dev/null +++ b/app-admin/ttyplot/ttyplot-1.6.4.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="8" + +inherit toolchain-funcs + +DESCRIPTION="Realtime plotting utility with data input from stdin" +HOMEPAGE="https://github.com/tenox7/ttyplot" +SRC_URI="https://github.com/tenox7/ttyplot/archive/refs/tags/${PV}.tar.gz -> ${P}.gh.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +RDEPEND="virtual/pkgconfig" +DEPEND="${RDEPEND} + sys-libs/ncurses[tinfo]" + +src_compile() { + emake CC="$(tc-getCC)" +} + +src_install() { + local args=( + PREFIX=/usr + MANPREFIX=/usr/share/man + DESTDIR="${D}" + ) + emake "${args[@]}" install +}