Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-arch/rpm: rpm-5.1.6.ebuild ChangeLog rpm-4.4.7-r4.ebuild rpm-4.4.6-r6.ebuild
Date: Sun, 04 Apr 2010 21:48:37
Message-Id: E1NyXgF-0006CA-LR@stork.gentoo.org
1 arfrever 10/04/04 21:48:31
2
3 Modified: rpm-5.1.6.ebuild ChangeLog rpm-4.4.7-r4.ebuild
4 rpm-4.4.6-r6.ebuild
5 Log:
6 Delete calls to deprecated python_version().
7 (Portage version: HEAD/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 app-arch/rpm/rpm-5.1.6.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild?r1=1.4&r2=1.5
15
16 Index: rpm-5.1.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- rpm-5.1.6.ebuild 8 Feb 2010 09:01:27 -0000 1.4
23 +++ rpm-5.1.6.ebuild 4 Apr 2010 21:48:31 -0000 1.5
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v 1.4 2010/02/08 09:01:27 pva Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-5.1.6.ebuild,v 1.5 2010/04/04 21:48:31 arfrever Exp $
29
30 inherit eutils multilib distutils python
31
32 @@ -61,7 +61,6 @@
33 # $(use_with keyutils) \
34 # $(use_with xar) \
35 # --with-libelf
36 - use python && python_version
37 econf \
38 $(use_with berkdb db) \
39 $(use_with bzip2) \
40 @@ -77,7 +76,7 @@
41 $(use_with sqlite) \
42 $(use berkdb || use sqlite || echo --with-db) \
43 --with-path-lib="/usr/$(get_libdir)/rpm" \
44 - --with-python-lib-dir="/usr/$(get_libdir)/python${PYVER}" \
45 + --with-python-lib-dir="$(python_get_libdir)" \
46 || die "econf failed"
47 emake || die "emake failed"
48 }
49
50
51
52 1.106 app-arch/rpm/ChangeLog
53
54 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.106&view=markup
55 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?rev=1.106&content-type=text/plain
56 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/ChangeLog?r1=1.105&r2=1.106
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v
61 retrieving revision 1.105
62 retrieving revision 1.106
63 diff -u -r1.105 -r1.106
64 --- ChangeLog 8 Feb 2010 09:01:27 -0000 1.105
65 +++ ChangeLog 4 Apr 2010 21:48:31 -0000 1.106
66 @@ -1,6 +1,10 @@
67 # ChangeLog for app-arch/rpm
68 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.105 2010/02/08 09:01:27 pva Exp $
70 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/ChangeLog,v 1.106 2010/04/04 21:48:31 arfrever Exp $
71 +
72 + 04 Apr 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@g.o>
73 + rpm-4.4.6-r6.ebuild, rpm-4.4.7-r4.ebuild, rpm-5.1.6.ebuild:
74 + Delete calls to deprecated python_version().
75
76 08 Feb 2010; Peter Volkov <pva@g.o> rpm-5.0.0.ebuild,
77 rpm-5.0.3.ebuild, rpm-5.1.6.ebuild:
78
79
80
81 1.4 app-arch/rpm/rpm-4.4.7-r4.ebuild
82
83 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.4&view=markup
84 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?rev=1.4&content-type=text/plain
85 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild?r1=1.3&r2=1.4
86
87 Index: rpm-4.4.7-r4.ebuild
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v
90 retrieving revision 1.3
91 retrieving revision 1.4
92 diff -u -r1.3 -r1.4
93 --- rpm-4.4.7-r4.ebuild 6 Sep 2009 19:27:42 -0000 1.3
94 +++ rpm-4.4.7-r4.ebuild 4 Apr 2010 21:48:31 -0000 1.4
95 @@ -1,6 +1,6 @@
96 -# Copyright 1999-2009 Gentoo Foundation
97 +# Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.3 2009/09/06 19:27:42 idl0r Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.7-r4.ebuild,v 1.4 2010/04/04 21:48:31 arfrever Exp $
101
102 inherit eutils autotools distutils perl-module flag-o-matic
103
104 @@ -10,7 +10,7 @@
105
106 LICENSE="GPL-2 LGPL-2"
107 SLOT="0"
108 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc64 ~s390 ~sh ~sparc ~x86"
109 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
110 IUSE="nls python perl doc sqlite"
111
112 RDEPEND="=sys-libs/db-3.2*
113 @@ -61,12 +61,11 @@
114 # Until strict aliasing is porperly fixed...
115 filter-flags -fstrict-aliasing
116 append-flags -fno-strict-aliasing
117 - python_version
118 econf \
119 --enable-posixmutexes \
120 --without-javaglue \
121 --without-selinux \
122 - $(use_with python python ${PYVER}) \
123 + $(use_with python python $(python_get_version)) \
124 $(use_with doc apidocs) \
125 $(use_with perl) \
126 $(use_with sqlite) \
127
128
129
130 1.11 app-arch/rpm/rpm-4.4.6-r6.ebuild
131
132 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.11&view=markup
133 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?rev=1.11&content-type=text/plain
134 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild?r1=1.10&r2=1.11
135
136 Index: rpm-4.4.6-r6.ebuild
137 ===================================================================
138 RCS file: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v
139 retrieving revision 1.10
140 retrieving revision 1.11
141 diff -u -r1.10 -r1.11
142 --- rpm-4.4.6-r6.ebuild 6 Sep 2009 19:27:42 -0000 1.10
143 +++ rpm-4.4.6-r6.ebuild 4 Apr 2010 21:48:31 -0000 1.11
144 @@ -1,6 +1,6 @@
145 -# Copyright 1999-2009 Gentoo Foundation
146 +# Copyright 1999-2010 Gentoo Foundation
147 # Distributed under the terms of the GNU General Public License v2
148 -# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.10 2009/09/06 19:27:42 idl0r Exp $
149 +# $Header: /var/cvsroot/gentoo-x86/app-arch/rpm/rpm-4.4.6-r6.ebuild,v 1.11 2010/04/04 21:48:31 arfrever Exp $
150
151 inherit eutils autotools distutils perl-module flag-o-matic
152
153 @@ -60,12 +60,11 @@
154 # Until strict aliasing is porperly fixed...
155 filter-flags -fstrict-aliasing
156 append-flags -fno-strict-aliasing
157 - python_version
158 econf \
159 --enable-posixmutexes \
160 --without-javaglue \
161 --without-selinux \
162 - $(use_with python python ${PYVER}) \
163 + $(use_with python python $(python_get_version)) \
164 $(use_with doc apidocs) \
165 $(use_with perl) \
166 $(use_with sqlite) \