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

2020-11-26 Thread Aaron Bauman
commit: d5d061e837c00213198224002e3cb01652db1854
Author: Aaron Bauman  gentoo  org>
AuthorDate: Fri Nov 27 00:58:01 2020 +
Commit: Aaron Bauman  gentoo  org>
CommitDate: Fri Nov 27 00:58:01 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d5d061e8

net-analyzer/ndsad: drop old

Signed-off-by: Aaron Bauman  gentoo.org>

 net-analyzer/ndsad/ndsad-1.33-r1.ebuild | 45 -
 1 file changed, 45 deletions(-)

diff --git a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild 
b/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
deleted file mode 100644
index 5ccdff9433d..000
--- a/net-analyzer/ndsad/ndsad-1.33-r1.ebuild
+++ /dev/null
@@ -1,45 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="Cisco netflow probe from libpcap, ULOG, tee/divert sources"
-HOMEPAGE="https://sourceforge.net/projects/ndsad;
-SRC_URI="mirror://sourceforge/ndsad/ndsad-${PV}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-
-DEPEND=">=net-libs/libpcap-0.8"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
-   epatch \
-   "${FILESDIR}"/${P}-conf_path.patch \
-   "${FILESDIR}"/${P}-gentoo.patch \
-   "${FILESDIR}"/${P}-getpid.patch \
-   "${FILESDIR}"/${P}-log-path.patch \
-   "${FILESDIR}"/${P}-strncpy-overflow.patch
-
-   eautoreconf
-}
-
-src_configure() {
-   econf --with-ulog=yes
-}
-
-DOCS=( ChangeLog AUTHORS README )
-
-src_install() {
-   default
-
-   doman ndsad.conf.5
-
-   insinto /etc
-   newins ndsad.conf ndsad.conf
-
-   newinitd "${FILESDIR}"/ndsad.init ndsad
-   newconfd "${FILESDIR}"/ndsad.conf.d ndsad
-}



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

2020-11-26 Thread Thomas Deutschmann
commit: 5f9392546811a7bec0f3d94e4b39192c83685e44
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Thu Nov 26 23:52:15 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Thu Nov 26 23:56:58 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f939254

net-analyzer/ndsad: x86 stable (bug #757021)

Package-Manager: Portage-3.0.10, Repoman-3.0.2
Signed-off-by: Thomas Deutschmann  gentoo.org>

 net-analyzer/ndsad/ndsad-1.33-r2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/ndsad/ndsad-1.33-r2.ebuild 
b/net-analyzer/ndsad/ndsad-1.33-r2.ebuild
index e7f9a919a4a..2b5139cf568 100644
--- a/net-analyzer/ndsad/ndsad-1.33-r2.ebuild
+++ b/net-analyzer/ndsad/ndsad-1.33-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/ndsad/ndsad-${PV}.tgz"
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="x86"
 
 DEPEND="
>=net-libs/libpcap-0.8



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

2019-09-04 Thread Jeroen Roovers
commit: 379648951fb191bd5a4ac67631bc1b5befb4b806
Author: Jeroen Roovers  gentoo  org>
AuthorDate: Wed Sep  4 06:57:14 2019 +
Commit: Jeroen Roovers  gentoo  org>
CommitDate: Wed Sep  4 06:58:19 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37964895

net-analyzer/ndsad: Drop ULOG support

Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Jeroen Roovers  gentoo.org>

 net-analyzer/ndsad/ndsad-1.33-r2.ebuild | 45 +
 1 file changed, 45 insertions(+)

diff --git a/net-analyzer/ndsad/ndsad-1.33-r2.ebuild 
b/net-analyzer/ndsad/ndsad-1.33-r2.ebuild
new file mode 100644
index 000..e7f9a919a4a
--- /dev/null
+++ b/net-analyzer/ndsad/ndsad-1.33-r2.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+inherit autotools
+
+DESCRIPTION="Cisco netflow probe from libpcap, ULOG, tee/divert sources"
+HOMEPAGE="https://sourceforge.net/projects/ndsad;
+SRC_URI="mirror://sourceforge/ndsad/ndsad-${PV}.tgz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~x86"
+
+DEPEND="
+   >=net-libs/libpcap-0.8
+"
+RDEPEND="
+   ${DEPEND}
+"
+PATCHES=(
+   "${FILESDIR}"/${P}-conf_path.patch
+   "${FILESDIR}"/${P}-gentoo.patch
+   "${FILESDIR}"/${P}-getpid.patch
+   "${FILESDIR}"/${P}-log-path.patch
+   "${FILESDIR}"/${P}-strncpy-overflow.patch
+)
+DOCS=( ChangeLog AUTHORS README )
+
+src_prepare() {
+   default
+   eautoreconf
+}
+
+src_install() {
+   default
+
+   doman ndsad.conf.5
+
+   insinto /etc
+   newins ndsad.conf ndsad.conf
+
+   newinitd "${FILESDIR}"/ndsad.init ndsad
+   newconfd "${FILESDIR}"/ndsad.conf.d ndsad
+}