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 851011396D1 for ; Sun, 24 Sep 2017 06:02:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C92E0D75; Sun, 24 Sep 2017 06:02:49 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 9E0FDE0D75 for ; Sun, 24 Sep 2017 06:02:49 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 512C733BEBE for ; Sun, 24 Sep 2017 06:02:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB629908C for ; Sun, 24 Sep 2017 06:02:45 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1506232957.cc4bfd8a609c000091e9e234384546affb7da4db.kensington@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.22.0-r1.ebuild X-VCS-Directories: net-dialup/cutecom/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cc4bfd8a609c000091e9e234384546affb7da4db X-VCS-Branch: master Date: Sun, 24 Sep 2017 06:02:45 +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: 39c2f1a9-d127-4265-9647-b73a121a5b80 X-Archives-Hash: d366aa57218ebfa0945c45def34a1dad commit: cc4bfd8a609c000091e9e234384546affb7da4db Author: Michael Palimaka gentoo org> AuthorDate: Sun Sep 24 06:02:24 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Sep 24 06:02:37 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc4bfd8a net-dialup/cutecom: remove 0.22.0-r1 Package-Manager: Portage-2.3.8, Repoman-2.3.3 net-dialup/cutecom/Manifest | 1 - net-dialup/cutecom/cutecom-0.22.0-r1.ebuild | 39 ----------------------------- 2 files changed, 40 deletions(-) diff --git a/net-dialup/cutecom/Manifest b/net-dialup/cutecom/Manifest index c36ed656697..6577e2f5bfd 100644 --- a/net-dialup/cutecom/Manifest +++ b/net-dialup/cutecom/Manifest @@ -1,2 +1 @@ -DIST cutecom-0.22.0.tar.gz 23208 SHA256 1b6620a6159cf3d50bb36cce544e91486817df7f1d553bf239d6db6108dd2ea5 SHA512 507b42b943f20d07429c3629ebdf358ca6551a57a2addc4c8560993b7c2d1304ef258f7d2ac8c62b13bcdfc797574b7e1dfac8b0c0086072407de7f71a2d0a26 WHIRLPOOL f74aea1478de99e9e3d2232451097b3090aff4ba685969cf4363aa2b0c76db079000a7e2991d790548c52bf79f31a3a11d193d1dc781aed2e34555cf2a68dd13 DIST cutecom-0.40.0.tar.gz 813238 SHA256 4a8583cccabe98e12442d7ebd8f0752348bad1a59b990c703574f22c0360bf9f SHA512 63df993fee01d73c40180a6b92d49e5200ae14db0275690f59ff02cfd2b6f573623cf74fb6d5dcabc292314642bb9cf2d9bd274a4094917f70418c30209bb403 WHIRLPOOL 870d7eae8b73e29656abb69066584f54f7d7a60ef8cd495c344668a23456456f51000cf2296a3951ba6d7267213077cd1c4febf13aa671702afa67922380f6a7 diff --git a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild b/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild deleted file mode 100644 index 4acfa9df18a..00000000000 --- a/net-dialup/cutecom/cutecom-0.22.0-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit cmake-utils eutils - -DESCRIPTION="CuteCom is a serial terminal, like minicom, written in qt" -HOMEPAGE="http://cutecom.sourceforge.net" -SRC_URI="http://cutecom.sourceforge.net/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ppc x86" -IUSE="" - -DEPEND="dev-qt/qtcore:4 - dev-qt/qtgui:4 - dev-qt/qt3support:4" -RDEPEND="${DEPEND} - net-dialup/lrzsz" - -src_prepare() { - sed -i \ - -e '/Path/d' \ - -e '/TerminalOptions/d' \ - -e '/BinaryPattern/d' \ - -e '/Terminal/s/0/false/' \ - ${PN}.desktop || die 'sed on desktop file failed' - - cmake-utils_src_prepare -} - -src_install() { - cmake-utils_src_install - - # desktop icon does not installed by cmake without KDE3 - domenu ${PN}.desktop -}