diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2012-01-08 13:53:51 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2012-01-08 13:53:51 +0000 |
commit | 4c0fbffe35d3d2e2d1ca8580d8dcdce8829dcc03 (patch) | |
tree | 31fd3ab60dd5e864b668e19109d7220462f68b0b /app-forensics | |
parent | Revision bump, fixed tests for python-2.6. Fixed live ebuild, using EHG_REVIS... (diff) | |
download | gentoo-2-4c0fbffe35d3d2e2d1ca8580d8dcdce8829dcc03.tar.gz gentoo-2-4c0fbffe35d3d2e2d1ca8580d8dcdce8829dcc03.tar.bz2 gentoo-2-4c0fbffe35d3d2e2d1ca8580d8dcdce8829dcc03.zip |
version bump
(Portage version: 2.2.0_alpha82/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r-- | app-forensics/yasat/ChangeLog | 9 | ||||
-rw-r--r-- | app-forensics/yasat/yasat-456.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-forensics/yasat/ChangeLog b/app-forensics/yasat/ChangeLog index 3cd254e81c70..40df1245dd6d 100644 --- a/app-forensics/yasat/ChangeLog +++ b/app-forensics/yasat/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-forensics/yasat -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.5 2011/06/16 08:57:28 hwoarang Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.6 2012/01/08 13:53:51 hwoarang Exp $ + +*yasat-456 (08 Jan 2012) + + 08 Jan 2012; Markos Chandras <hwoarang@gentoo.org> +yasat-456.ebuild: + version bump *yasat-421 (16 Jun 2011) diff --git a/app-forensics/yasat/yasat-456.ebuild b/app-forensics/yasat/yasat-456.ebuild new file mode 100644 index 000000000000..2d1c2acaff28 --- /dev/null +++ b/app-forensics/yasat/yasat-456.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-456.ebuild,v 1.1 2012/01/08 13:53:51 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 +} |