public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/ttyplot/
Date: Fri, 10 Nov 2023 18:09:32 +0000 (UTC)	[thread overview]
Message-ID: <1699639687.47315ecb859ff85be2dcfec818108517bb285208.sping@gentoo> (raw)

commit:     47315ecb859ff85be2dcfec818108517bb285208
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 10 18:05:49 2023 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Fri Nov 10 18:08:07 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47315ecb

app-admin/ttyplot: 1.5.1 (new package)

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 app-admin/ttyplot/Manifest             |  1 +
 app-admin/ttyplot/metadata.xml         | 11 +++++++++++
 app-admin/ttyplot/ttyplot-1.5.1.ebuild | 24 ++++++++++++++++++++++++
 3 files changed, 36 insertions(+)

diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest
new file mode 100644
index 000000000000..ccf1665f40c1
--- /dev/null
+++ b/app-admin/ttyplot/Manifest
@@ -0,0 +1 @@
+DIST 1.5.1.gh.tar.gz 43629 BLAKE2B 98c46c27587a6ed98f7ed146b402dcbb6f5835f2f34780ccd706dc56b674dec3792dfb8bf84c8d260c040952ef0431341df09c16d032f32d4621c5f3971857d7 SHA512 3eb255375366bc3a773364388dc709f4f5b9961e1c99404dfd192503b20a8eb064f5089811b8c894a8214f84d24e14d040adb0b34712915311eb28972586bf0b

diff --git a/app-admin/ttyplot/metadata.xml b/app-admin/ttyplot/metadata.xml
new file mode 100644
index 000000000000..ae2c63465dde
--- /dev/null
+++ b/app-admin/ttyplot/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM 'https://www.gentoo.org/dtd/metadata.dtd'>
+<pkgmetadata>
+	<maintainer type="person">
+		<email>sping@gentoo.org</email>
+		<name>Sebastian Pipping</name>
+	</maintainer>
+	<upstream>
+		<remote-id type="github">tenox7/ttyplot</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/app-admin/ttyplot/ttyplot-1.5.1.ebuild b/app-admin/ttyplot/ttyplot-1.5.1.ebuild
new file mode 100644
index 000000000000..17db22ea1f97
--- /dev/null
+++ b/app-admin/ttyplot/ttyplot-1.5.1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI="8"
+
+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 -> ${PV}.gh.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="sys-libs/ncurses"
+RDEPEND="${DEPEND}"
+
+src_install() {
+	local args=(
+		PREFIX=/usr
+		MANPREFIX=/usr/share/man
+		DESTDIR="${D}"
+	)
+	emake "${args[@]}" install
+}


             reply	other threads:[~2023-11-10 18:09 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-11-10 18:09 Sebastian Pipping [this message]
  -- strict thread matches above, loose matches on Subject: below --
2023-11-10 18:19 [gentoo-commits] repo/gentoo:master commit in: app-admin/ttyplot/ Sebastian Pipping
2023-11-17 12:50 Sebastian Pipping
2023-12-25 15:06 Sebastian Pipping
2023-12-26  2:06 Sebastian Pipping
2024-01-28 12:30 Sebastian Pipping
2024-01-28 21:29 Sebastian Pipping
2024-06-08 22:28 Sebastian Pipping
2024-06-08 22:28 Sebastian Pipping
2024-06-08 22:32 Sebastian Pipping
2024-08-25 13:42 Sebastian Pipping
2025-03-19 22:56 Sebastian Pipping
2025-08-01 20:23 Sebastian Pipping

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1699639687.47315ecb859ff85be2dcfec818108517bb285208.sping@gentoo \
    --to=sping@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox