Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-forensics/pasco/
Date: Fri, 29 Dec 2017 22:33:45
Message-Id: 1514586798.ded230cfc7fbbdebaac54cb24ddad276a8a6ed8c.soap@gentoo
1 commit: ded230cfc7fbbdebaac54cb24ddad276a8a6ed8c
2 Author: David Seifert <soap <AT> gentoo <DOT> org>
3 AuthorDate: Fri Dec 29 22:28:24 2017 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Fri Dec 29 22:33:18 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ded230cf
7
8 app-forensics/pasco: Remove old
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11
12 app-forensics/pasco/pasco-20040505_p1.ebuild | 24 ------------------------
13 1 file changed, 24 deletions(-)
14
15 diff --git a/app-forensics/pasco/pasco-20040505_p1.ebuild b/app-forensics/pasco/pasco-20040505_p1.ebuild
16 deleted file mode 100644
17 index 99f64ec6b6f..00000000000
18 --- a/app-forensics/pasco/pasco-20040505_p1.ebuild
19 +++ /dev/null
20 @@ -1,24 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -inherit toolchain-funcs
25 -
26 -MY_P=${PN}_${PV/_p/_}
27 -DESCRIPTION="IE Activity Parser"
28 -HOMEPAGE="https://sourceforge.net/projects/odessa/"
29 -SRC_URI="mirror://sourceforge/odessa/${MY_P}.tar.gz"
30 -LICENSE="BSD"
31 -SLOT="0"
32 -KEYWORDS="~amd64 ~ppc x86"
33 -IUSE=""
34 -
35 -S=${WORKDIR}/${MY_P}
36 -
37 -src_compile() {
38 - cd src
39 - $(tc-getCC) ${CFLAGS} ${LDFLAGS} -o pasco pasco.c -lm -lc || die "failed to compile"
40 -}
41 -
42 -src_install() {
43 - dobin src/pasco
44 -}