aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Kanzenbach <kurt@kmk-computers.de>2022-06-04 13:48:15 +0200
committerKurt Kanzenbach <kurt@kmk-computers.de>2022-06-04 13:48:15 +0200
commit2c03d18bd67fbf2816a9ff703e7e59c91c187e99 (patch)
tree4a09cf32cea90fda6a668f1864308b1ba632a44b /net-dialup
parentnet-dialup/tio: add 1.38 (diff)
downloadguru-2c03d18bd67fbf2816a9ff703e7e59c91c187e99.tar.gz
guru-2c03d18bd67fbf2816a9ff703e7e59c91c187e99.tar.bz2
guru-2c03d18bd67fbf2816a9ff703e7e59c91c187e99.zip
net-dialup/tio: drop 1.37
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/tio/Manifest1
-rw-r--r--net-dialup/tio/tio-1.37.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index ef23af7623..5a3b9e2f6f 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1,2 +1 @@
-DIST tio-1.37.tar.xz 1804236 BLAKE2B 320ab5955c80551198b24ae9f166a0d41790557755d4cc44149d0aeaabb5a75dfc3e5d29c009b5b985a6788226b63756e4e7588dbb7f658f4b8a8ce99b270bf6 SHA512 207184d297809c7f88185353b55519cf119eed26b5710b644418ef0603d003618c69e593a0f531822c0455a512397cea1b4747a453af5bbb369dad14025b0847
DIST tio-1.38.tar.xz 1806556 BLAKE2B e8a02e4349b4b4ea27887031fdcce79bd99914b85710a005b1dc5328aea98ec175e6991920d85df7c9acf9c0557dfc3c31005c19c62ca7d28ac7bba08896753f SHA512 d702c907460abd3c15d051f185592d5ec9245734016e299960a4a102724e28208bb21b71cb3cba7919cd2197f338470297034401c7978bcd207195b548e8a2b9
diff --git a/net-dialup/tio/tio-1.37.ebuild b/net-dialup/tio/tio-1.37.ebuild
deleted file mode 100644
index aa1af5f4e3..0000000000
--- a/net-dialup/tio/tio-1.37.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit meson bash-completion-r1
-
-DESCRIPTION="Simple TTY terminal application"
-HOMEPAGE="https://tio.github.io/"
-SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
-
-SLOT="0"
-LICENSE="GPL-2+"
-KEYWORDS="~amd64 ~arm64 ~x86"
-
-RDEPEND="
- dev-libs/inih
-"
-DEPEND="
- ${RDEPEND}
-"
-
-src_configure() {
- local emesonargs=(
- -Dbashcompletiondir="$(get_bashcompdir)"
- )
-
- meson_src_configure
-}