From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D77D0158015 for ; Wed, 20 Dec 2023 14:22:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15A852BC01F; Wed, 20 Dec 2023 14:22:21 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EA70D2BC01F for ; Wed, 20 Dec 2023 14:22:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2A3F7340813 for ; Wed, 20 Dec 2023 14:22:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A77E13A0 for ; Wed, 20 Dec 2023 14:22:18 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1703082133.8555bb075232cb9d5da3a947916b5cb72863f7bb.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/cutecom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/cutecom/Manifest net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild X-VCS-Directories: net-dialup/cutecom/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 8555bb075232cb9d5da3a947916b5cb72863f7bb X-VCS-Branch: master Date: Wed, 20 Dec 2023 14:22:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: b5b45d71-88ce-43bd-8d45-37d711bc0e72 X-Archives-Hash: 71bb9885ff2d4d335732430f71546f59 commit: 8555bb075232cb9d5da3a947916b5cb72863f7bb Author: Ben Kohler gentoo org> AuthorDate: Wed Dec 20 14:21:23 2023 +0000 Commit: Ben Kohler gentoo org> CommitDate: Wed Dec 20 14:22:13 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8555bb07 net-dialup/cutecom: add 0.60.0_rc1 Signed-off-by: Ben Kohler gentoo.org> net-dialup/cutecom/Manifest | 1 + net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild | 40 ++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest index e2bda8eca951..c7e76b206bdd 100644 --- a/net-dialup/cutecom/Manifest +++ b/net-dialup/cutecom/Manifest @@ -1 +1,2 @@ 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.60.0_rc1.ebuild b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild new file mode 100644 index 000000000000..741dd613ef18 --- /dev/null +++ b/net-dialup/cutecom/cutecom-0.60.0_rc1.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2023 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" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~arm64 ~x86" +IUSE="" + +DEPEND=" + dev-qt/qtbase:6 + dev-qt/qtserialport:6" +RDEPEND="${DEPEND} + net-dialup/lrzsz" + +S="${WORKDIR}/cutecom-v${MY_PV}" + +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" +}