Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: net-dialup/tio/
Date: Wed, 23 Feb 2022 00:33:53
Message-Id: 1645477535.33b020f73b1d18a8888bb902d14d5a6744b367ef.tastytea@gentoo
1 commit: 33b020f73b1d18a8888bb902d14d5a6744b367ef
2 Author: Kurt Kanzenbach <kurt <AT> kmk-computers <DOT> de>
3 AuthorDate: Mon Feb 21 21:05:35 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Mon Feb 21 21:05:35 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33b020f7
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.32.ebuild | 18 ------------------
15 2 files changed, 19 deletions(-)
16
17 diff --git a/net-dialup/tio/Manifest b/net-dialup/tio/Manifest
18 index c220c6011..dac6f17ee 100644
19 --- a/net-dialup/tio/Manifest
20 +++ b/net-dialup/tio/Manifest
21 @@ -1,2 +1 @@
22 -DIST tio-1.32.tar.xz 88976 BLAKE2B d9f97e0c37326d5db2c6a7d681569738aced6ba45dc60d320bf5dc00db1d77b72474309d0b790ba6af1360cde145cda04ddbc2ba58f69cef1e2331906d04cc89 SHA512 6ec216ea8e60fe8fb09e3bc378d8178f0d27789ba876e5a763c1eeef7de064831143270e644e64658d3b9acaf3c1b406f1e3331acc4c8bee91fd56851b99941f
23 DIST tio-1.35.tar.xz 1413192 BLAKE2B 04d1d237187c854d767963d3dc80b572fbdf58f3668861a7b704a45664645782e77245cd2c3f9b64e0b829a8b08fb5d1b5c29a2b62e8fc134949752d97f64336 SHA512 e2ca85e189d218be4f61b0e1602e8bca5deaf93affcd2c25e1155bd25e1b31ee2d3b1ff7327225a74f3ad04d56bc5ccc18758c92947c9fb2059ebe8224659961
24
25 diff --git a/net-dialup/tio/tio-1.32.ebuild b/net-dialup/tio/tio-1.32.ebuild
26 deleted file mode 100644
27 index 33d2fa733..000000000
28 --- a/net-dialup/tio/tio-1.32.ebuild
29 +++ /dev/null
30 @@ -1,18 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=8
35 -
36 -inherit 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 - econf --with-bash-completion-dir="$(get_bashcompdir)"
48 -}