public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Peter Volkov (pva)" <pva@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-analyzer/traceroute: ChangeLog traceroute-1.4_p12-r6.ebuild
Date: Wed, 30 Jan 2008 18:16:07 +0000	[thread overview]
Message-ID: <E1JKHTj-00071f-Om@stork.gentoo.org> (raw)

pva         08/01/30 18:16:07

  Modified:             ChangeLog
  Added:                traceroute-1.4_p12-r6.ebuild
  Log:
  Fixed incorrect checksums, bug 158851, thank Eldad Zack <eldad AT gentoo.org> for the fix. x86-fbsd should be happy now.
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.55                 net-analyzer/traceroute/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	22 Jan 2008 02:21:15 -0000	1.54
+++ ChangeLog	30 Jan 2008 18:16:07 -0000	1.55
@@ -1,6 +1,12 @@
 # ChangeLog for net-analyzer/traceroute
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.54 2008/01/22 02:21:15 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/ChangeLog,v 1.55 2008/01/30 18:16:07 pva Exp $
+
+*traceroute-1.4_p12-r6 (30 Jan 2008)
+
+  30 Jan 2008; <pva@gentoo.org> +traceroute-1.4_p12-r6.ebuild:
+  Fixed incorrect checksums, bug 158851, thank Eldad Zack <eldad AT
+  gentoo.org> for the fix. x86-fbsd should be happy now.
 
   22 Jan 2008; Brent Baude <ranger@gentoo.org> traceroute-2.0.9-r1.ebuild:
   Marking traceroute-2.0.9-r1 ppc for bug 206900



1.1                  net-analyzer/traceroute/traceroute-1.4_p12-r6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r6.ebuild?rev=1.1&content-type=text/plain

Index: traceroute-1.4_p12-r6.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/traceroute/traceroute-1.4_p12-r6.ebuild,v 1.1 2008/01/30 18:16:07 pva Exp $

inherit eutils flag-o-matic

MY_P="${PN}-${PV/_p/a}"
PATCH_VER="1.6"
DESCRIPTION="Utility to trace the route of IP packets"
HOMEPAGE="http://ee.lbl.gov/"
SRC_URI="ftp://ee.lbl.gov/${MY_P}.tar.gz
	mirror://gentoo/${P}-patches-${PATCH_VER}.tar.bz2"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="static"

DEPEND=""

S=${WORKDIR}/${MY_P}

src_unpack() {
	unpack ${A}
	cd "${S}"
	EPATCH_SUFFIX="patch" epatch "${WORKDIR}"/patch
	use static && append-ldflags -static
}

src_install() {
	dosbin traceroute || die "dosbin"
	fowners root:wheel /usr/sbin/traceroute
	fperms 4711 /usr/sbin/traceroute

	doman traceroute.8
	dodoc CHANGES
}



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



                 reply	other threads:[~2008-01-30 18:16 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=E1JKHTj-00071f-Om@stork.gentoo.org \
    --to=pva@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