aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKurt Kanzenbach <kurt@kmk-computers.de>2022-10-02 13:16:39 +0200
committerKurt Kanzenbach <kurt@kmk-computers.de>2022-10-02 13:19:16 +0200
commite74818a8090159407ea5e4b58b9a83ba9e778598 (patch)
tree60e40ea1dae029e111294a6c65d534d74e7e9205 /net-dialup
parentnet-dialup/tio: add 2.0 (diff)
downloadguru-e74818a8090159407ea5e4b58b9a83ba9e778598.tar.gz
guru-e74818a8090159407ea5e4b58b9a83ba9e778598.tar.bz2
guru-e74818a8090159407ea5e4b58b9a83ba9e778598.zip
net-dialup/tio: drop 1.47
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.47.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
index 1ca95de58..6c6148a9e 100644
--- a/net-dialup/tio/Manifest
+++ b/net-dialup/tio/Manifest
@@ -1,2 +1 @@
-DIST tio-1.47.tar.xz 3411172 BLAKE2B b98e50739688fd96ec1b3ec0d58c4c609819c1f7ec56b2ed0ebf2517909070e390f4f69ae344609a4e2e2b6ea61026507bc9fbde4b10b977d5bbe7d4452d4adf SHA512 0fe95f950ab07ff19d7f70bab8ae6474eb0e2e7b6d22dec529450a7c5f02ca746253bee55c35e63b36509c01403c4b92e383b2544959b086e7ce12bb589449ef
DIST tio-2.0.tar.xz 3415300 BLAKE2B 23dba40dc8507c6864a7e2a0e9d16ebd0b9209b3eefbd42de634a9a8f14b067ae2304d81cef867e87d17befa49958f4c7eb06d719d1b6615b143c2a4d05eee1a SHA512 620a4fef915104f3ad154e2e45cce34bb461192900a7b01d456029aee550417577b5d20e4334e01edc29e3afb1a80fa4d3c94273c1f4026fe3658e7462de1fc9
diff --git a/net-dialup/tio/tio-1.47.ebuild b/net-dialup/tio/tio-1.47.ebuild
deleted file mode 100644
index aa1af5f4e..000000000
--- a/net-dialup/tio/tio-1.47.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
-}