public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2.6.ebuild
@ 2012-12-07 16:24 Sergey Popov (pinkbyte)
  0 siblings, 0 replies; 3+ messages in thread
From: Sergey Popov (pinkbyte) @ 2012-12-07 16:24 UTC (permalink / raw
  To: gentoo-commits

pinkbyte    12/12/07 16:24:58

  Modified:             ChangeLog
  Added:                fragroute-1.2.6.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2.0_alpha144/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.27                 net-analyzer/fragroute/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	16 Oct 2012 12:17:14 -0000	1.26
+++ ChangeLog	7 Dec 2012 16:24:58 -0000	1.27
@@ -1,6 +1,11 @@
 # ChangeLog for net-analyzer/fragroute
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.26 2012/10/16 12:17:14 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.27 2012/12/07 16:24:58 pinkbyte Exp $
+
+*fragroute-1.2.6 (07 Dec 2012)
+
+  07 Dec 2012; Sergey Popov <pinkbyte@gentoo.org> +fragroute-1.2.6.ebuild:
+  Version bump
 
   16 Oct 2012; Anthony G. Basile <blueness@gentoo.org> fragroute-1.2.5.ebuild:
   Keyword ~ppc ~ppc64, request by Pinkbyte



1.1                  net-analyzer/fragroute/fragroute-1.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.1&content-type=text/plain

Index: fragroute-1.2.6.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v 1.1 2012/12/07 16:24:58 pinkbyte Exp $

EAPI="5"

AUTOTOOLS_AUTORECONF=1
AUTOTOOLS_IN_SOURCE_BUILD=1
MY_P="${P}-ipv6"

inherit autotools-utils

DESCRIPTION="Testing of network intrusion detection systems, firewalls and TCP/IP stacks"
HOMEPAGE="http://code.google.com/p/fragroute-ipv6/"
SRC_URI="http://fragroute-ipv6.googlecode.com/files/${MY_P}.tar.gz"

LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
IUSE=""

RDEPEND="
	dev-libs/libevent
	net-libs/libpcap
	>=dev-libs/libdnet-1.12[ipv6]
"
DEPEND="${RDEPEND}
	virtual/awk"

S="${WORKDIR}/${MY_P}"

DOCS=( INSTALL README TODO )

src_prepare() {
	# Remove broken and old files, autotools will regen needed files
	rm *.m4 acconfig.h missing Makefile.in || die 'removing of old stuff failed'
	# Add missing includes
	sed -i -e "/#define IPUTIL_H/a#include <stdio.h>\n#include <stdint.h>" iputil.h || die 'sed on iputil.h failed'
	autotools-utils_src_prepare
}

src_configure() {
	local myeconfargs=(
		--with-libevent="${EPREFIX}"/usr \
		--with-libdnet="${EPREFIX}"/usr \
		--with-libpcap="${EPREFIX}"/usr
	)
	autotools-utils_src_configure
}





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2.6.ebuild
@ 2014-06-14  9:48 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2014-06-14  9:48 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    14/06/14 09:48:16

  Modified:             ChangeLog fragroute-1.2.6.ebuild
  Log:
  x86 stable wrt bug #502862
  
  (Portage version: 2.2.8-r1/cvs/Linux i686, RepoMan options: --ignore-arches, signed Manifest commit with key 0x4F1A2555EA71991D!)

Revision  Changes    Path
1.28                 net-analyzer/fragroute/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	7 Dec 2012 16:24:58 -0000	1.27
+++ ChangeLog	14 Jun 2014 09:48:16 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fragroute
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.27 2012/12/07 16:24:58 pinkbyte Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.28 2014/06/14 09:48:16 phajdan.jr Exp $
+
+  14 Jun 2014; Pawel Hajdan jr <phajdan.jr@gentoo.org> fragroute-1.2.6.ebuild:
+  x86 stable wrt bug #502862
 
 *fragroute-1.2.6 (07 Dec 2012)
 



1.2                  net-analyzer/fragroute/fragroute-1.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?r1=1.1&r2=1.2

Index: fragroute-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- fragroute-1.2.6.ebuild	7 Dec 2012 16:24:58 -0000	1.1
+++ fragroute-1.2.6.ebuild	14 Jun 2014 09:48:16 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v 1.1 2012/12/07 16:24:58 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v 1.2 2014/06/14 09:48:16 phajdan.jr Exp $
 
 EAPI="5"
 
@@ -16,7 +16,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 x86"
 IUSE=""
 
 RDEPEND="





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

* [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2.6.ebuild
@ 2014-07-12 13:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2014-07-12 13:11 UTC (permalink / raw
  To: gentoo-commits

jer         14/07/12 13:11:35

  Modified:             ChangeLog fragroute-1.2.6.ebuild
  Log:
  Remove die() messages, unused IUSE.
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.30                 net-analyzer/fragroute/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.30&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?rev=1.30&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/ChangeLog?r1=1.29&r2=1.30

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- ChangeLog	14 Jun 2014 11:01:21 -0000	1.29
+++ ChangeLog	12 Jul 2014 13:11:35 -0000	1.30
@@ -1,6 +1,9 @@
 # ChangeLog for net-analyzer/fragroute
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.29 2014/06/14 11:01:21 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/ChangeLog,v 1.30 2014/07/12 13:11:35 jer Exp $
+
+  12 Jul 2014; Jeroen Roovers <jer@gentoo.org> fragroute-1.2.6.ebuild:
+  Remove die() messages, unused IUSE.
 
   14 Jun 2014; Jeroen Roovers <jer@gentoo.org> -fragroute-1.2-r3.ebuild,
   -fragroute-1.2-r4.ebuild, -fragroute-1.2.5.ebuild, -files/1.2-libevent.patch,



1.3                  net-analyzer/fragroute/fragroute-1.2.6.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild?r1=1.2&r2=1.3

Index: fragroute-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- fragroute-1.2.6.ebuild	14 Jun 2014 09:48:16 -0000	1.2
+++ fragroute-1.2.6.ebuild	12 Jul 2014 13:11:35 -0000	1.3
@@ -1,8 +1,8 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v 1.2 2014/06/14 09:48:16 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/fragroute/fragroute-1.2.6.ebuild,v 1.3 2014/07/12 13:11:35 jer Exp $
 
-EAPI="5"
+EAPI=5
 
 AUTOTOOLS_AUTORECONF=1
 AUTOTOOLS_IN_SOURCE_BUILD=1
@@ -17,7 +17,6 @@
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~ppc ~ppc64 x86"
-IUSE=""
 
 RDEPEND="
 	dev-libs/libevent
@@ -33,9 +32,9 @@
 
 src_prepare() {
 	# Remove broken and old files, autotools will regen needed files
-	rm *.m4 acconfig.h missing Makefile.in || die 'removing of old stuff failed'
+	rm *.m4 acconfig.h missing Makefile.in || die
 	# Add missing includes
-	sed -i -e "/#define IPUTIL_H/a#include <stdio.h>\n#include <stdint.h>" iputil.h || die 'sed on iputil.h failed'
+	sed -i -e "/#define IPUTIL_H/a#include <stdio.h>\n#include <stdint.h>" iputil.h || die
 	autotools-utils_src_prepare
 }
 





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

end of thread, other threads:[~2014-07-12 13:11 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-14  9:48 [gentoo-commits] gentoo-x86 commit in net-analyzer/fragroute: ChangeLog fragroute-1.2.6.ebuild PaweA Hajdan (phajdan.jr)
  -- strict thread matches above, loose matches on Subject: below --
2014-07-12 13:11 Jeroen Roovers (jer)
2012-12-07 16:24 Sergey Popov (pinkbyte)

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