summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Weber <xmw@gentoo.org>2012-07-02 13:28:18 +0000
committerMichael Weber <xmw@gentoo.org>2012-07-02 13:28:18 +0000
commit5cf4028e72e2a38a7aebba49ab19d8d3e7e20d7f (patch)
tree4752358ba9f7de1fac3784239590515304f7243b /net-analyzer/netsniff-ng
parentFix conditional patching (diff)
downloadgentoo-2-5cf4028e72e2a38a7aebba49ab19d8d3e7e20d7f.tar.gz
gentoo-2-5cf4028e72e2a38a7aebba49ab19d8d3e7e20d7f.tar.bz2
gentoo-2-5cf4028e72e2a38a7aebba49ab19d8d3e7e20d7f.zip
Version bump (bug 424415, thanks Khayyam)
(Portage version: 2.1.11.3/cvs/Linux x86_64)
Diffstat (limited to 'net-analyzer/netsniff-ng')
-rw-r--r--net-analyzer/netsniff-ng/ChangeLog8
-rw-r--r--net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild30
2 files changed, 36 insertions, 2 deletions
diff --git a/net-analyzer/netsniff-ng/ChangeLog b/net-analyzer/netsniff-ng/ChangeLog
index 48ee678803c3..30b459139a28 100644
--- a/net-analyzer/netsniff-ng/ChangeLog
+++ b/net-analyzer/netsniff-ng/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/netsniff-ng
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.3 2012/05/29 20:46:01 xmw Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/ChangeLog,v 1.4 2012/07/02 13:28:18 xmw Exp $
+
+*netsniff-ng-0.5.7 (02 Jul 2012)
+
+ 02 Jul 2012; Michael Weber <xmw@gentoo.org> +netsniff-ng-0.5.7.ebuild:
+ Version bump (bug 424415, thanks Khayyam)
29 May 2012; Michael Weber <xmw@gentoo.org> -netsniff-ng-0.5.5.0.ebuild,
netsniff-ng-0.5.6.ebuild, +files/netsniff-ng-0.5.6-man-no-compress.patch:
@@ -17,4 +22,3 @@
10 Sep 2011; Michael Weber <xmw@gentoo.org> +netsniff-ng-0.5.5.0.ebuild,
+metadata.xml:
Initial import, thanks to epinephrine for the report (bug 299549)
-
diff --git a/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild b/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild
new file mode 100644
index 000000000000..440a4031adf9
--- /dev/null
+++ b/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netsniff-ng/netsniff-ng-0.5.7.ebuild,v 1.1 2012/07/02 13:28:18 xmw Exp $
+
+EAPI=4
+
+inherit cmake-utils eutils vcs-snapshot
+
+DESCRIPTION="high performance network sniffer for packet inspection"
+HOMEPAGE="http://netsniff-ng.org/"
+SRC_URI="https://github.com/gnumaniacs/${PN}/tarball/${PV} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND=""
+
+S=${WORKDIR}/${P}/src
+
+src_prepare() {
+ epatch "${FILESDIR}"/${PN}-0.5.6-man-no-compress.patch
+}
+
+src_install() {
+ cmake-utils_src_install
+ dodoc ../{AUTHORS,README,REPORTING-BUGS}
+}