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 BF02A138359 for ; Mon, 6 Jul 2020 05:21:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BA4A7E087B; Mon, 6 Jul 2020 05:21:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 A0589E087B for ; Mon, 6 Jul 2020 05:21:54 +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 7E5AE34F283 for ; Mon, 6 Jul 2020 05:21:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ED79C9C for ; Mon, 6 Jul 2020 05:21:50 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1594010011.885cec9aa3b452bd644f031fc4c31812c37f7fbe.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-dialup/picocom/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-dialup/picocom/Manifest net-dialup/picocom/picocom-2.2.ebuild X-VCS-Directories: net-dialup/picocom/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 885cec9aa3b452bd644f031fc4c31812c37f7fbe X-VCS-Branch: master Date: Mon, 6 Jul 2020 05:21:50 +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: 9e14ed73-0fe2-4a16-be65-4d33f5e3f015 X-Archives-Hash: 4f4b4538a8e9a8259e1c2388003e6fb4 commit: 885cec9aa3b452bd644f031fc4c31812c37f7fbe Author: Tim Harder gentoo org> AuthorDate: Mon Jul 6 04:32:21 2020 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Jul 6 04:33:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=885cec9a net-dialup/picocom: remove old Signed-off-by: Tim Harder gentoo.org> net-dialup/picocom/Manifest | 1 - net-dialup/picocom/picocom-2.2.ebuild | 29 ----------------------------- 2 files changed, 30 deletions(-) diff --git a/net-dialup/picocom/Manifest b/net-dialup/picocom/Manifest index f72d7057c47..75dd0d13fa0 100644 --- a/net-dialup/picocom/Manifest +++ b/net-dialup/picocom/Manifest @@ -1,2 +1 @@ -DIST picocom-2.2.tar.gz 88670 BLAKE2B 47ba36e08e0c45b81a88a4eb66044e69814581c278193c228f83f1e0161c87d450997d26252b70bc66106ee1667d24da07f8a2451c6ae03df62ca86100a26824 SHA512 21495af30b81dfd1b3f4fea1ecf93c3a9252be1ae2ba94c7a2a07ceb75f562bc2ebc6ef6a8ae61f810ff5c121d4ab572a6f8ba75283e2cb28cf9886f834df0fa DIST picocom-3.1.tar.gz 121686 BLAKE2B e7f478e7d00e791fb2ea7248ff31e480d05c5c1fe35941f85689a5df19646175e3c698222e430786874c0508c44a0c1f8ecc4b69c889a40e7411c7b54c67249a SHA512 ff1888494ae0e24a151e19ac3abcdbb499e42eb1abcea401a7c6c3b532be3d64ddd81a511641d1ce0119dc5da3d2804ce8eaff262a9d578bfe8e22fdf6e55ad1 diff --git a/net-dialup/picocom/picocom-2.2.ebuild b/net-dialup/picocom/picocom-2.2.ebuild deleted file mode 100644 index 6df84e7d4d6..00000000000 --- a/net-dialup/picocom/picocom-2.2.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit toolchain-funcs - -DESCRIPTION="minimal dumb-terminal emulation program" -HOMEPAGE="https://github.com/npat-efault/picocom" -SRC_URI="https://github.com/npat-efault/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~ppc ~sparc x86" -IUSE="" - -src_compile() { - # CPPFLAGS is shared between CFLAGS and CXXFLAGS, but there is no - # C++ file, and the pre-processor is never called directly, this - # is easier than patching it out. - emake LDFLAGS="${LDFLAGS}" CFLAGS="${CFLAGS} ${CPPFLAGS} -Wall" \ - CC="$(tc-getCC)" -} - -src_install() { - dobin picocom pc{asc,xm,ym,zm} - doman picocom.1 - dodoc CHANGES.old CONTRIBUTORS README.md -}