public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-admin/lsat: ChangeLog lsat-0.9.7.1.ebuild
@ 2008-12-29 20:37 Mike Pagano (mpagano)
  0 siblings, 0 replies; only message in thread
From: Mike Pagano (mpagano) @ 2008-12-29 20:37 UTC (permalink / raw
  To: gentoo-commits

mpagano     08/12/29 20:37:14

  Modified:             ChangeLog
  Added:                lsat-0.9.7.1.ebuild
  Log:
  Version bump and patch for bug #184488
  (Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo i686)

Revision  Changes    Path
1.23                 app-admin/lsat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?rev=1.23&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?rev=1.23&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/ChangeLog?r1=1.22&r2=1.23

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -r1.22 -r1.23
--- ChangeLog	21 Apr 2008 16:05:06 -0000	1.22
+++ ChangeLog	29 Dec 2008 20:37:14 -0000	1.23
@@ -1,6 +1,13 @@
 # ChangeLog for app-admin/lsat
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.22 2008/04/21 16:05:06 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.23 2008/12/29 20:37:14 mpagano Exp $
+
+*lsat-0.9.7.1 (29 Dec 2008)
+
+  29 Dec 2008; Mike Pagano <mpagano@gentoo.org>
+  +files/lsat-0.9.7.1-gentoo.patch, +files/lsat-0.9.7.1-segfault-fix.patch,
+  +lsat-0.9.7.1.ebuild:
+  Version bump and patch for bug #184488
 
   21 Apr 2008; Christian Heim <phreak@gentoo.org> metadata.xml:
   Fix up metadata.xml. If there's no maintainer for the package, the metadata



1.1                  app-admin/lsat/lsat-0.9.7.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/lsat-0.9.7.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-admin/lsat/lsat-0.9.7.1.ebuild?rev=1.1&content-type=text/plain

Index: lsat-0.9.7.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.7.1.ebuild,v 1.1 2008/12/29 20:37:14 mpagano Exp $


inherit eutils toolchain-funcs

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="~amd64 ~ppc ~x86"
IUSE="minimal"

DEPEND="dev-lang/perl" # pod2man
RDEPEND="!minimal? (
		app-portage/portage-utils
		net-analyzer/nmap
		sys-apps/iproute2
		sys-apps/which
		sys-process/lsof
	)"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-gentoo.patch

	# patch for segmentation fault see bug #184488
	epatch "${FILESDIR}"/${P}-segfault-fix.patch
}

src_compile() {
	tc-export CC
	econf
	emake CFLAGS="${CFLAGS}" all manpage || die "emake failed"
}

src_install() {
	emake DESTDIR="${D}" install installman || die "emake install failed"
	dodoc README* *.txt
	dohtml modules.html changelog/changelog.html
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-29 20:37 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-29 20:37 [gentoo-commits] gentoo-x86 commit in app-admin/lsat: ChangeLog lsat-0.9.7.1.ebuild Mike Pagano (mpagano)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox