diff options
author | Elfyn McBratney <beu@gentoo.org> | 2005-05-01 02:40:15 +0000 |
---|---|---|
committer | Elfyn McBratney <beu@gentoo.org> | 2005-05-01 02:40:15 +0000 |
commit | b6e94c165b3887ea35a56dc38d6c67d9fd749d56 (patch) | |
tree | 3f96f12ce3b7b5e79afbd4d5338fb53c92b493e1 /sys-process/audit | |
parent | Add a .desktop menu item. Fixes bug #58380 (diff) | |
download | historical-b6e94c165b3887ea35a56dc38d6c67d9fd749d56.tar.gz historical-b6e94c165b3887ea35a56dc38d6c67d9fd749d56.tar.bz2 historical-b6e94c165b3887ea35a56dc38d6c67d9fd749d56.zip |
Version bump.
Package-Manager: portage-2.0.51.20-r5
Diffstat (limited to 'sys-process/audit')
-rw-r--r-- | sys-process/audit/ChangeLog | 7 | ||||
-rw-r--r-- | sys-process/audit/Manifest | 18 | ||||
-rw-r--r-- | sys-process/audit/audit-0.7.2.ebuild | 43 | ||||
-rw-r--r-- | sys-process/audit/files/digest-audit-0.7.2 | 1 |
4 files changed, 65 insertions, 4 deletions
diff --git a/sys-process/audit/ChangeLog b/sys-process/audit/ChangeLog index f9cf1cc53c94..1e6950ce819a 100644 --- a/sys-process/audit/ChangeLog +++ b/sys-process/audit/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-process/audit # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.1 2005/05/01 02:19:00 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/ChangeLog,v 1.2 2005/05/01 02:40:15 beu Exp $ + +*audit-0.7.2 (01 May 2005) + + 01 May 2005; Elfyn McBratney <beu@gentoo.org> +audit-0.7.2.ebuild: + Version bump. 30 Apr 2005; Robin H. Johnson <robbat2@gentoo.org> : Improvements by me!. diff --git a/sys-process/audit/Manifest b/sys-process/audit/Manifest index 9800d8a1ac94..f35e5cff6792 100644 --- a/sys-process/audit/Manifest +++ b/sys-process/audit/Manifest @@ -1,8 +1,20 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + MD5 72f1c8a16118107f7f189d9640c4315a audit-0.7.1.ebuild 1120 -MD5 e6ceb05617d1dca6729c1aa0d1ab6623 ChangeLog 402 MD5 84124fe920f0d72eac925d160de3bde3 audit-0.7.ebuild 1036 MD5 4028de99a5b2e8ae083e2b2da72a4ce6 metadata.xml 227 -MD5 55e18ec35f409c781ee0b974f0006239 files/digest-audit-0.7 60 +MD5 769d841caef7656424720f266b56123e ChangeLog 512 +MD5 7ebd55762c36ef60780e1553f2eee200 audit-0.7.2.ebuild 1116 MD5 bf5a8a780a21b8072984968db475969e files/digest-audit-0.7.1 62 -MD5 d0c04da868c3fe0dff941187f054ecf6 files/auditd.confd 474 MD5 7c1f1f14a4750e7d8bbc1de62b3fcf59 files/auditd.initd 708 +MD5 55e18ec35f409c781ee0b974f0006239 files/digest-audit-0.7 60 +MD5 d0c04da868c3fe0dff941187f054ecf6 files/auditd.confd 474 +MD5 acc06693c8205b28388a54f7812a5738 files/digest-audit-0.7.2 62 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.1 (GNU/Linux) + +iD8DBQFCdEGujUHll2nfF60RAnGfAKDG3l1UOGsFrVzO7CGjaYnr2qPuJgCeIbup +kYgQ2s50PBQl8EorYjryaIs= +=loQV +-----END PGP SIGNATURE----- diff --git a/sys-process/audit/audit-0.7.2.ebuild b/sys-process/audit/audit-0.7.2.ebuild new file mode 100644 index 000000000000..215867da9148 --- /dev/null +++ b/sys-process/audit/audit-0.7.2.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-process/audit/audit-0.7.2.ebuild,v 1.1 2005/05/01 02:40:15 beu Exp $ + +DESCRIPTION="Userspace utilities for storing and processing auditing records." +HOMEPAGE="http://people.redhat.com/sgrubb/audit/" +SRC_URI="${HOMEPAGE}${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="sys-devel/libtool + virtual/os-headers + >=sys-devel/automake-1.9 + >=sys-devel/autoconf-2.59" +RDEPEND="" + +src_unpack() { + unpack ${A} || die "unpack failed" + cd ${S} || die "cd '${S}' failed" + WANT_AUTOMAKE="1.9" \ + autoreconf -fv --install || die "autoreconf failed" +} + +src_compile() { + econf || die "econf failed" + emake || die "emake failed" +} + +src_install() { + emake DESTDIR=${D} install || die "emake install failed" + # remove RH garbage + rm -rf ${D}/etc/rc.d ${D}/etc/sysconfig + # docs + dodoc AUTHORS ChangeLog README THANKS TODO + # scripts + newinitd ${FILESDIR}/auditd.initd auditd + newconfd ${FILESDIR}/auditd.confd auditd + # audit logs go here + keepdir /var/log/audit/ +} diff --git a/sys-process/audit/files/digest-audit-0.7.2 b/sys-process/audit/files/digest-audit-0.7.2 new file mode 100644 index 000000000000..73d71d6b692a --- /dev/null +++ b/sys-process/audit/files/digest-audit-0.7.2 @@ -0,0 +1 @@ +MD5 56c82cfe0d5af98a3313a8a76a08ed43 audit-0.7.2.tar.gz 70184 |