commit:     5e12074b1b68e7946c412b0740df03add3a4f5e8
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 28 08:51:40 2018 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> 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
-}

Reply via email to