mirror of
https://github.com/gentoo-mirror/guru.git
synced 2025-04-04 01:18:33 -04:00
net-dialup/tio: drop 3.7
Signed-off-by: Kurt Kanzenbach <kurt@kmk-computers.de>
This commit is contained in:
parent
6254e77c5d
commit
af1957c301
@ -1,2 +1 @@
|
||||
DIST tio-3.7.tar.xz 3458484 BLAKE2B 9cfc4972a58cb6bb5cc70ca26241baba14006834964ee1ac5649c1252cbb214798e6e5d425dc8b9dada9a2d736ebe174841522e012e2eb96f78fc0aec55b8588 SHA512 da4f410ced28efaccaa8fd6a28514831421bd252b91690c8669844b964cdc5039d60b2c7f9dde6468a8475cd12db9f8a49bdfe0c1301f3515d04f75d78a09b76
|
||||
DIST tio-3.8.tar.xz 3460060 BLAKE2B 49f31dd07e53259145f5bb280437822c0e981087130222c0f83ccd8a0082eba1088987e46a7c0b1bf8cfaef156f034ca1ec99e3e609af4e7268e5c1d051f7f98 SHA512 f452e2353ed2c2f74b8309ed0888abdca40e93031cac3c0313097070b45cac1a7f346f09443269d7b2843617ae1fe214977829dd31a0e9972e95600465c3316d
|
||||
|
@ -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"
|
||||
|
||||
LICENSE="GPL-2+"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~arm64 ~x86"
|
||||
|
||||
REQUIRED_USE="${LUA_REQUIRED_USE}"
|
||||
RDEPEND="
|
||||
${LUA_DEPS}
|
||||
dev-libs/glib
|
||||
"
|
||||
DEPEND="
|
||||
${RDEPEND}
|
||||
"
|
||||
|
||||
src_configure() {
|
||||
local emesonargs=(
|
||||
-Dbashcompletiondir="$(get_bashcompdir)"
|
||||
)
|
||||
|
||||
meson_src_configure
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user