[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/

2024-05-07 Thread Andreas K. Hüttel
commit: bb01d60a9212281ed6bdb95e1f5ddc8ffda35e00
Author: Andreas K. Hüttel  gentoo  org>
AuthorDate: Sun Apr 21 12:01:35 2024 +
Commit: Andreas K. Hüttel  gentoo  org>
CommitDate: Tue May  7 07:55:22 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb01d60a

net-analyzer/snortalog: Port to PERL_FEATURES

Signed-off-by: Andreas K. Hüttel  gentoo.org>

 .../{snortalog-2.4.3-r1.ebuild => snortalog-2.4.3-r2.ebuild}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild 
b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
similarity index 91%
rename from net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
rename to net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
index 960612b2f88f..2063d0ad5aa0 100644
--- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
+++ b/net-analyzer/snortalog/snortalog-2.4.3-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
 IUSE="tk"
 
 RDEPEND="
-   dev-lang/perl[ithreads]
+   || ( >=dev-lang/perl-5.38.2-r3[perl_features_ithreads] 


[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/

2021-04-03 Thread Sam James
commit: 1fbf6335aed32d25b8dc19eb6325b6c3fd83797e
Author: Sam James  gentoo  org>
AuthorDate: Fri Apr  2 01:17:43 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Apr  3 16:10:26 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1fbf6335

net-analyzer/snortalog: port to EAPI 7

Signed-off-by: Sam James  gentoo.org>

 net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 24 
 1 file changed, 16 insertions(+), 8 deletions(-)

diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild 
b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
index 18e2cd14b90..960612b2f88 100644
--- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
+++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
@@ -1,17 +1,19 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=5
-inherit eutils
+EAPI=7
 
 MY_P="${PN}_v${PV}"
 
-DESCRIPTION="a powerful perl script that summarizes snort logs"
+inherit edos2unix
+
+DESCRIPTION="A powerful perl script that summarizes snort logs"
 HOMEPAGE="http://jeremy.chartier.free.fr/snortalog/;
 SRC_URI="http://jeremy.chartier.free.fr/snortalog/downloads/${PN}/${MY_P}.tar;
+S="${WORKDIR}"
+
 LICENSE="GPL-2"
 SLOT="0"
-
 KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86"
 IUSE="tk"
 
@@ -24,10 +26,16 @@ RDEPEND="
tk? ( dev-perl/Tk )
 "
 
-S=${WORKDIR}
-
 src_prepare() {
-   edos2unix $(find conf/ modules/ -type f) ${PN}.* CHANGES
+   default
+
+   local convert=$(find conf/ modules/ -type f || die)
+   convert+=( ${PN}.* CHANGES )
+
+   local item
+   for item in ${convert[@]} ; do
+   edos2unix "${item}"
+   done
 
# fix paths, erroneous can access message
sed -i \



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/

2016-06-04 Thread Jeroen Roovers
commit: 91b92bc43b1a5daea83a591d7f7d780f8d2b84ed
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Sat Jun  4 13:20:52 2016 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Sat Jun  4 13:21:17 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=91b92bc4

net-analyzer/snortalog: Unconditionally depend on dev-perl/GDGraph (bug #584582 
by Bernd).

Package-Manager: portage-2.3.0_rc1

 net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild 
b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
index c421b91..d4e5af0 100644
--- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
+++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
@@ -18,10 +18,11 @@ IUSE="tk"
 
 RDEPEND="
dev-lang/perl[ithreads]
+   dev-perl/GDGraph
dev-perl/HTML-HTMLDoc
virtual/perl-DB_File
virtual/perl-Getopt-Long
-   tk? ( dev-perl/Tk dev-perl/GDGraph )
+   tk? ( dev-perl/Tk )
 "
 
 S=${WORKDIR}



[gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/

2016-03-14 Thread Andreas Hüttel
commit: 1207cd7b08cc64eb9b1fa70d206e575bfa516c0d
Author: Kent Fredric  gmail  com>
AuthorDate: Sat Mar 12 03:27:26 2016 +
Commit: Andreas Hüttel  gentoo  org>
CommitDate: Mon Mar 14 23:06:37 2016 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1207cd7b

net-analyzer/snortalog: Fix dependency on dev-perl/Tk

Package-Manager: portage-2.2.27

 net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild 
b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
index 3c7f51f..c421b91 100644
--- a/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
+++ b/net-analyzer/snortalog/snortalog-2.4.3-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -21,7 +21,7 @@ RDEPEND="
dev-perl/HTML-HTMLDoc
virtual/perl-DB_File
virtual/perl-Getopt-Long
-   tk? ( dev-perl/perl-tk dev-perl/GDGraph )
+   tk? ( dev-perl/Tk dev-perl/GDGraph )
 "
 
 S=${WORKDIR}