public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-04-28 16:59 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-04-28 16:59 UTC (permalink / raw
  To: gentoo-commits

jer         12/04/28 16:59:10

  Modified:             ChangeLog
  Added:                libnet-1.0.2a-r4.ebuild
  Log:
  Apply endian patch by Christopher Friedt (bug #275885). Clean up patch. Respect CFLAGS.
  
  (Portage version: 2.2.0_alpha101/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	23 Apr 2012 19:56:04 -0000	1.79
+++ ChangeLog	28 Apr 2012 16:59:10 -0000	1.80
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.79 2012/04/23 19:56:04 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.80 2012/04/28 16:59:10 jer Exp $
+
+*libnet-1.0.2a-r4 (28 Apr 2012)
+
+  28 Apr 2012; Jeroen Roovers <jer@gentoo.org> +files/1.0.2a-endian.patch,
+  files/1.0.2a-slot.patch, +libnet-1.0.2a-r4.ebuild:
+  Apply endian patch by Christopher Friedt (bug #275885). Clean up patch.
+  Respect CFLAGS.
 
   23 Apr 2012; Fabian Groffen <grobian@gentoo.org> libnet-1.1.6.ebuild:
   Marked ~{ppc,x86,x64}-macos, bug #410067



1.1                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.1&content-type=text/plain

Index: libnet-1.0.2a-r4.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.1 2012/04/28 16:59:10 jer Exp $

EAPI=4
inherit autotools eutils

DESCRIPTION="library to provide an API for commonly used low-level network functions (mainly packet injection)"
HOMEPAGE="http://www.packetfactory.net/libnet/"
SRC_URI="http://www.packetfactory.net/libnet/dist/deprecated/${P}.tar.gz"

LICENSE="LGPL-2"
SLOT="1.0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE=""

S=${WORKDIR}/Libnet-${PV}

src_prepare() {
	epatch "${FILESDIR}"/libnet-gcc33-fix \
		"${FILESDIR}"/${PV}-slot.patch \
		"${FILESDIR}"/${PV}-endian.patch

	cd "${S}"
	mv libnet-config.in libnet-${SLOT}-config.in || die "moving libnet-config"

	cd "${S}"/include
	ln -s libnet.h libnet-${SLOT}.h

	cd libnet
	for f in *.h ; do
		ln -s ${f} ${f/-/-${SLOT}-} || die "linking ${f}"
	done

	cd "${S}"/doc
	ln -s libnet.3 libnet-${SLOT}.3 || die "linking manpage"

	cd "${S}"
	sed -i configure.in -e '/CCOPTS=/d;/CFLAGS=/s|.*|:|' || die

	eautoconf
}

src_install() {
	default
	doman "${D}"/usr/man/man3/libnet-1.0.3
	rm -r "${D}"/usr/man

	dodoc VERSION doc/{README,TODO*,CHANGELOG*}
	newdoc README README.1st
	docinto example ; dodoc example/libnet*
	docinto Ancillary ; dodoc doc/Ancillary/*
}

pkg_postinst(){
	elog "libnet ${SLOT} is deprecated !"
	elog "config script: libnet-${SLOT}-config"
	elog "manpage: libnet-${SLOT}"
	elog "library: libnet-${SLOT}.a"
	elog "include: libnet-${SLOT}.h"
}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-05-31  5:44 Jeff Horelick (jdhore)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeff Horelick (jdhore) @ 2012-05-31  5:44 UTC (permalink / raw
  To: gentoo-commits

jdhore      12/05/31 05:44:41

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  marked x86 per bug 418275
  
  (Portage version: 2.2.0_alpha108/cvs/Linux i686)

Revision  Changes    Path
1.87                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.87&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.87&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.86&r2=1.87

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	12 May 2012 15:28:16 -0000	1.86
+++ ChangeLog	31 May 2012 05:44:41 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.86 2012/05/12 15:28:16 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.87 2012/05/31 05:44:41 jdhore Exp $
+
+  31 May 2012; Jeff Horelick <jdhore@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  marked x86 per bug 418275
 
   12 May 2012; Jeroen Roovers <jer@gentoo.org> libnet-1.1.6.ebuild:
   Stable for HPPA (bug #413877).



1.2                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.1&r2=1.2

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libnet-1.0.2a-r4.ebuild	28 Apr 2012 16:59:10 -0000	1.1
+++ libnet-1.0.2a-r4.ebuild	31 May 2012 05:44:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.1 2012/04/28 16:59:10 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.2 2012/05/31 05:44:41 jdhore Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-05-31  8:26 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-05-31  8:26 UTC (permalink / raw
  To: gentoo-commits

ago         12/05/31 08:26:58

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  Stable for amd64, wrt bug #418275
  
  (Portage version: 2.1.10.49/cvs/Linux x86_64)

Revision  Changes    Path
1.88                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	31 May 2012 05:44:41 -0000	1.87
+++ ChangeLog	31 May 2012 08:26:58 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.87 2012/05/31 05:44:41 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.88 2012/05/31 08:26:58 ago Exp $
+
+  31 May 2012; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  Stable for amd64, wrt bug #418275
 
   31 May 2012; Jeff Horelick <jdhore@gentoo.org> libnet-1.0.2a-r4.ebuild:
   marked x86 per bug 418275



1.3                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.2&r2=1.3

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libnet-1.0.2a-r4.ebuild	31 May 2012 05:44:41 -0000	1.2
+++ libnet-1.0.2a-r4.ebuild	31 May 2012 08:26:58 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.2 2012/05/31 05:44:41 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.3 2012/05/31 08:26:58 ago Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-05-31 15:06 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-05-31 15:06 UTC (permalink / raw
  To: gentoo-commits

jer         12/05/31 15:06:53

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  Stable for HPPA (bug #418275).
  
  (Portage version: 2.2.0_alpha108/cvs/Linux x86_64)

Revision  Changes    Path
1.89                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	31 May 2012 08:26:58 -0000	1.88
+++ ChangeLog	31 May 2012 15:06:52 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.88 2012/05/31 08:26:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.89 2012/05/31 15:06:52 jer Exp $
+
+  31 May 2012; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  Stable for HPPA (bug #418275).
 
   31 May 2012; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r4.ebuild:
   Stable for amd64, wrt bug #418275



1.4                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.3&r2=1.4

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libnet-1.0.2a-r4.ebuild	31 May 2012 08:26:58 -0000	1.3
+++ libnet-1.0.2a-r4.ebuild	31 May 2012 15:06:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.3 2012/05/31 08:26:58 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.4 2012/05/31 15:06:52 jer Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-06-03 18:22 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-06-03 18:22 UTC (permalink / raw
  To: gentoo-commits

maekke      12/06/03 18:22:16

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  arm stable, bug #418275
  
  (Portage version: 2.1.10.63/cvs/Linux i686)

Revision  Changes    Path
1.90                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	31 May 2012 15:06:52 -0000	1.89
+++ ChangeLog	3 Jun 2012 18:22:16 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.89 2012/05/31 15:06:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.90 2012/06/03 18:22:16 maekke Exp $
+
+  03 Jun 2012; Markus Meier <maekke@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  arm stable, bug #418275
 
   31 May 2012; Jeroen Roovers <jer@gentoo.org> libnet-1.0.2a-r4.ebuild:
   Stable for HPPA (bug #418275).



1.5                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.4&r2=1.5

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libnet-1.0.2a-r4.ebuild	31 May 2012 15:06:52 -0000	1.4
+++ libnet-1.0.2a-r4.ebuild	3 Jun 2012 18:22:16 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.4 2012/05/31 15:06:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.5 2012/06/03 18:22:16 maekke Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-06-05 21:06 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-06-05 21:06 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/05 21:06:57

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  Marking libnet-1.0.2a-r4 ppc64 for bug 418275
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.91                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	3 Jun 2012 18:22:16 -0000	1.90
+++ ChangeLog	5 Jun 2012 21:06:57 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.90 2012/06/03 18:22:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.91 2012/06/05 21:06:57 ranger Exp $
+
+  05 Jun 2012; Brent Baude <ranger@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  Marking libnet-1.0.2a-r4 ppc64 for bug 418275
 
   03 Jun 2012; Markus Meier <maekke@gentoo.org> libnet-1.0.2a-r4.ebuild:
   arm stable, bug #418275



1.6                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.5&r2=1.6

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libnet-1.0.2a-r4.ebuild	3 Jun 2012 18:22:16 -0000	1.5
+++ libnet-1.0.2a-r4.ebuild	5 Jun 2012 21:06:57 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.5 2012/06/03 18:22:16 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.6 2012/06/05 21:06:57 ranger Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 arm hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-06-07 21:50 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-06-07 21:50 UTC (permalink / raw
  To: gentoo-commits

ranger      12/06/07 21:50:01

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  Marking libnet-1.0.2a-r4 ppc for bug 418275
  
  (Portage version: 2.1.10.49/cvs/Linux ppc64)

Revision  Changes    Path
1.92                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	5 Jun 2012 21:06:57 -0000	1.91
+++ ChangeLog	7 Jun 2012 21:50:01 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.91 2012/06/05 21:06:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.92 2012/06/07 21:50:01 ranger Exp $
+
+  07 Jun 2012; Brent Baude <ranger@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  Marking libnet-1.0.2a-r4 ppc for bug 418275
 
   05 Jun 2012; Brent Baude <ranger@gentoo.org> libnet-1.0.2a-r4.ebuild:
   Marking libnet-1.0.2a-r4 ppc64 for bug 418275



1.7                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.6&r2=1.7

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libnet-1.0.2a-r4.ebuild	5 Jun 2012 21:06:57 -0000	1.6
+++ libnet-1.0.2a-r4.ebuild	7 Jun 2012 21:50:01 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.6 2012/06/05 21:06:57 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.7 2012/06/07 21:50:01 ranger Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 arm hppa ~ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}






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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2012-07-29 17:13 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-07-29 17:13 UTC (permalink / raw
  To: gentoo-commits

armin76     12/07/29 17:13:48

  Modified:             ChangeLog libnet-1.0.2a-r4.ebuild
  Log:
  alpha/sparc stable wrt #418275
  
  (Portage version: 2.1.11.5/cvs/Linux ia64)

Revision  Changes    Path
1.95                 net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	24 Jul 2012 18:17:49 -0000	1.94
+++ ChangeLog	29 Jul 2012 17:13:48 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.94 2012/07/24 18:17:49 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.95 2012/07/29 17:13:48 armin76 Exp $
+
+  29 Jul 2012; Raúl Porcel <armin76@gentoo.org> libnet-1.0.2a-r4.ebuild:
+  alpha/sparc stable wrt #418275
 
   24 Jul 2012; Jeroen Roovers <jer@gentoo.org> -libnet-1.1.5.ebuild,
   -files/libnet-1.1.5-darwin.patch:



1.8                  net-libs/libnet/libnet-1.0.2a-r4.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild?r1=1.7&r2=1.8

Index: libnet-1.0.2a-r4.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- libnet-1.0.2a-r4.ebuild	7 Jun 2012 21:50:01 -0000	1.7
+++ libnet-1.0.2a-r4.ebuild	29 Jul 2012 17:13:48 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.7 2012/06/07 21:50:01 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/libnet-1.0.2a-r4.ebuild,v 1.8 2012/07/29 17:13:48 armin76 Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="1.0"
-KEYWORDS="~alpha amd64 arm hppa ppc ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ppc ppc64 sparc x86 ~x86-fbsd"
 IUSE=""
 
 S=${WORKDIR}/Libnet-${PV}





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

* [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild
@ 2013-04-22 18:10 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2013-04-22 18:10 UTC (permalink / raw
  To: gentoo-commits

jer         13/04/22 18:10:26

  Modified:             ChangeLog
  Removed:              libnet-1.0.2a-r4.ebuild
  Log:
  Old.
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.111                net-libs/libnet/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.111&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?rev=1.111&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/libnet/ChangeLog?r1=1.110&r2=1.111

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v
retrieving revision 1.110
retrieving revision 1.111
diff -u -r1.110 -r1.111
--- ChangeLog	22 Apr 2013 17:11:52 -0000	1.110
+++ ChangeLog	22 Apr 2013 18:10:26 -0000	1.111
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libnet
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.110 2013/04/22 17:11:52 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libnet/ChangeLog,v 1.111 2013/04/22 18:10:26 jer Exp $
+
+  22 Apr 2013; Jeroen Roovers <jer@gentoo.org> -libnet-1.0.2a-r4.ebuild:
+  Old.
 
   22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> libnet-1.0.2a-r5.ebuild:
   Stable for sparc, wrt bug #444242





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

end of thread, other threads:[~2013-04-22 18:10 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-31  8:26 [gentoo-commits] gentoo-x86 commit in net-libs/libnet: ChangeLog libnet-1.0.2a-r4.ebuild Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-22 18:10 Jeroen Roovers (jer)
2012-07-29 17:13 Raul Porcel (armin76)
2012-06-07 21:50 Brent Baude (ranger)
2012-06-05 21:06 Brent Baude (ranger)
2012-06-03 18:22 Markus Meier (maekke)
2012-05-31 15:06 Jeroen Roovers (jer)
2012-05-31  5:44 Jeff Horelick (jdhore)
2012-04-28 16:59 Jeroen Roovers (jer)

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