Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/
Date: Sat, 26 Mar 2022 11:53:58
Message-Id: 1648287046.cddde3706743176ea12dc8aa23dd90251169c04c.andrewammerlaan@gentoo
1 commit: cddde3706743176ea12dc8aa23dd90251169c04c
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Sat Mar 26 09:20:57 2022 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Sat Mar 26 09:30:46 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=cddde370
7
8 net-dialup/tio: Drop old
9
10 Package-Manager: Portage-3.0.30, Repoman-3.0.3
11 Signed-off-by: Kurt Kanzenbach <kurt <AT> kmk-computers.de>
12
13 net-dialup/tio/Manifest | 1 -
14 net-dialup/tio/tio-1.35.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
18 index fe7a6dc3c..c6012c49e 100644
19 --- a/net-dialup/tio/Manifest
20 +++ b/net-dialup/tio/Manifest
21 @@ -1,2 +1 @@
22 -DIST tio-1.35.tar.xz 1413192 BLAKE2B 04d1d237187c854d767963d3dc80b572fbdf58f3668861a7b704a45664645782e77245cd2c3f9b64e0b829a8b08fb5d1b5c29a2b62e8fc134949752d97f64336 SHA512 e2ca85e189d218be4f61b0e1602e8bca5deaf93affcd2c25e1155bd25e1b31ee2d3b1ff7327225a74f3ad04d56bc5ccc18758c92947c9fb2059ebe8224659961
23 DIST tio-1.36.tar.xz 1803668 BLAKE2B b973c3cc344486d78b5634a6929e9b4c9550f5af029c77be70c0f10a1bc4519c4d4b31c3125cfe2a88dbf01d400b3cb74841c06c8831ba677077e8aa57751e00 SHA512 fda643b5ed8f24acfc2b9135cf508acbca1157806de884c152882526688a05e823c7de29196cb94e6bedb025bfda8750d736e07e5b829df784cb7f9042ec214a
24
25 diff --git a/net-dialup/tio/tio-1.35.ebuild b/net-dialup/tio/tio-1.35.ebuild
26 deleted file mode 100644
27 index ee8bbe93e..000000000
28 --- a/net-dialup/tio/tio-1.35.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2022 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit meson bash-completion-r1
37 -
38 -DESCRIPTION="Simple TTY terminal application"
39 -HOMEPAGE="https://tio.github.io/"
40 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.xz"
41 -
42 -SLOT="0"
43 -LICENSE="GPL-2+"
44 -KEYWORDS="~amd64 ~arm64 ~x86"
45 -
46 -src_configure() {
47 - local emesonargs=(
48 - -Dbashcompletiondir="$(get_bashcompdir)"
49 - )
50 -
51 - meson_src_configure
52 -}