public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/
@ 2016-03-14 23:07 Andreas Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2016-03-14 23:07 UTC (permalink / raw
  To: gentoo-commits

commit:     1207cd7b08cc64eb9b1fa70d206e575bfa516c0d
Author:     Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Mar 12 03:27:26 2016 +0000
Commit:     Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 23:06:37 2016 +0000
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}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/
@ 2016-06-04 13:21 Jeroen Roovers
  0 siblings, 0 replies; 4+ messages in thread
From: Jeroen Roovers @ 2016-06-04 13:21 UTC (permalink / raw
  To: gentoo-commits

commit:     91b92bc43b1a5daea83a591d7f7d780f8d2b84ed
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Sat Jun  4 13:20:52 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Sat Jun  4 13:21:17 2016 +0000
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}


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/
@ 2021-04-03 16:10 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-03 16:10 UTC (permalink / raw
  To: gentoo-commits

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

net-analyzer/snortalog: port to EAPI 7

Signed-off-by: Sam James <sam <AT> 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 \


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/
@ 2024-05-07  7:57 Andreas K. Hüttel
  0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2024-05-07  7:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bb01d60a9212281ed6bdb95e1f5ddc8ffda35e00
Author:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 21 12:01:35 2024 +0000
Commit:     Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Tue May  7 07:55:22 2024 +0000
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 <dilfridge <AT> 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] <dev-lang/perl-5.38.2-r3[ithreads] )
 	dev-perl/GDGraph
 	dev-perl/HTML-HTMLDoc
 	virtual/perl-DB_File


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-05-07  7:57 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-03-14 23:07 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/snortalog/ Andreas Hüttel
  -- strict thread matches above, loose matches on Subject: below --
2016-06-04 13:21 Jeroen Roovers
2021-04-03 16:10 Sam James
2024-05-07  7:57 Andreas K. Hüttel

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