summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmy Liffey <amynka@gentoo.org>2017-08-20 21:45:57 +0200
committerAmy Liffey <amynka@gentoo.org>2017-08-20 21:47:10 +0200
commit1bc3b5373f1c5158f5479632d638069858e9993e (patch)
treebbaccf46b0d1e111d2805aac34f85f0d322e4ade /app-misc
parentapp-misc/linuxspa: stable for x86 (diff)
downloadgentoo-1bc3b5373f1c5158f5479632d638069858e9993e.tar.gz
gentoo-1bc3b5373f1c5158f5479632d638069858e9993e.tar.bz2
gentoo-1bc3b5373f1c5158f5479632d638069858e9993e.zip
app-misc/linuxspa: remove old
Package-Manager: Portage-2.3.6, Repoman-2.3.1
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/linuxspa/linuxspa-0.7.1.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/app-misc/linuxspa/linuxspa-0.7.1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1.ebuild
deleted file mode 100644
index 46dcb8823571..000000000000
--- a/app-misc/linuxspa/linuxspa-0.7.1.ebuild
+++ /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
-}