diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 11:49:33 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-08-11 11:49:33 +0000 |
commit | 7b5398003b7fd4b57e42349dc424a7ea01eb14a8 (patch) | |
tree | c9bab28be280ddf45bf54d6b4f79b938d49cc593 /app-forensics/yasat | |
parent | Version/security bump: Adobe flash 10.1.82.76 and 9.0.208.0 is released, bug ... (diff) | |
download | gentoo-2-7b5398003b7fd4b57e42349dc424a7ea01eb14a8.tar.gz gentoo-2-7b5398003b7fd4b57e42349dc424a7ea01eb14a8.tar.bz2 gentoo-2-7b5398003b7fd4b57e42349dc424a7ea01eb14a8.zip |
Version bump. Thanks to LABBE Corentin <corentin.labbe@geomatys.fr> for reporting
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics/yasat')
-rw-r--r-- | app-forensics/yasat/ChangeLog | 8 | ||||
-rw-r--r-- | app-forensics/yasat/yasat-351.ebuild | 19 |
2 files changed, 26 insertions, 1 deletions
diff --git a/app-forensics/yasat/ChangeLog b/app-forensics/yasat/ChangeLog index d609a1848baa..28ca811c0c3b 100644 --- a/app-forensics/yasat/ChangeLog +++ b/app-forensics/yasat/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-forensics/yasat # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.1 2010/06/08 09:19:24 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.2 2010/08/11 11:49:33 hwoarang Exp $ + +*yasat-351 (11 Aug 2010) + + 11 Aug 2010; Markos Chandras <hwoarang@gentoo.org> +yasat-351.ebuild: + Version bump. Thanks to LABBE Corentin <corentin.labbe@geomatys.fr> for + reporting *yasat-286 (08 Jun 2010) diff --git a/app-forensics/yasat/yasat-351.ebuild b/app-forensics/yasat/yasat-351.ebuild new file mode 100644 index 000000000000..9a662ae1ef8f --- /dev/null +++ b/app-forensics/yasat/yasat-351.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-351.ebuild,v 1.1 2010/08/11 11:49:33 hwoarang Exp $ + +DESCRIPTION="Security and system auditing tool" +HOMEPAGE="http://yasat.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~sparc ~x86" +IUSE="" + +S=${WORKDIR}/${PN} + +src_install() { + emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" || die + dodoc README CHANGELOG || die +} |