Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/iproute2: ChangeLog iproute2-2.6.25.20080417.ebuild
Date: Sun, 29 Jun 2008 06:14:48
Message-Id: E1KCqBO-0003Wp-M2@stork.gentoo.org
1 zmedico 08/06/29 06:14:42
2
3 Modified: ChangeLog iproute2-2.6.25.20080417.ebuild
4 Log:
5 Change invalid >=sys-libs/glibc-2.7* atom to >=sys-libs/glibc-2.7. There
6 is a bug in repoman that allowed this atom to slip through. The repoman
7 bug is fixed in svn.
8 (Portage version: 2.2_rc1_p10843/cvs/Linux 2.6.25-0619-x86-64 i686, RepoMan options: --force)
9
10 Revision Changes Path
11 1.109 sys-apps/iproute2/ChangeLog
12
13 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.109&view=markup
14 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?rev=1.109&content-type=text/plain
15 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/ChangeLog?r1=1.108&r2=1.109
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v
20 retrieving revision 1.108
21 retrieving revision 1.109
22 diff -u -r1.108 -r1.109
23 --- ChangeLog 28 Jun 2008 17:59:52 -0000 1.108
24 +++ ChangeLog 29 Jun 2008 06:14:42 -0000 1.109
25 @@ -1,6 +1,12 @@
26 # ChangeLog for sys-apps/iproute2
27 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.108 2008/06/28 17:59:52 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/ChangeLog,v 1.109 2008/06/29 06:14:42 zmedico Exp $
30 +
31 + 29 Jun 2008; Zac Medico <zmedico@g.o>
32 + iproute2-2.6.25.20080417.ebuild:
33 + Change invalid >=sys-libs/glibc-2.7* atom to >=sys-libs/glibc-2.7. There
34 + is a bug in repoman that allowed this atom to slip through. The repoman
35 + bug is fixed in svn.
36
37 28 Jun 2008; Mike Frysinger <vapier@g.o>
38 iproute2-2.6.25.20080417.ebuild:
39
40
41
42 1.5 sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild
43
44 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild?rev=1.5&view=markup
45 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild?rev=1.5&content-type=text/plain
46 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild?r1=1.4&r2=1.5
47
48 Index: iproute2-2.6.25.20080417.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v
51 retrieving revision 1.4
52 retrieving revision 1.5
53 diff -u -r1.4 -r1.5
54 --- iproute2-2.6.25.20080417.ebuild 28 Jun 2008 17:59:52 -0000 1.4
55 +++ iproute2-2.6.25.20080417.ebuild 29 Jun 2008 06:14:42 -0000 1.5
56 @@ -1,6 +1,6 @@
57 # Copyright 1999-2008 Gentoo Foundation
58 # Distributed under the terms of the GNU General Public License v2
59 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v 1.4 2008/06/28 17:59:52 vapier Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/iproute2/iproute2-2.6.25.20080417.ebuild,v 1.5 2008/06/29 06:14:42 zmedico Exp $
61
62 inherit eutils toolchain-funcs
63
64 @@ -20,7 +20,7 @@
65 RDEPEND="!minimal? ( berkdb? ( sys-libs/db ) )
66 atm? ( net-dialup/linux-atm )"
67 DEPEND="${RDEPEND}
68 - elibc_glibc? ( >=sys-libs/glibc-2.7* )
69 + elibc_glibc? ( >=sys-libs/glibc-2.7 )
70 >=virtual/os-headers-2.6.25"
71
72 S=${WORKDIR}/${MY_P}
73
74
75
76 --
77 gentoo-commits@l.g.o mailing list