Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/linuxspa/
Date: Wed, 28 Feb 2018 08:59:06
Message-Id: 1519808334.5e12074b1b68e7946c412b0740df03add3a4f5e8.kensington@gentoo
1 commit: 5e12074b1b68e7946c412b0740df03add3a4f5e8
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 28 08:51:40 2018 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 28 08:58:54 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e12074b
7
8 app-misc/linuxspa: remove 0.7.1-r1
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild | 38 ------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild b/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
16 deleted file mode 100644
17 index d372d99c581..00000000000
18 --- a/app-misc/linuxspa/linuxspa-0.7.1-r1.ebuild
19 +++ /dev/null
20 @@ -1,38 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=4
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -MY_PN="LinuxSPA"
29 -DESCRIPTION="Linux Serial Protocol Analyser"
30 -HOMEPAGE="https://sourceforge.net/projects/serialsniffer/"
31 -SRC_URI="mirror://sourceforge/serialsniffer/${MY_PN}-${PV}.tgz"
32 -LICENSE="GPL-2"
33 -
34 -SLOT="0"
35 -KEYWORDS="~amd64 x86"
36 -IUSE=""
37 -
38 -S="${WORKDIR}/${MY_PN}"
39 -
40 -src_prepare() {
41 - epatch "${FILESDIR}"/${P}-compile-fix.patch
42 - sed -i Makefile \
43 - -e 's| -o | $(LDFLAGS)&|g' \
44 - || die "sed Makefile"
45 -}
46 -
47 -src_compile() {
48 - emake \
49 - CC="$(tc-getCC)" \
50 - CFLAGS="${CFLAGS} -Wall" \
51 - LDFLAGS="${LDFLAGS}"
52 -}
53 -
54 -src_install() {
55 - dobin LinuxSPA std232
56 - dodoc ASCII_Filter.txt BCircuit.txt LinuxSPA.png READING_Materials.txt \
57 - README TODO connector-1a.ps connector-2a.ps cooked.file raw.file
58 -}