public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
@ 2018-01-31 10:13 Jeroen Roovers
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2018-01-31 10:13 UTC (permalink / raw
  To: gentoo-commits

commit:     cf97cf19ff15144293a8b167e47559a8ce685284
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 31 10:13:24 2018 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Wed Jan 31 10:13:46 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf97cf19

net-analyzer/nast: Set sub-SLOT on sys-libs/ncurses dependency.

Package-Manager: Portage-2.3.20, Repoman-2.3.6

 net-analyzer/nast/nast-0.2.0-r1.ebuild | 4 ++--
 net-analyzer/nast/nast-0.2.0-r2.ebuild | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/net-analyzer/nast/nast-0.2.0-r1.ebuild b/net-analyzer/nast/nast-0.2.0-r1.ebuild
index 1b4c53803c5..9eefa451cd9 100644
--- a/net-analyzer/nast/nast-0.2.0-r1.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -15,7 +15,7 @@ IUSE="ncurses"
 RDEPEND="
 	>=net-libs/libnet-1.1.1
 	net-libs/libpcap
-	ncurses? ( >=sys-libs/ncurses-5.4 )
+	ncurses? ( >=sys-libs/ncurses-5.4:= )
 "
 DEPEND="
 	${RDEPEND}

diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r2.ebuild
index a922979f560..493d47ee9f4 100644
--- a/net-analyzer/nast/nast-0.2.0-r2.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r2.ebuild
@@ -15,7 +15,7 @@ IUSE="ncurses"
 RDEPEND="
 	>=net-libs/libnet-1.1.1
 	net-libs/libpcap
-	ncurses? ( >=sys-libs/ncurses-5.4 )
+	ncurses? ( >=sys-libs/ncurses-5.4:= )
 "
 DEPEND="
 	${RDEPEND}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
@ 2020-02-07  7:45 Jeroen Roovers
  0 siblings, 0 replies; 5+ messages in thread
From: Jeroen Roovers @ 2020-02-07  7:45 UTC (permalink / raw
  To: gentoo-commits

commit:     05cde0f7f599843b855db3813f1905a5e60efe80
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Fri Feb  7 07:44:43 2020 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Fri Feb  7 07:45:27 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05cde0f7

net-analyzer/nast: Set CFLAGS=-fcommon

Package-Manager: Portage-2.3.87, Repoman-2.3.20
Closes: https://bugs.gentoo.org/show_bug.cgi?id=708510
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 net-analyzer/nast/nast-0.2.0-r2.ebuild | 9 +++++++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r2.ebuild
index 493d47ee9f4..b2e8f7dd034 100644
--- a/net-analyzer/nast/nast-0.2.0-r2.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-inherit autotools
+inherit autotools flag-o-matic
 
 DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
 HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
@@ -30,6 +30,11 @@ src_prepare() {
 	eautoreconf
 }
 
+src_configure() {
+	append-cflags -fcommon
+	default
+}
+
 src_compile() {
 	emake CFLAGS="${CFLAGS}"
 }


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
@ 2020-11-27  0:07 Thomas Deutschmann
  0 siblings, 0 replies; 5+ messages in thread
From: Thomas Deutschmann @ 2020-11-27  0:07 UTC (permalink / raw
  To: gentoo-commits

commit:     0733fc1b77b02e020fd0e024c704779447ded545
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:07:03 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:07:03 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0733fc1b

net-analyzer/nast: x86 stable (bug #757015)

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

 net-analyzer/nast/nast-0.2.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r2.ebuild
index b2e8f7dd034..bc1d6e76e22 100644
--- a/net-analyzer/nast/nast-0.2.0-r2.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r2.ebuild
@@ -9,7 +9,7 @@ HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE="ncurses"
 
 RDEPEND="


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
@ 2020-11-27  0:59 Aaron Bauman
  0 siblings, 0 replies; 5+ messages in thread
From: Aaron Bauman @ 2020-11-27  0:59 UTC (permalink / raw
  To: gentoo-commits

commit:     6a179f99a2f88151b5be2d82767d9f179ade4a26
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 00:53:12 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 00:53:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a179f99

net-analyzer/nast: drop old

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 net-analyzer/nast/nast-0.2.0-r1.ebuild | 38 ----------------------------------
 1 file changed, 38 deletions(-)

diff --git a/net-analyzer/nast/nast-0.2.0-r1.ebuild b/net-analyzer/nast/nast-0.2.0-r1.ebuild
deleted file mode 100644
index 9eefa451cd9..00000000000
--- a/net-analyzer/nast/nast-0.2.0-r1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils
-
-DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
-HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
-SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 x86"
-IUSE="ncurses"
-
-RDEPEND="
-	>=net-libs/libnet-1.1.1
-	net-libs/libpcap
-	ncurses? ( >=sys-libs/ncurses-5.4:= )
-"
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
-
-src_prepare() {
-	epatch "${FILESDIR}"/${P}-gentoo.patch
-	eautoreconf
-}
-
-src_compile() {
-	emake CFLAGS="${CFLAGS}"
-}
-
-src_install() {
-	dosbin nast
-	doman nast.8
-	dodoc AUTHORS BUGS CREDITS ChangeLog NCURSES_README README TODO
-}


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

* [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/
@ 2022-07-15 12:14 Sam James
  0 siblings, 0 replies; 5+ messages in thread
From: Sam James @ 2022-07-15 12:14 UTC (permalink / raw
  To: gentoo-commits

commit:     29cb3fa1f8320e852413b6614553c37b36f82dea
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 15 11:30:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 15 12:14:11 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29cb3fa1

net-analyzer/nast: EAPI 8

Signed-off-by: Sam James <sam <AT> gentoo.org>

 .../nast/{nast-0.2.0-r2.ebuild => nast-0.2.0-r3.ebuild}     | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/net-analyzer/nast/nast-0.2.0-r2.ebuild b/net-analyzer/nast/nast-0.2.0-r3.ebuild
similarity index 88%
rename from net-analyzer/nast/nast-0.2.0-r2.ebuild
rename to net-analyzer/nast/nast-0.2.0-r3.ebuild
index bc1d6e76e220..9be8146f5f8b 100644
--- a/net-analyzer/nast/nast-0.2.0-r2.ebuild
+++ b/net-analyzer/nast/nast-0.2.0-r3.ebuild
@@ -1,12 +1,14 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=8
+
 inherit autotools flag-o-matic
 
 DESCRIPTION="NAST - Network Analyzer Sniffer Tool"
 HOMEPAGE="https://sourceforge.net/projects/nast.berlios/"
 SRC_URI="mirror://sourceforge/${PN}.berlios/${P}.tar.gz"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 x86"
@@ -17,10 +19,9 @@ RDEPEND="
 	net-libs/libpcap
 	ncurses? ( >=sys-libs/ncurses-5.4:= )
 "
-DEPEND="
-	${RDEPEND}
-	virtual/pkgconfig
-"
+DEPEND="${RDEPEND}"
+BDEPEND="virtual/pkgconfig"
+
 PATCHES=(
 	"${FILESDIR}"/${P}-gentoo.patch
 )


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

end of thread, other threads:[~2022-07-15 12:14 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-31 10:13 [gentoo-commits] repo/gentoo:master commit in: net-analyzer/nast/ Jeroen Roovers
  -- strict thread matches above, loose matches on Subject: below --
2020-02-07  7:45 Jeroen Roovers
2020-11-27  0:07 Thomas Deutschmann
2020-11-27  0:59 Aaron Bauman
2022-07-15 12:14 Sam James

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