Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-9999.ebuild iproute2-3.1.0.ebuild
Date: Sat, 03 Dec 2011 10:28:59
Message-Id: 20111203102849.02E8E2004B@flycatcher.gentoo.org
1 vapier 11/12/03 10:28:48
2
3 Modified: ChangeLog iproute2-9999.ebuild
4 iproute2-3.1.0.ebuild
5 Log:
6 Update SRC_URI #392987 by Azamat H. Hackimov.
7
8 (Portage version: 2.2.0_alpha75/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.176 sys-apps/iproute2/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.176&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.176&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.175&r2=1.176
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
20 retrieving revision 1.175
21 retrieving revision 1.176
22 diff -u -r1.175 -r1.176
23 --- ChangeLog 2 Dec 2011 22:24:35 -0000 1.175
24 +++ ChangeLog 3 Dec 2011 10:28:48 -0000 1.176
25 @@ -1,6 +1,10 @@
26 # ChangeLog for sys-apps/iproute2
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.175 2011/12/02 22:24:35 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.176 2011/12/03 10:28:48 vapier Exp $
30 +
31 + 03 Dec 2011; Mike Frysinger <vapier@g.o> iproute2-3.1.0.ebuild,
32 + iproute2-9999.ebuild:
33 + Update SRC_URI #392987 by Azamat H. Hackimov.
34
35 *iproute2-3.1.0 (02 Dec 2011)
36
37
38
39
40 1.18 sys-apps/iproute2/iproute2-9999.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild?rev=1.18&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild?rev=1.18&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild?r1=1.17&r2=1.18
45
46 Index: iproute2-9999.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v
49 retrieving revision 1.17
50 retrieving revision 1.18
51 diff -u -r1.17 -r1.18
52 --- iproute2-9999.ebuild 2 Dec 2011 22:24:35 -0000 1.17
53 +++ iproute2-9999.ebuild 3 Dec 2011 10:28:48 -0000 1.18
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2011 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.17 2011/12/02 22:24:35 vapier Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-9999.ebuild,v 1.18 2011/12/03 10:28:48 vapier Exp $
59
60 EAPI=4
61
62 @@ -18,7 +18,7 @@
63
64 DESCRIPTION="kernel routing and traffic control utilities"
65 HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
66 -[[ ${PV} == "9999" ]] || SRC_URI="mirror://kernel/linux/utils/networking/${PN}/${P}.tar.bz2"
67 +[[ ${PV} == "9999" ]] || SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
68
69 LICENSE="GPL-2"
70 SLOT="0"
71
72
73
74 1.2 sys-apps/iproute2/iproute2-3.1.0.ebuild
75
76 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild?rev=1.2&view=markup
77 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild?rev=1.2&content-type=text/plain
78 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild?r1=1.1&r2=1.2
79
80 Index: iproute2-3.1.0.ebuild
81 ===================================================================
82 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild,v
83 retrieving revision 1.1
84 retrieving revision 1.2
85 diff -u -r1.1 -r1.2
86 --- iproute2-3.1.0.ebuild 2 Dec 2011 22:24:35 -0000 1.1
87 +++ iproute2-3.1.0.ebuild 3 Dec 2011 10:28:48 -0000 1.2
88 @@ -1,6 +1,6 @@
89 # Copyright 1999-2011 Gentoo Foundation
90 # Distributed under the terms of the GNU General Public License v2
91 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild,v 1.1 2011/12/02 22:24:35 vapier Exp $
92 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-3.1.0.ebuild,v 1.2 2011/12/03 10:28:48 vapier Exp $
93
94 EAPI=4
95
96 @@ -18,7 +18,7 @@
97
98 DESCRIPTION="kernel routing and traffic control utilities"
99 HOMEPAGE="http://www.linuxfoundation.org/collaborate/workgroups/networking/iproute2"
100 -[[ ${PV} == "9999" ]] || SRC_URI="mirror://kernel/linux/utils/networking/${PN}/${P}.tar.bz2"
101 +[[ ${PV} == "9999" ]] || SRC_URI="mirror://kernel/linux/utils/net/${PN}/${P}.tar.bz2"
102
103 LICENSE="GPL-2"
104 SLOT="0"