commit: dd5c6717e9a7b0541d9f02ef61d561914a69464f Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Sat Jul 18 00:58:14 2020 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Sat Jul 18 08:31:58 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd5c6717
net-dialup/cutecom: Drop 0.51.0 (r0) Package-Manager: Portage-2.3.103, Repoman-2.3.23 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> net-dialup/cutecom/cutecom-0.51.0.ebuild | 40 -------------------------------- 1 file changed, 40 deletions(-) diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild deleted file mode 100644 index 9b50680e54e..00000000000 --- a/net-dialup/cutecom/cutecom-0.51.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit cmake-utils eutils - -DESCRIPTION="CuteCom is 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 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}" - -src_prepare() { - sed -i \ - -e '/Path/d' \ - -e '/Terminal/s/0/false/' \ - "${PN}.desktop" || die 'sed on desktop file failed' - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - domenu "${PN}.desktop" - doicon "distribution/${PN}.png" -}
