summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkos Chandras <hwoarang@gentoo.org>2012-05-22 20:59:30 +0000
committerMarkos Chandras <hwoarang@gentoo.org>2012-05-22 20:59:30 +0000
commit4a3f6c328faa068f418606d798bc81153061d74f (patch)
tree8209e7fc7c7edf9b07dfe23e63b0afb074f1c20b /app-forensics
parentMarking dclock-2.2.2_p4 ppc for bug 416087 (diff)
downloadgentoo-2-4a3f6c328faa068f418606d798bc81153061d74f.tar.gz
gentoo-2-4a3f6c328faa068f418606d798bc81153061d74f.tar.bz2
gentoo-2-4a3f6c328faa068f418606d798bc81153061d74f.zip
Version bump. Remove old thanks to LABBE Corentin <corentin.labbe@geomatys.fr>
(Portage version: 2.1.10.62/cvs/Linux x86_64)
Diffstat (limited to 'app-forensics')
-rw-r--r--app-forensics/yasat/ChangeLog8
-rw-r--r--app-forensics/yasat/yasat-421.ebuild19
-rw-r--r--app-forensics/yasat/yasat-526.ebuild (renamed from app-forensics/yasat/yasat-400.ebuild)5
3 files changed, 10 insertions, 22 deletions
diff --git a/app-forensics/yasat/ChangeLog b/app-forensics/yasat/ChangeLog
index 2331fbf7aa97..4f66ff72008a 100644
--- a/app-forensics/yasat/ChangeLog
+++ b/app-forensics/yasat/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-forensics/yasat
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.7 2012/03/01 22:13:27 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/ChangeLog,v 1.8 2012/05/22 20:59:30 hwoarang Exp $
+
+*yasat-526 (22 May 2012)
+
+ 22 May 2012; Markos Chandras <hwoarang@gentoo.org> +yasat-526.ebuild,
+ -yasat-400.ebuild, -yasat-421.ebuild:
+ Version bump. Remove old thanks to LABBE Corentin <corentin.labbe@geomatys.fr>
01 Mar 2012; Markos Chandras <hwoarang@gentoo.org> metadata.xml:
add proxy-maintainers as herd
diff --git a/app-forensics/yasat/yasat-421.ebuild b/app-forensics/yasat/yasat-421.ebuild
deleted file mode 100644
index d6ccc5e62064..000000000000
--- a/app-forensics/yasat/yasat-421.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-421.ebuild,v 1.1 2011/06/16 08:57:28 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
-}
diff --git a/app-forensics/yasat/yasat-400.ebuild b/app-forensics/yasat/yasat-526.ebuild
index 86ae3b7efbe0..b7abcfcb5514 100644
--- a/app-forensics/yasat/yasat-400.ebuild
+++ b/app-forensics/yasat/yasat-526.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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-400.ebuild,v 1.1 2011/03/24 01:02:26 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-forensics/yasat/yasat-526.ebuild,v 1.1 2012/05/22 20:59:30 hwoarang Exp $
DESCRIPTION="Security and system auditing tool"
HOMEPAGE="http://yasat.sourceforge.net"
@@ -16,4 +16,5 @@ S=${WORKDIR}/${PN}
src_install() {
emake install DESTDIR="${D}" PREFIX="/usr" SYSCONFDIR="/etc" || die
dodoc README CHANGELOG || die
+ doman man/yasat.8 || die
}