mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
app-admin/ttyplot: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
This commit is contained in:
parent
53ed796ff0
commit
2fde68d6c3
@ -1,6 +1 @@
|
||||
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
|
||||
DIST ttyplot-1.6.5.gh.tar.gz 56538 BLAKE2B 1119012b170cde84b904f34c3bcf7d7c3e1adbf1ae5a465dffb74be11ad073251c40c508d4ced7f36db6a3e96336e04c61e0f402bb5f0d7ee6c5ca8e9451d900 SHA512 93512777f0371857cadb43a836538cb9e946b7110157534c9c76c090852ea5c9ee6085742f9c6d501f8c7a62f05967309e24e1a3bad96eac4b726f946053b0ab
|
||||
DIST ttyplot-1.7.0.gh.tar.gz 56787 BLAKE2B 6a805855203fabc0528aebcf1c833f38386f1d54f2ec0f4189531ef387666a13d5a7413dde279d315795d80c6b3aa11ec7b748eb0370b121beb9499a18b19a2a SHA512 9f2a089cfa19898ca051b6b72c433c5b5d4b9d3ff19cf432c4ce4f91e34ef3bb2c6b380e01f36d9a1c4aedd1a0ea77651e67afdea1711c8c59431852b7024355
|
||||
DIST ttyplot-1.7.1.gh.tar.gz 57423 BLAKE2B df68faa190a13d002efa76f9b5c9ec48f3feae86105c75032fb61a500a2a22269b5ceca83f87a554387897ff6b6cb762b0aef0aba6401eed2643fb68d447d16a SHA512 5806dd3e6e8faf660f60a66c2b02e13775def2c159bb0319ef6c9777adfdbda347ecbe47a1bea5f624662b227ca7a698c194fc65747dcc5f0e46821a5ff70929
|
||||
DIST ttyplot-1.7.2.gh.tar.gz 57429 BLAKE2B 012adf83244cc3f499a4ba765b88330228d1288d55da997203a14ad749cb790151e0fcd93a051278354a81db7f0d3ce748721aadabf6ea97af0165360dab9444 SHA512 48aefb0d68603ca57dbe860adb0939ff6728b7853a001eb8c7c06b5967b6b1e8d8608b0982283923235e807e2d5291d2f54d4c7662f8b15869fd3ad75daa1053
|
||||
|
||||
@ -1,31 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
# 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
|
||||
}
|
||||
@ -1,31 +0,0 @@
|
||||
# Copyright 1999-2025 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
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user