diff options
author | Matsuu Takuto <matsuu@gentoo.org> | 2003-10-21 15:43:41 +0000 |
---|---|---|
committer | Matsuu Takuto <matsuu@gentoo.org> | 2003-10-21 15:43:41 +0000 |
commit | b14161d3fa0ca851e48a0b48a755655580ea950c (patch) | |
tree | 9f99aa8dd0ba2f6e8b2a7f51e4d29f6226cdf343 /app-admin/lsat | |
parent | version bump (diff) | |
download | historical-b14161d3fa0ca851e48a0b48a755655580ea950c.tar.gz historical-b14161d3fa0ca851e48a0b48a755655580ea950c.tar.bz2 historical-b14161d3fa0ca851e48a0b48a755655580ea950c.zip |
version bump
Diffstat (limited to 'app-admin/lsat')
-rw-r--r-- | app-admin/lsat/Manifest | 4 | ||||
-rw-r--r-- | app-admin/lsat/files/digest-lsat-0.8.7 | 1 | ||||
-rw-r--r-- | app-admin/lsat/lsat-0.8.7.ebuild | 31 |
3 files changed, 34 insertions, 2 deletions
diff --git a/app-admin/lsat/Manifest b/app-admin/lsat/Manifest index 801a004971c7..541df0c3b13b 100644 --- a/app-admin/lsat/Manifest +++ b/app-admin/lsat/Manifest @@ -1,8 +1,8 @@ -MD5 72e811bb4d83c1355a900dde2a3c8723 ChangeLog 541 +MD5 854d2f71bb5b9d2f27f6fe19b71135ad ChangeLog 653 MD5 db1547b9b9eb43ac2512be4430cbbae9 lsat-0.8.1.ebuild 692 MD5 a7a74c5e5e4515e03757c90546fa5f90 lsat-0.8.5.ebuild 732 MD5 24ab4b927637b8cf4881de695d1d355b metadata.xml 505 -MD5 c40352656487d54ce775fba28e1839c5 lsat-0.8.7.ebuild 637 +MD5 909839ef9ec240b87bd9d342f0e883b6 lsat-0.8.7.ebuild 732 MD5 dddbb8931b8f0694e9fc18660ee32957 files/digest-lsat-0.8.1 58 MD5 b528644d68f70a9151fa2d18fbd93024 files/digest-lsat-0.8.5 58 MD5 52fa6752ca49e3650dbabd03915799bc files/digest-lsat-0.8.7 58 diff --git a/app-admin/lsat/files/digest-lsat-0.8.7 b/app-admin/lsat/files/digest-lsat-0.8.7 new file mode 100644 index 000000000000..4a64a663af9d --- /dev/null +++ b/app-admin/lsat/files/digest-lsat-0.8.7 @@ -0,0 +1 @@ +MD5 f58e90592926fdf35ab6987e31af5c66 lsat-0.8.7.tgz 65563 diff --git a/app-admin/lsat/lsat-0.8.7.ebuild b/app-admin/lsat/lsat-0.8.7.ebuild new file mode 100644 index 000000000000..152bb20bad1d --- /dev/null +++ b/app-admin/lsat/lsat-0.8.7.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.8.7.ebuild,v 1.1 2003/10/21 15:43:38 matsuu Exp $ + +DESCRIPTION="The Linux Security Auditing Tool" +HOMEPAGE="http://usat.sourceforge.net/" +SRC_URI="http://usat.sourceforge.net/code/${P}.tgz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc" +IUSE="" + +RDEPEND="virtual/glibc + dev-libs/popt" +DEPEND="${RDEPEND} + dev-lang/perl" + +S=${WORKDIR}/${P} + +src_compile() { + econf || die + emake CFLAGS="${CFLAGS}" SLIBS="-lpopt" all manpage || die +} + +src_install() { + dobin lsat || die + doman lsat.1 + dodoc INSTALL README* *.txt + dohtml modules.html changelog/changelog.html +} |