Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-forensics/yasat: yasat-755.ebuild ChangeLog
Date: Tue, 06 May 2014 07:15:47
Message-Id: 20140506071540.92F492004C@flycatcher.gentoo.org
1 patrick 14/05/06 07:15:40
2
3 Modified: ChangeLog
4 Added: yasat-755.ebuild
5 Log:
6 Bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, unsigned Manifest commit)
9
10 Revision Changes Path
11 1.12 app-forensics/yasat/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 11 Jul 2013 15:46:03 -0000 1.11
24 +++ ChangeLog 6 May 2014 07:15:40 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for app-forensics/yasat
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.11 2013/07/11 15:46:03 tomwij Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.12 2014/05/06 07:15:40 patrick Exp $
31 +
32 +*yasat-755 (06 May 2014)
33 +
34 + 06 May 2014; Patrick Lauer <patrick@g.o> +yasat-755.ebuild:
35 + Bump
36
37 *yasat-700 (11 Jul 2013)
38
39
40
41
42 1.1 app-forensics/yasat/yasat-755.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/yasat-755.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-forensics/yasat/yasat-755.ebuild?rev=1.1&content-type=text/plain
46
47 Index: yasat-755.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-755.ebuild,v 1.1 2014/05/06 07:15:40 patrick Exp $
52
53 EAPI=5
54
55 inherit eutils
56
57 DESCRIPTION="Security and system auditing tool"
58 HOMEPAGE="http://yasat.sourceforge.net"
59 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
60
61 LICENSE="GPL-3"
62 SLOT="0"
63 KEYWORDS="~amd64 ~sparc ~x86"
64
65 S=${WORKDIR}/${PN}
66
67 src_compile() { :; }
68
69 src_install() {
70 emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc"
71
72 dodoc README CHANGELOG
73 doman man/yasat.8
74 }