diff options
-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 +} |