commit:     93d101388de20950d39825433ae41c515fd13b51
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 18 17:54:27 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Aug 18 17:57:52 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93d10138

net-dialup/cutecom: drop 0.60.0_rc1

Closes: https://bugs.gentoo.org/961338
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 38 ----------------------------
 1 file changed, 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"
-}

Reply via email to