app-misc/linuxspa: remove old
authorAmy Liffey <amynka@gentoo.org>
Sun, 20 Aug 2017 19:45:57 +0000 (21:45 +0200)
committerAmy Liffey <amynka@gentoo.org>
Sun, 20 Aug 2017 19:47:10 +0000 (21:47 +0200)
Package-Manager: Portage-2.3.6, Repoman-2.3.1

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

diff --git a/app-misc/linuxspa/linuxspa-0.7.1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1.ebuild
deleted file mode 100644 (file)
index 46dcb88..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Linux Serial Protocol Analyser"
-HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
-SRC_URI="mirror://sourceforge/serialsniffer/LinuxSPA-0.7.1.tgz"
-LICENSE="GPL-2"
-
-SLOT="0"
-KEYWORDS="x86"
-IUSE=""
-
-MY_PN="LinuxSPA"
-S="${WORKDIR}/${MY_PN}"
-
-src_unpack() {
-       unpack ${A}
-       cd "${S}"
-       epatch "${FILESDIR}"/${P}-compile-fix.patch
-}
-
-src_compile() {
-       emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" || die "emake failed"
-}
-
-src_install() {
-       dobin LinuxSPA std232
-       insinto /usr/share/doc/${P}
-       doins ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt
-       doins README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
-}