summaryrefslogtreecommitdiff
path: root/net-dialup
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-08-18 19:54:27 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2025-08-18 19:57:52 +0200
commit93d101388de20950d39825433ae41c515fd13b51 (patch)
tree85438667d5b096124fe9b9fed8e6de09c8fa87a2 /net-dialup
parentd1d2dca271d5411420a2a7a6e5b2b2a960ee4ab7 (diff)
downloadgentoo-93d101388de20950d39825433ae41c515fd13b51.tar.gz
gentoo-93d101388de20950d39825433ae41c515fd13b51.tar.bz2
gentoo-93d101388de20950d39825433ae41c515fd13b51.zip
net-dialup/cutecom: drop 0.60.0_rc1
Closes: https://bugs.gentoo.org/961338 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-dialup')
-rw-r--r--net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild38
1 files changed, 0 insertions, 38 deletions
diff --git a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
deleted file mode 100644
index 5284edf7cd27..000000000000
--- a/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg
-
-MY_PV=${PV/_rc/-RC}
-
-DESCRIPTION="A serial terminal, like minicom, written in Qt"
-HOMEPAGE="https://gitlab.com/cutecom/cutecom"
-SRC_URI="https://gitlab.com/cutecom/cutecom/-/archive/v${MY_PV}/cutecom-v${MY_PV}.tar.bz2"
-S="${WORKDIR}/cutecom-v${MY_PV}"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 x86"
-
-DEPEND="
- dev-qt/qtbase:6
- dev-qt/qtserialport:6"
-RDEPEND="${DEPEND}
- net-dialup/lrzsz"
-
-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"
-}