diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-03-17 19:40:39 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-03-17 19:40:39 +0000 |
commit | b31bd40bb6631f05076bc1d847976e09e043e683 (patch) | |
tree | ffeb6ea01b7ff3d7302fded6b60470d6f60bcecf /net-analyzer/dosdetector | |
parent | Migrate to splitted ant. (diff) | |
download | gentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.tar.gz gentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.tar.bz2 gentoo-2-b31bd40bb6631f05076bc1d847976e09e043e683.zip |
No need to set S, use emake install instead of einstall, mark x86 stable.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-analyzer/dosdetector')
-rw-r--r-- | net-analyzer/dosdetector/ChangeLog | 8 | ||||
-rw-r--r-- | net-analyzer/dosdetector/dosdetector-20060621.ebuild | 10 |
2 files changed, 10 insertions, 8 deletions
diff --git a/net-analyzer/dosdetector/ChangeLog b/net-analyzer/dosdetector/ChangeLog index 858ff04aca83..8a64d5d24b16 100644 --- a/net-analyzer/dosdetector/ChangeLog +++ b/net-analyzer/dosdetector/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-analyzer/dosdetector -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v 1.3 2006/10/15 12:30:19 tcort Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v 1.4 2007/03/17 19:40:39 vanquirius Exp $ + + 17 Mar 2007; Marcelo Goes <vanquirius@gentoo.org> + dosdetector-20060621.ebuild: + No need to set S, use emake install instead of einstall, mark x86 stable. 15 Oct 2006; Thomas Cort <tcort@gentoo.org> dosdetector-20060621.ebuild: Added ~amd64 keyword wrt Bug #151445. diff --git a/net-analyzer/dosdetector/dosdetector-20060621.ebuild b/net-analyzer/dosdetector/dosdetector-20060621.ebuild index 7fff456039e9..5242981fc0b0 100644 --- a/net-analyzer/dosdetector/dosdetector-20060621.ebuild +++ b/net-analyzer/dosdetector/dosdetector-20060621.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 1.2 2006/10/15 12:30:19 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 1.3 2007/03/17 19:40:39 vanquirius Exp $ DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert about it" @@ -9,14 +9,12 @@ SRC_URI="http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 x86" IUSE="" DEPEND="net-libs/libpcap" RDEPEND="" -S=${WORKDIR}/${P} - src_install() { - einstall || die "einstall failed" + emake DESTDIR="${D}" install || die "install failed" } |