* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-10-18 21:41 Mike Frysinger (vapier)
0 siblings, 0 replies; 8+ messages in thread
From: Mike Frysinger (vapier) @ 2011-10-18 21:41 UTC (permalink / raw
To: gentoo-commits
vapier 11/10/18 21:41:55
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
Fix parallel builds in the tc subdir.
(Portage version: 2.2.0_alpha65/cvs/Linux x86_64)
Revision Changes Path
1.3 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.2&r2=1.3
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- iproute2-2.6.38.ebuild 31 Jul 2011 18:33:22 -0000 1.2
+++ iproute2-2.6.38.ebuild 18 Oct 2011 21:41:55 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.2 2011/07/31 18:33:22 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.3 2011/10/18 21:41:55 vapier Exp $
EAPI=4
@@ -38,7 +38,8 @@
S=${WORKDIR}/${MY_P}
PATCHES=(
- "${FILESDIR}/${PN}-2.6.29.1-hfsc.patch" #291907
+ "${FILESDIR}"/${PN}-2.6.29.1-hfsc.patch #291907
+ "${FILESDIR}"/${PN}-2.6.38-parallel-build.patch
)
src_prepare() {
1.174 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.174&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.174&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.173&r2=1.174
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.173
retrieving revision 1.174
diff -u -r1.173 -r1.174
--- ChangeLog 31 Jul 2011 18:33:22 -0000 1.173
+++ ChangeLog 18 Oct 2011 21:41:55 -0000 1.174
@@ -1,6 +1,10 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.173 2011/07/31 18:33:22 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.174 2011/10/18 21:41:55 vapier Exp $
+
+ 18 Oct 2011; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.38.ebuild,
+ +files/iproute2-2.6.38-parallel-build.patch:
+ Fix parallel builds in the tc subdir.
31 Jul 2011; Matt Turner <mattst88@gentoo.org> iproute2-2.6.29.1-r1.ebuild,
iproute2-2.6.35-r2.ebuild, iproute2-2.6.35-r3.ebuild, iproute2-2.6.38.ebuild,
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-12-09 21:30 Markos Chandras (hwoarang)
0 siblings, 0 replies; 8+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-12-09 21:30 UTC (permalink / raw
To: gentoo-commits
hwoarang 11/12/09 21:30:09
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
Stable on amd64 wrt bug #393319
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Revision Changes Path
1.5 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.4&r2=1.5
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- iproute2-2.6.38.ebuild 5 Dec 2011 20:59:41 -0000 1.4
+++ iproute2-2.6.38.ebuild 9 Dec 2011 21:30:09 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.4 2011/12/05 20:59:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.5 2011/12/09 21:30:09 hwoarang Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.178 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.178&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.178&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.177&r2=1.178
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog 5 Dec 2011 20:59:41 -0000 1.177
+++ ChangeLog 9 Dec 2011 21:30:09 -0000 1.178
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.177 2011/12/05 20:59:41 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.178 2011/12/09 21:30:09 hwoarang Exp $
+
+ 09 Dec 2011; Markos Chandras <hwoarang@gentoo.org> iproute2-2.6.38.ebuild:
+ Stable on amd64 wrt bug #393319
05 Dec 2011; Mike Frysinger <vapier@gentoo.org> iproute2-2.6.38.ebuild,
iproute2-3.1.0.ebuild, iproute2-9999.ebuild:
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-12-11 9:04 PaweA Hajdan (phajdan.jr)
0 siblings, 0 replies; 8+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2011-12-11 9:04 UTC (permalink / raw
To: gentoo-commits
phajdan.jr 11/12/11 09:04:28
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
x86 stable wrt bug #393319
(Portage version: 2.1.10.11/cvs/Linux i686)
Revision Changes Path
1.6 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.5&r2=1.6
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- iproute2-2.6.38.ebuild 9 Dec 2011 21:30:09 -0000 1.5
+++ iproute2-2.6.38.ebuild 11 Dec 2011 09:04:28 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.5 2011/12/09 21:30:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.6 2011/12/11 09:04:28 phajdan.jr Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+ KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.179 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.179&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.179&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.178&r2=1.179
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.178
retrieving revision 1.179
diff -u -r1.178 -r1.179
--- ChangeLog 9 Dec 2011 21:30:09 -0000 1.178
+++ ChangeLog 11 Dec 2011 09:04:28 -0000 1.179
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.178 2011/12/09 21:30:09 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.179 2011/12/11 09:04:28 phajdan.jr Exp $
+
+ 11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> iproute2-2.6.38.ebuild:
+ x86 stable wrt bug #393319
09 Dec 2011; Markos Chandras <hwoarang@gentoo.org> iproute2-2.6.38.ebuild:
Stable on amd64 wrt bug #393319
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-12-11 22:09 Markus Meier (maekke)
0 siblings, 0 replies; 8+ messages in thread
From: Markus Meier (maekke) @ 2011-12-11 22:09 UTC (permalink / raw
To: gentoo-commits
maekke 11/12/11 22:09:05
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
arm stable, bug #393319
(Portage version: 2.1.10.40/cvs/Linux x86_64)
Revision Changes Path
1.7 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.6&r2=1.7
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- iproute2-2.6.38.ebuild 11 Dec 2011 09:04:28 -0000 1.6
+++ iproute2-2.6.38.ebuild 11 Dec 2011 22:09:04 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.6 2011/12/11 09:04:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.7 2011/12/11 22:09:04 maekke Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+ KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.180 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.180&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.180&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.179&r2=1.180
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.179
retrieving revision 1.180
diff -u -r1.179 -r1.180
--- ChangeLog 11 Dec 2011 09:04:28 -0000 1.179
+++ ChangeLog 11 Dec 2011 22:09:04 -0000 1.180
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.179 2011/12/11 09:04:28 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.180 2011/12/11 22:09:04 maekke Exp $
+
+ 11 Dec 2011; Markus Meier <maekke@gentoo.org> iproute2-2.6.38.ebuild:
+ arm stable, bug #393319
11 Dec 2011; Pawel Hajdan jr <phajdan.jr@gentoo.org> iproute2-2.6.38.ebuild:
x86 stable wrt bug #393319
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-12-11 23:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 8+ messages in thread
From: Jeroen Roovers (jer) @ 2011-12-11 23:51 UTC (permalink / raw
To: gentoo-commits
jer 11/12/11 23:51:31
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
Stable for HPPA (bug #393319).
(Portage version: 2.2.0_alpha80/cvs/Linux x86_64)
Revision Changes Path
1.8 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.7&r2=1.8
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- iproute2-2.6.38.ebuild 11 Dec 2011 22:09:04 -0000 1.7
+++ iproute2-2.6.38.ebuild 11 Dec 2011 23:51:31 -0000 1.8
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.7 2011/12/11 22:09:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.8 2011/12/11 23:51:31 jer Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+ KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.181 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.181&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.181&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.180&r2=1.181
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.180
retrieving revision 1.181
diff -u -r1.180 -r1.181
--- ChangeLog 11 Dec 2011 22:09:04 -0000 1.180
+++ ChangeLog 11 Dec 2011 23:51:31 -0000 1.181
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.180 2011/12/11 22:09:04 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.181 2011/12/11 23:51:31 jer Exp $
+
+ 11 Dec 2011; Jeroen Roovers <jer@gentoo.org> iproute2-2.6.38.ebuild:
+ Stable for HPPA (bug #393319).
11 Dec 2011; Markus Meier <maekke@gentoo.org> iproute2-2.6.38.ebuild:
arm stable, bug #393319
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2011-12-17 18:44 Raul Porcel (armin76)
0 siblings, 0 replies; 8+ messages in thread
From: Raul Porcel (armin76) @ 2011-12-17 18:44 UTC (permalink / raw
To: gentoo-commits
armin76 11/12/17 18:44:25
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
alpha/ia64/m68k/s390/sh/sparc stable wrt #393319
(Portage version: 2.1.10.38/cvs/Linux ia64)
Revision Changes Path
1.9 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.8&r2=1.9
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- iproute2-2.6.38.ebuild 11 Dec 2011 23:51:31 -0000 1.8
+++ iproute2-2.6.38.ebuild 17 Dec 2011 18:44:25 -0000 1.9
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.8 2011/12/11 23:51:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.9 2011/12/17 18:44:25 armin76 Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.182 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.182&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.182&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.181&r2=1.182
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.181
retrieving revision 1.182
diff -u -r1.181 -r1.182
--- ChangeLog 11 Dec 2011 23:51:31 -0000 1.181
+++ ChangeLog 17 Dec 2011 18:44:25 -0000 1.182
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.181 2011/12/11 23:51:31 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.182 2011/12/17 18:44:25 armin76 Exp $
+
+ 17 Dec 2011; Raúl Porcel <armin76@gentoo.org> iproute2-2.6.38.ebuild:
+ alpha/ia64/m68k/s390/sh/sparc stable wrt #393319
11 Dec 2011; Jeroen Roovers <jer@gentoo.org> iproute2-2.6.38.ebuild:
Stable for HPPA (bug #393319).
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2012-01-04 18:17 Brent Baude (ranger)
0 siblings, 0 replies; 8+ messages in thread
From: Brent Baude (ranger) @ 2012-01-04 18:17 UTC (permalink / raw
To: gentoo-commits
ranger 12/01/04 18:17:49
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
Marking iproute2-2.6.38 ppc for bug 393319
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Revision Changes Path
1.10 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.9&r2=1.10
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- iproute2-2.6.38.ebuild 17 Dec 2011 18:44:25 -0000 1.9
+++ iproute2-2.6.38.ebuild 4 Jan 2012 18:17:49 -0000 1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.9 2011/12/17 18:44:25 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.10 2012/01/04 18:17:49 ranger Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ~ppc ~ppc64 s390 sh sparc x86"
+ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.183 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.183&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.183&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.182&r2=1.183
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.182
retrieving revision 1.183
diff -u -r1.182 -r1.183
--- ChangeLog 17 Dec 2011 18:44:25 -0000 1.182
+++ ChangeLog 4 Jan 2012 18:17:49 -0000 1.183
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.182 2011/12/17 18:44:25 armin76 Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.183 2012/01/04 18:17:49 ranger Exp $
+
+ 04 Jan 2012; Brent Baude <ranger@gentoo.org> iproute2-2.6.38.ebuild:
+ Marking iproute2-2.6.38 ppc for bug 393319
17 Dec 2011; Raúl Porcel <armin76@gentoo.org> iproute2-2.6.38.ebuild:
alpha/ia64/m68k/s390/sh/sparc stable wrt #393319
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog
@ 2012-02-02 15:28 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 8+ messages in thread
From: Samuli Suominen (ssuominen) @ 2012-02-02 15:28 UTC (permalink / raw
To: gentoo-commits
ssuominen 12/02/02 15:28:51
Modified: iproute2-2.6.38.ebuild ChangeLog
Log:
ppc64 stable wrt #393319
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Revision Changes Path
1.11 sys-apps/iproute2/iproute2-2.6.38.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild?r1=1.10&r2=1.11
Index: iproute2-2.6.38.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- iproute2-2.6.38.ebuild 4 Jan 2012 18:17:49 -0000 1.10
+++ iproute2-2.6.38.ebuild 2 Feb 2012 15:28:51 -0000 1.11
@@ -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/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.10 2012/01/04 18:17:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.38.ebuild,v 1.11 2012/02/02 15:28:51 ssuominen Exp $
EAPI="4"
@@ -13,7 +13,7 @@
#KEYWORDS=""
else
SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
- KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ~ppc64 s390 sh sparc x86"
+ KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
fi
DESCRIPTION="kernel routing and traffic control utilities"
1.184 sys-apps/iproute2/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.184&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.184&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.183&r2=1.184
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
retrieving revision 1.183
retrieving revision 1.184
diff -u -r1.183 -r1.184
--- ChangeLog 4 Jan 2012 18:17:49 -0000 1.183
+++ ChangeLog 2 Feb 2012 15:28:51 -0000 1.184
@@ -1,6 +1,9 @@
# ChangeLog for sys-apps/iproute2
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.183 2012/01/04 18:17:49 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.184 2012/02/02 15:28:51 ssuominen Exp $
+
+ 02 Feb 2012; Samuli Suominen <ssuominen@gentoo.org> iproute2-2.6.38.ebuild:
+ ppc64 stable wrt #393319
04 Jan 2012; Brent Baude <ranger@gentoo.org> iproute2-2.6.38.ebuild:
Marking iproute2-2.6.38 ppc for bug 393319
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2012-02-02 15:29 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-18 21:41 [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: iproute2-2.6.38.ebuild ChangeLog Mike Frysinger (vapier)
-- strict thread matches above, loose matches on Subject: below --
2011-12-09 21:30 Markos Chandras (hwoarang)
2011-12-11 9:04 PaweA Hajdan (phajdan.jr)
2011-12-11 22:09 Markus Meier (maekke)
2011-12-11 23:51 Jeroen Roovers (jer)
2011-12-17 18:44 Raul Porcel (armin76)
2012-01-04 18:17 Brent Baude (ranger)
2012-02-02 15:28 Samuli Suominen (ssuominen)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox