public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Cedric Krier (cedk)" <cedk@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/ngrep: ChangeLog ngrep-1.45-r1.ebuild
Date: Sun, 23 Dec 2007 12:33:17 +0000	[thread overview]
Message-ID: <E1J6Q17-0004ox-Na@stork.gentoo.org> (raw)

cedk        07/12/23 12:33:17

  Modified:             ChangeLog
  Added:                ngrep-1.45-r1.ebuild
  Log:
  Add user ngrep for bug #199270
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.42                 net-analyzer/ngrep/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	9 Jul 2007 16:38:25 -0000	1.41
+++ ChangeLog	23 Dec 2007 12:33:17 -0000	1.42
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/ngrep
 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.41 2007/07/09 16:38:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ChangeLog,v 1.42 2007/12/23 12:33:17 cedk Exp $
+
+*ngrep-1.45-r1 (23 Dec 2007)
+
+  23 Dec 2007; Cédric Krier <cedk@gentoo.org> +ngrep-1.45-r1.ebuild:
+  Add user ngrep for bug #199270
 
   09 Jul 2007; Raúl Porcel <armin76@gentoo.org> ngrep-1.45.ebuild:
   alpha stable



1.1                  net-analyzer/ngrep/ngrep-1.45-r1.ebuild

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

Index: ngrep-1.45-r1.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ngrep/ngrep-1.45-r1.ebuild,v 1.1 2007/12/23 12:33:17 cedk Exp $

inherit eutils autotools

DESCRIPTION="A grep for network layers"
HOMEPAGE="http://ngrep.sourceforge.net/"
SRC_URI="mirror://sourceforge/ngrep/${P}.tar.bz2"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc-macos ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="ipv6 pcre"

DEPEND="virtual/libc
	net-libs/libpcap
	pcre? ( dev-libs/libpcre )"

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

	epatch "${FILESDIR}"/${P}.patch
	eautoreconf
}

src_compile() {
	econf --with-dropprivs-user=ngrep \
		$(use_enable pcre) \
		$(use_enable ipv6) || die "econf failed"
	emake || die "emake failed"
}

pkg_preinst() {
	enewgroup ngrep || die "Failed to add group tcpdump"
	enewuser ngrep -1 -1 -1 ngrep || die "Failed to add user tcpdump"
}

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc doc/*.txt
}



-- 
gentoo-commits@gentoo.org mailing list



             reply	other threads:[~2007-12-23 12:33 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-12-23 12:33 Cedric Krier (cedk) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2008-03-18 23:41 [gentoo-commits] gentoo-x86 commit in net-analyzer/ngrep: ChangeLog ngrep-1.45-r1.ebuild Jeroen Roovers (jer)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=E1J6Q17-0004ox-Na@stork.gentoo.org \
    --to=cedk@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox