commit:     04a909169a75ce05e4088c3ea137a4620c5a7225
Author:     Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
AuthorDate: Thu May  9 08:44:35 2024 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Thu May  9 08:44:35 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=04a90916

net-dialup/tio: drop 2.8

Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>

 net-dialup/tio/Manifest       |  1 -
 net-dialup/tio/tio-2.8.ebuild | 33 ---------------------------------
 2 files changed, 34 deletions(-)

diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index 3becab1e4e..5a6213db95 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1,2 +1 @@
-DIST tio-2.8.tar.xz 3441388 BLAKE2B 
934d10f9f91926fae78d4d4c41ddc3ed60e148fea4da81763f052835a993fbf2ebdc4b5d666d9b34ad44f33a8f3c3edd45e14589995dfc0de03254104acb4107
 SHA512 
b9bac84eb84147a964a504c56dd5aa1ffe706dafc8a7ced4e42a7bb9e1ef262e7f4f015879e5a20b7bfbb1dfe9474bd4ad920b677750b812996b412d05d76272
 DIST tio-3.2.tar.xz 3452984 BLAKE2B 
32abe46a8d010ed18b3eec7426788d07c73e7d87d1d3d6fb5bfc08b15cbdc4acaf5e49123d7b9fc1e6559bdae0e21fb20ceb945b97046508349d63423b02b9ba
 SHA512 
37ee36a52b0a41bd8e8fdc0329036fdaedd3130d2e19a92c8f14d86fd2193a5ed1354893c3a8f05e102db5fcb496993fb1700303fd0d2820b9e519abb33976cf

diff --git a/net-dialup/tio/tio-2.8.ebuild b/net-dialup/tio/tio-2.8.ebuild
deleted file mode 100644
index ee3b4ff0d8..0000000000
--- a/net-dialup/tio/tio-2.8.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-LUA_COMPAT=( lua5-{1..4} )
-
-inherit lua-single 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"
-
-REQUIRED_USE="${LUA_REQUIRED_USE}"
-RDEPEND="
-       ${LUA_DEPS}
-       dev-libs/inih
-"
-DEPEND="
-       ${RDEPEND}
-"
-
-src_configure() {
-       local emesonargs=(
-               -Dbashcompletiondir="$(get_bashcompdir)"
-       )
-
-       meson_src_configure
-}

Reply via email to