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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 12001138334 for ; Tue, 6 Nov 2018 18:41:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B07CE0A62; Tue, 6 Nov 2018 18:41:44 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 09CF4E0A62 for ; Tue, 6 Nov 2018 18:41:43 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C1542335CB7 for ; Tue, 6 Nov 2018 18:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B4FD3DD for ; Tue, 6 Nov 2018 18:41:39 +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: <1541529684.bffe2ff0720d62d5933186ee85904fce3464ede7.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.51.0.ebuild net-dialup/cutecom/metadata.xml X-VCS-Directories: net-dialup/cutecom/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bffe2ff0720d62d5933186ee85904fce3464ede7 X-VCS-Branch: master Date: Tue, 6 Nov 2018 18:41:39 +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-Archives-Salt: e844f22e-79ff-48dd-956e-2f4edd09823f X-Archives-Hash: da104665cc10397241b19aaf40cf748d commit: bffe2ff0720d62d5933186ee85904fce3464ede7 Author: Ben Kohler gentoo org> AuthorDate: Tue Nov 6 18:35:39 2018 +0000 Commit: Ben Kohler gentoo org> CommitDate: Tue Nov 6 18:41:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bffe2ff0 net-dialup/cutecom: bump to 0.51.0 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Ben Kohler gentoo.org> net-dialup/cutecom/Manifest | 1 + net-dialup/cutecom/cutecom-0.51.0.ebuild | 39 ++++++++++++++++++++++++++++++++ net-dialup/cutecom/metadata.xml | 15 ++++++------ 3 files changed, 48 insertions(+), 7 deletions(-) diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest index af1cbe488ca..4a2956b190b 100644 --- a/net-dialup/cutecom/Manifest +++ b/net-dialup/cutecom/Manifest @@ -1 +1,2 @@ DIST cutecom-0.40.0.tar.gz 813238 BLAKE2B 2bc4f653e482e722f644dbaa0d713c3d8b6575369ad98d596843be18a37e8865857b82dcaccb52af73f3aa6e4e433ce2e43efe6d681ed558eedc468cee120827 SHA512 63df993fee01d73c40180a6b92d49e5200ae14db0275690f59ff02cfd2b6f573623cf74fb6d5dcabc292314642bb9cf2d9bd274a4094917f70418c30209bb403 +DIST cutecom-v0.51.0.tar.bz2 1296457 BLAKE2B 407bbe12fb4303e98589720c3fe9bf96a4112c816e64a3a32227d07a64c1efbb5b33c364d1f3f06ff67c9bc935c0bf62de14849b554508eaffacda1f65e7fad9 SHA512 67857977ab6444509662be4d27059e3c4cb766a69b78d806f4cd3d6cb7306d53094337fb384133a616ae397ac4d4d7c86347285a2d68f88fbf105d73ebd97731 diff --git a/net-dialup/cutecom/cutecom-0.51.0.ebuild b/net-dialup/cutecom/cutecom-0.51.0.ebuild new file mode 100644 index 00000000000..e818e647e9b --- /dev/null +++ b/net-dialup/cutecom/cutecom-0.51.0.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2018 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/neundorf/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/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" +} diff --git a/net-dialup/cutecom/metadata.xml b/net-dialup/cutecom/metadata.xml index 8ad2379909d..107ba45773b 100644 --- a/net-dialup/cutecom/metadata.xml +++ b/net-dialup/cutecom/metadata.xml @@ -1,11 +1,12 @@ - - CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware -developers or other people who need a terminal to talk to their devices. - - cutecom - neundorf/CuteCom - + + bkohler@gentoo.org + Ben Kohler + + CuteCom is a graphical serial terminal, like minicom. It is aimed mainly at hardware developers or other people who need a terminal to talk to their devices. + + cutecom/cutecom +