diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:03:37 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-05-09 20:03:37 +0000 |
commit | f127098e3ad30b1e64499a9c8ee70c9d8bcf7074 (patch) | |
tree | cf030192e90bf199a2c3db9e91f8f97e7b0795fc /app-admin | |
parent | Remove old (diff) | |
download | gentoo-2-f127098e3ad30b1e64499a9c8ee70c9d8bcf7074.tar.gz gentoo-2-f127098e3ad30b1e64499a9c8ee70c9d8bcf7074.tar.bz2 gentoo-2-f127098e3ad30b1e64499a9c8ee70c9d8bcf7074.zip |
Remove old
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/lsat/ChangeLog | 6 | ||||
-rw-r--r-- | app-admin/lsat/lsat-0.9.5.ebuild | 38 | ||||
-rw-r--r-- | app-admin/lsat/lsat-0.9.6.ebuild | 41 |
3 files changed, 5 insertions, 80 deletions
diff --git a/app-admin/lsat/ChangeLog b/app-admin/lsat/ChangeLog index d7ba42ad5e91..7a894a2e9110 100644 --- a/app-admin/lsat/ChangeLog +++ b/app-admin/lsat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-admin/lsat # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.27 2012/02/16 19:32:59 phajdan.jr Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/ChangeLog,v 1.28 2012/05/09 20:03:37 ago Exp $ + + 09 May 2012; Agostino Sarubbo <ago@gentoo.org> -lsat-0.9.5.ebuild, + -lsat-0.9.6.ebuild: + Remove old 16 Feb 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> lsat-0.9.7.1-r1.ebuild: x86 stable wrt bug #396755 diff --git a/app-admin/lsat/lsat-0.9.5.ebuild b/app-admin/lsat/lsat-0.9.5.ebuild deleted file mode 100644 index 5f1b1f08d6bb..000000000000 --- a/app-admin/lsat/lsat-0.9.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.5.ebuild,v 1.4 2007/05/03 18:58:57 beandog 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="" - -RDEPEND="virtual/libc - dev-libs/popt" -DEPEND="${RDEPEND} - dev-lang/perl" - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gentoo.patch -} - -src_compile() { - tc-export CC - 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 -} diff --git a/app-admin/lsat/lsat-0.9.6.ebuild b/app-admin/lsat/lsat-0.9.6.ebuild deleted file mode 100644 index e51a415ecbdc..000000000000 --- a/app-admin/lsat/lsat-0.9.6.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/lsat/lsat-0.9.6.ebuild,v 1.1 2007/05/25 10:59:23 matsuu 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 -} - -src_compile() { - tc-export CC - econf || die - emake CFLAGS="${CFLAGS}" all manpage || die -} - -src_install() { - emake DESTDIR="${D}" install installman || die - dodoc README* *.txt - dohtml modules.html changelog/changelog.html -} |