]> Pileus Git - ~andy/sunrise/commitdiff
app-forensics/yasat: New Ebuild for bug 322455
authorLABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr>
Fri, 4 Jun 2010 12:47:26 +0000 (12:47 +0000)
committerLABBE Corentin (Montjoie) <corentin.labbe@geomatys.fr>
Fri, 4 Jun 2010 12:47:26 +0000 (12:47 +0000)
svn path=/sunrise/; revision=10646

app-forensics/yasat/ChangeLog [new file with mode: 0644]
app-forensics/yasat/Manifest [new file with mode: 0644]
app-forensics/yasat/metadata.xml [new file with mode: 0644]
app-forensics/yasat/yasat-286.ebuild [new file with mode: 0644]

diff --git a/app-forensics/yasat/ChangeLog b/app-forensics/yasat/ChangeLog
new file mode 100644 (file)
index 0000000..107bfbf
--- /dev/null
@@ -0,0 +1,8 @@
+# ChangeLog for app-forensics/yasat
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+  04 Jun 2010; Corentin LABBE (montjoie) <corentin.labbe@geomatys.fr>
+  +yasat-286.ebuild, +metadata.xml:
+  New Ebuild for bug 322455
+
diff --git a/app-forensics/yasat/Manifest b/app-forensics/yasat/Manifest
new file mode 100644 (file)
index 0000000..bd924b3
--- /dev/null
@@ -0,0 +1,4 @@
+DIST yasat-286.tar.gz 72843 RMD160 3e7cf4ca888b9cfc37115ce0d655f50a640ee04c SHA1 0d4c13893ee8e5b94d3e30e85a644afaddd8c131 SHA256 ee1c5ce15514a54ee5a5afa5d2fcb8913876803844b4b5c44b767cf363db719e
+EBUILD yasat-286.ebuild 461 RMD160 ca7b697a2e8da0c954f8b04a1740d6ae99f524fb SHA1 7398889ab884f9ad90abf621e1fb36d06efef467 SHA256 7977379050de62618b76f8109c684dd8e057b141b219fd19763aec31115ff3f3
+MISC ChangeLog 255 RMD160 68486f4c2b9068e0ddf944dc15086666c6f3495c SHA1 3bd35487cdcc47805b622252be95c7d4e35f5383 SHA256 60daafee1a1315418464c153dcfe141466a42566e34ba55f454fb23b2f12bd32
+MISC metadata.xml 229 RMD160 f0f6417bec31ce8baba6d476664f7210c8c84c98 SHA1 e5f94f5caadc6f843fc90bb7959570cd503676fd SHA256 3b08fca3c878bdfc4e7639f477dd542d55a4ab5dce39a475e82633071d13eb3f
diff --git a/app-forensics/yasat/metadata.xml b/app-forensics/yasat/metadata.xml
new file mode 100644 (file)
index 0000000..e6233b5
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>no-herd</herd>
+<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer>
+</pkgmetadata>
diff --git a/app-forensics/yasat/yasat-286.ebuild b/app-forensics/yasat/yasat-286.ebuild
new file mode 100644 (file)
index 0000000..98af8a4
--- /dev/null
@@ -0,0 +1,19 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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
+}