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 9244A1381F1 for ; Wed, 28 Feb 2018 08:59:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 879EAE08E0; Wed, 28 Feb 2018 08:59:05 +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 66E7FE08E0 for ; Wed, 28 Feb 2018 08:59:05 +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 DF3BD335C03 for ; Wed, 28 Feb 2018 08:59:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E8DB178 for ; Wed, 28 Feb 2018 08:59:01 +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: <1519808334.5e12074b1b68e7946c412b0740df03add3a4f5e8.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild X-VCS-Directories: app-misc/linuxspa/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 5e12074b1b68e7946c412b0740df03add3a4f5e8 X-VCS-Branch: master Date: Wed, 28 Feb 2018 08:59:01 +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: 893cc52e-c4e2-4f2b-88bb-dcb9df78e0be X-Archives-Hash: ab64dd03e03660ac48b58c5867eebf0e commit: 5e12074b1b68e7946c412b0740df03add3a4f5e8 Author: Michael Palimaka gentoo org> AuthorDate: Wed Feb 28 08:51:40 2018 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Feb 28 08:58:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e12074b app-misc/linuxspa: remove 0.7.1-r1 Package-Manager: Portage-2.3.19, Repoman-2.3.6 app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 38 ------------------------------ 1 file changed, 38 deletions(-) diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild deleted file mode 100644 index d372d99c581..00000000000 --- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=4 - -inherit eutils toolchain-funcs - -MY_PN="LinuxSPA" -DESCRIPTION="Linux Serial Protocol Analyser" -HOMEPAGE="https://sourceforge.net/projects/serialsniffer/" -SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz" -LICENSE="GPL-2" - -SLOT="0" -KEYWORDS="~amd64 x86" -IUSE="" - -S="${WORKDIR}/${MY_PN}" - -src_prepare() { - epatch "${FILESDIR}"/${P}-compile-fix.patch - sed -i Makefile \ - -e 's| -o | $(LDFLAGS)&|g' \ - || die "sed Makefile" -} - -src_compile() { - emake \ - CC="$(tc-getCC)" \ - CFLAGS="${CFLAGS} -Wall" \ - LDFLAGS="${LDFLAGS}" -} - -src_install() { - dobin LinuxSPA std232 - dodoc ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt \ - README TODO connector-1a.ps connector-2a.ps cooked.file raw.file -}