diff options
author | Filip Kobierski <fkobi@pm.me> | 2024-07-31 15:22:45 +0200 |
---|---|---|
committer | Ben Kohler <bkohler@gentoo.org> | 2024-09-04 07:31:25 -0500 |
commit | 41ef6ae414ea5575248c1ed1236da85263d48ea5 (patch) | |
tree | 8f13b5caaf65ce6239a39a6a11196151d21ae46c /net-dialup | |
parent | net-dialup/cutecom: stabilize 0.60.0_rc1 for x86 (diff) | |
download | gentoo-41ef6ae414ea5575248c1ed1236da85263d48ea5.tar.gz gentoo-41ef6ae414ea5575248c1ed1236da85263d48ea5.tar.bz2 gentoo-41ef6ae414ea5575248c1ed1236da85263d48ea5.zip |
net-dialup/cutecom: drop 0.51.0-r1
Signed-off-by: Filip Kobierski <fkobi@pm.me>
Closes: https://github.com/gentoo/gentoo/pull/37873
Signed-off-by: Ben Kohler <bkohler@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r-- | net-dialup/cutecom/Manifest | 1 | ||||
-rw-r--r-- | net-dialup/cutecom/cutecom-0.51.0-r1.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest index c7e76b206bdd..84390342677e 100644 --- a/net-dialup/cutecom/Manifest +++ b/net-dialup/cutecom/Manifest @@ -1,2 +1 @@ -DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731 DIST cutecom-v0.60.0-RC1.tar.bz2 1291319 BLAKE2B 8d73a51916d8d3f103ba6215d0bf2865337aa82f95d12be512001abd845cac08f9c9b6fb9022574aff42fef958c90676ae0828d1597879c798bd1ffe4bec68ba SHA512 92a210ab846f452287693add8db52833fd83814f59a2be8de304278dbc711b2a5dc0fdaadf877a588ad023849370151788d1ea678ba777fe0a4a600429669151 diff --git a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild deleted file mode 100644 index 683af0a6bb22..000000000000 --- a/net-dialup/cutecom/cutecom-0.51.0-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit cmake desktop xdg - -DESCRIPTION="A serial terminal, like minicom, written in Qt" -HOMEPAGE="https://gitlab.com/cutecom/cutecom" -SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${PV}/cutecom-v${PV}.tar.bz2" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 ~arm64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtserialport:5 - dev-qt/qtwidgets:5" -RDEPEND="${DEPEND} - net-dialup/lrzsz" - -S="${WORKDIR}/cutecom-v${PV}" - -PATCHES=( "${FILESDIR}"/${P}-fix-for-qt-5.15.0.patch ) - -src_prepare() { - cmake_src_prepare - - sed -i \ - -e '/Path/d' \ - -e '/Terminal/s/0/false/' \ - "${PN}.desktop" || die 'sed on desktop file failed' -} - -src_install() { - cmake_src_install - domenu "${PN}.desktop" - doicon "distribution/${PN}.png" -} |