diff options
author | Michael Palimaka <kensington@gentoo.org> | 2018-02-28 19:51:40 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2018-02-28 19:58:54 +1100 |
commit | 5e12074b1b68e7946c412b0740df03add3a4f5e8 (patch) | |
tree | 529ac225fc668619f62a0acc8d59f968921509a5 /app-misc | |
parent | dev-perl/Term-ProgressBar: Bump to version 2.210.0 (diff) | |
download | gentoo-5e12074b1b68e7946c412b0740df03add3a4f5e8.tar.gz gentoo-5e12074b1b68e7946c412b0740df03add3a4f5e8.tar.bz2 gentoo-5e12074b1b68e7946c412b0740df03add3a4f5e8.zip |
app-misc/linuxspa: remove 0.7.1-r1
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 38 |
1 files changed, 0 insertions, 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 d372d99c581c..000000000000 --- 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 -} |