public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/netdiscover: ChangeLog netdiscover-0.3_beta6-r1.ebuild
@ 2008-03-31  8:44 Peter Volkov (pva)
  0 siblings, 0 replies; only message in thread
From: Peter Volkov (pva) @ 2008-03-31  8:44 UTC (permalink / raw
  To: gentoo-commits

pva         08/03/31 08:44:25

  Modified:             ChangeLog
  Added:                netdiscover-0.3_beta6-r1.ebuild
  Log:
  OUI (Organizationally Unique Identifier) database is updated, bug #215107, thank Shvetsov Alexey for report.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  net-analyzer/netdiscover/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netdiscover/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netdiscover/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netdiscover/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/netdiscover/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	6 Sep 2007 17:37:14 -0000	1.6
+++ ChangeLog	31 Mar 2008 08:44:24 -0000	1.7
@@ -1,6 +1,13 @@
 # ChangeLog for net-analyzer/netdiscover
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netdiscover/ChangeLog,v 1.6 2007/09/06 17:37:14 jokey Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netdiscover/ChangeLog,v 1.7 2008/03/31 08:44:24 pva Exp $
+
+*netdiscover-0.3_beta6-r1 (31 Mar 2008)
+
+  31 Mar 2008; Peter Volkov <pva@gentoo.org>
+  +netdiscover-0.3_beta6-r1.ebuild:
+  OUI (Organizationally Unique Identifier) database is updated, bug #215107,
+  thank Shvetsov Alexey for report.
 
   06 Sep 2007; Markus Ullmann <jokey@gentoo.org>
   -netdiscover-0.3_beta5.ebuild:



1.1                  net-analyzer/netdiscover/netdiscover-0.3_beta6-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netdiscover/netdiscover-0.3_beta6-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/netdiscover/netdiscover-0.3_beta6-r1.ebuild?rev=1.1&content-type=text/plain

Index: netdiscover-0.3_beta6-r1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/netdiscover/netdiscover-0.3_beta6-r1.ebuild,v 1.1 2008/03/31 08:44:24 pva Exp $

inherit eutils autotools

MY_PV="${PV/_/-}"
MY_P="${PN}-${MY_PV}"

DESCRIPTION="An active/passive address reconnaissance tool."
HOMEPAGE="http://nixgeneration.com/~jaime/netdiscover/"
SRC_URI="http://nixgeneration.com/~jaime/netdiscover/releases/${MY_P}.tar.gz
		mirror://gentoo/netdiscover-0.3-beta6-oui-db-update-20080330.patch.bz2"
IUSE=""

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"

DEPEND=">=net-libs/libnet-1.1.2.1-r1
	>=net-libs/libpcap-0.8.3-r1"

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"

	epatch "${WORKDIR}"/netdiscover-0.3-beta6-oui-db-update-20080330.patch
	# Avoid installation of ChangeLog, LICENSE, etc. We do this ourselves.
	sed -i 's:netdiscoverdoc:noinst:' Makefile.am
	eautoreconf
}

src_install() {
	emake DESTDIR="${D}" install || die "Make install failed."
	dodoc AUTHORS ChangeLog README TODO
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-03-31  8:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-31  8:44 [gentoo-commits] gentoo-x86 commit in net-analyzer/netdiscover: ChangeLog netdiscover-0.3_beta6-r1.ebuild Peter Volkov (pva)

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