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/yum: yum-3.2.8.ebuild ChangeLog
Date: Sun, 06 Jan 2008 18:38:31
Message-Id: E1JBaOC-0007k2-BN@stork.gentoo.org
1 vapier 08/01/06 18:38:28
2
3 Modified: yum-3.2.8.ebuild ChangeLog
4 Log:
5 Force python-2.5 as we need the sqlite stuff #204634.
6 (Portage version: 2.1.4_rc14)
7
8 Revision Changes Path
9 1.3 sys-apps/yum/yum-3.2.8.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?rev=1.3&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?rev=1.3&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild?r1=1.2&r2=1.3
14
15 Index: yum-3.2.8.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v
18 retrieving revision 1.2
19 retrieving revision 1.3
20 diff -u -r1.2 -r1.3
21 --- yum-3.2.8.ebuild 30 Dec 2007 18:53:25 -0000 1.2
22 +++ yum-3.2.8.ebuild 6 Jan 2008 18:38:27 -0000 1.3
23 @@ -1,6 +1,6 @@
24 -# Copyright 1999-2007 Gentoo Foundation
25 +# Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v 1.2 2007/12/30 18:53:25 vapier Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/yum-3.2.8.ebuild,v 1.3 2008/01/06 18:38:27 vapier Exp $
29
30 NEED_PYTHON=1
31 inherit python eutils
32 @@ -14,7 +14,8 @@
33 KEYWORDS="~amd64 ~x86"
34 IUSE=""
35
36 -RDEPEND="app-arch/rpm
37 +RDEPEND=">=dev-lang/python-2.5
38 + app-arch/rpm
39 dev-python/sqlitecachec
40 dev-python/celementtree
41 dev-libs/libxml2
42
43
44
45 1.5 sys-apps/yum/ChangeLog
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/ChangeLog?rev=1.5&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/ChangeLog?rev=1.5&content-type=text/plain
49 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/yum/ChangeLog?r1=1.4&r2=1.5
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v
54 retrieving revision 1.4
55 retrieving revision 1.5
56 diff -u -r1.4 -r1.5
57 --- ChangeLog 30 Dec 2007 10:10:54 -0000 1.4
58 +++ ChangeLog 6 Jan 2008 18:38:27 -0000 1.5
59 @@ -1,6 +1,9 @@
60 # ChangeLog for sys-apps/yum
61 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.4 2007/12/30 10:10:54 vapier Exp $
63 +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/yum/ChangeLog,v 1.5 2008/01/06 18:38:27 vapier Exp $
65 +
66 + 06 Jan 2008; Mike Frysinger <vapier@g.o> yum-3.2.8.ebuild:
67 + Force python-2.5 as we need the sqlite stuff #204634.
68
69 *yum-3.2.8 (30 Dec 2007)
70
71
72
73
74 --
75 gentoo-commits@l.g.o mailing list