summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Pipping <sping@gentoo.org>2024-06-09 00:25:38 +0200
committerSebastian Pipping <sping@gentoo.org>2024-06-09 00:25:38 +0200
commitef56cac9e4703505002751be1ed870400ac9b5d5 (patch)
tree8bb88547fb2811683221ea3d48cfb38deeb34deb /app-admin/ttyplot
parentdev-util/ydiff: 1.3 (diff)
downloadgentoo-ef56cac9e4703505002751be1ed870400ac9b5d5.tar.gz
gentoo-ef56cac9e4703505002751be1ed870400ac9b5d5.tar.bz2
gentoo-ef56cac9e4703505002751be1ed870400ac9b5d5.zip
app-admin/ttyplot: Drop old
Signed-off-by: Sebastian Pipping <sping@gentoo.org>
Diffstat (limited to 'app-admin/ttyplot')
-rw-r--r--app-admin/ttyplot/Manifest3
-rw-r--r--app-admin/ttyplot/ttyplot-1.5.1.ebuild24
-rw-r--r--app-admin/ttyplot/ttyplot-1.5.2.ebuild24
-rw-r--r--app-admin/ttyplot/ttyplot-1.6.1.ebuild25
-rw-r--r--app-admin/ttyplot/ttyplot-1.6.2.ebuild25
5 files changed, 0 insertions, 101 deletions
diff --git a/app-admin/ttyplot/Manifest b/app-admin/ttyplot/Manifest
index 108e1ef82876..7849fcdad20c 100644
--- a/app-admin/ttyplot/Manifest
+++ b/app-admin/ttyplot/Manifest
@@ -1,4 +1 @@
-DIST ttyplot-1.5.1.gh.tar.gz 43629 BLAKE2B 98c46c27587a6ed98f7ed146b402dcbb6f5835f2f34780ccd706dc56b674dec3792dfb8bf84c8d260c040952ef0431341df09c16d032f32d4621c5f3971857d7 SHA512 3eb255375366bc3a773364388dc709f4f5b9961e1c99404dfd192503b20a8eb064f5089811b8c894a8214f84d24e14d040adb0b34712915311eb28972586bf0b
-DIST ttyplot-1.5.2.gh.tar.gz 44023 BLAKE2B a8ebf0529f1d3e65ec5887d0fc45c51840ddb26ed982ea5bc2e47d66c03878a642576c7b3052c717f296af9b3fe0fca15080cbf252cb274238e6b664372f219e SHA512 ffdeba5d1ad4a0abbb04d76d914a2f209471ac6f601447c4693de594b0cdb1c162e42b49bb1bf0bb50e2d9b0d9b0452fb9f3d8949c5b9143cc9b6faae50ad28f
-DIST ttyplot-1.6.1.gh.tar.gz 53746 BLAKE2B f78c5b7ef53e0bd1921138db965edcb9aff95d359263f1343ad2f33b075ff49ef0147354a7467de8cc5cc3a1f2508f9cf81fcbc6195c600d1fd07d0760de9b42 SHA512 cb21b28c86e1364536bdd417a99fa952a8c46623dbca5e6da31bf34763415fa7fcf0ecd6d02a8fc355a483ba64883412d4b448c2cdc1e397b81195c9fb1beffa
DIST ttyplot-1.6.2.gh.tar.gz 56277 BLAKE2B c7a818a69774fc7c5f6b498e5bf2f9c3ec644dc23d54daf59adaf13962f614c23918ca1d84614e27c60e75d1b98b3eb3c548dc14b59b539acceb3327dafabe0c SHA512 7ede447667a0a8f4b164a2a409e1264c36c95c22eeeda348c894678cb8d7209e742bb90f48a8a5260dd457ae7ff0a090a7d8b7eb25b20e20ada575e00cc4eb0b
diff --git a/app-admin/ttyplot/ttyplot-1.5.1.ebuild b/app-admin/ttyplot/ttyplot-1.5.1.ebuild
deleted file mode 100644
index 31b1533c83eb..000000000000
--- a/app-admin/ttyplot/ttyplot-1.5.1.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 -> ${P}.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
-}
diff --git a/app-admin/ttyplot/ttyplot-1.5.2.ebuild b/app-admin/ttyplot/ttyplot-1.5.2.ebuild
deleted file mode 100644
index 31b1533c83eb..000000000000
--- a/app-admin/ttyplot/ttyplot-1.5.2.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# 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 -> ${P}.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
-}
diff --git a/app-admin/ttyplot/ttyplot-1.6.1.ebuild b/app-admin/ttyplot/ttyplot-1.6.1.ebuild
deleted file mode 100644
index b2ae208ee667..000000000000
--- a/app-admin/ttyplot/ttyplot-1.6.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# 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 -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="virtual/pkgconfig"
-DEPEND="${RDEPEND}
- sys-libs/ncurses[tinfo]"
-
-src_install() {
- local args=(
- PREFIX=/usr
- MANPREFIX=/usr/share/man
- DESTDIR="${D}"
- )
- emake "${args[@]}" install
-}
diff --git a/app-admin/ttyplot/ttyplot-1.6.2.ebuild b/app-admin/ttyplot/ttyplot-1.6.2.ebuild
deleted file mode 100644
index 1d6a43c8b979..000000000000
--- a/app-admin/ttyplot/ttyplot-1.6.2.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2024 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 -> ${P}.gh.tar.gz"
-
-LICENSE="Apache-2.0"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="virtual/pkgconfig"
-DEPEND="${RDEPEND}
- sys-libs/ncurses[tinfo]"
-
-src_install() {
- local args=(
- PREFIX=/usr
- MANPREFIX=/usr/share/man
- DESTDIR="${D}"
- )
- emake "${args[@]}" install
-}