jer         14/07/11 10:26:23

  Modified:             ChangeLog dosdetector-20060621.ebuild
  Log:
  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set 
RDEPEND.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.5                  net-analyzer/dosdetector/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/ChangeLog?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/ChangeLog?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/ChangeLog?r1=1.4&r2=1.5

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog   17 Mar 2007 19:40:39 -0000      1.4
+++ ChangeLog   11 Jul 2014 10:26:23 -0000      1.5
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/dosdetector
-# 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 $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/dosdetector/ChangeLog,v 1.5 
2014/07/11 10:26:23 jer Exp $
+
+  11 Jul 2014; Jeroen Roovers <j...@gentoo.org> dosdetector-20060621.ebuild,
+  +files/dosdetector-20060621-isdigit.patch:
+  EAPI bump. New HOMEPAGE/SRC_URI. Add missing include for isdigit(). Set
+  RDEPEND.
 
   17 Mar 2007; Marcelo Goes <vanquir...@gentoo.org>
   dosdetector-20060621.ebuild:



1.4                  net-analyzer/dosdetector/dosdetector-20060621.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild?r1=1.3&r2=1.4

Index: dosdetector-20060621.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- dosdetector-20060621.ebuild 17 Mar 2007 19:40:39 -0000      1.3
+++ dosdetector-20060621.ebuild 11 Jul 2014 10:26:23 -0000      1.4
@@ -1,20 +1,21 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2014 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.3 2007/03/17 19:40:39 vanquirius Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/net-analyzer/dosdetector/dosdetector-20060621.ebuild,v 
1.4 2014/07/11 10:26:23 jer Exp $
 
-DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert
-about it"
-HOMEPAGE="http://darkzone.ma.cx/resources/unix/dosdetector/";
-SRC_URI="http://darkzone.ma.cx/resources/unix/dosdetector/${P}.tar.gz";
+EAPI=5
+inherit eutils
+
+DESCRIPTION="Tool to analyze and detect suspicious traffic from IP and alert 
about it"
+HOMEPAGE="http://dark-zone.eu/resources/unix/dosdetector/";
+SRC_URI="http://dark-zone.eu/resources/unix/${PN}/${P}.tar.gz";
 
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 x86"
-IUSE=""
 
 DEPEND="net-libs/libpcap"
-RDEPEND=""
+RDEPEND="${DEPEND}"
 
-src_install() {
-       emake DESTDIR="${D}" install || die "install failed"
+src_prepare() {
+       epatch "${FILESDIR}"/${P}-isdigit.patch
 }




Reply via email to