app-misc/linuxspa: remove 0.7.1-r1
authorMichael Palimaka <kensington@gentoo.org>
Wed, 28 Feb 2018 08:51:40 +0000 (19:51 +1100)
committerMichael Palimaka <kensington@gentoo.org>
Wed, 28 Feb 2018 08:58:54 +0000 (19:58 +1100)
Package-Manager: Portage-2.3.19, Repoman-2.3.6

app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild [deleted file]

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 (file)
index d372d99..0000000
+++ /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
-}