Gentoo Archives: gentoo-commits

From: "Alex Legler (a3li)" <a3li@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/ruby: ruby-1.8.7_p249.ebuild ChangeLog ruby-1.8.6_p388.ebuild
Date: Thu, 06 May 2010 19:53:27
Message-Id: 20100506195001.81A4F2C3FD@corvid.gentoo.org
1 a3li 10/05/06 19:50:01
2
3 Modified: ruby-1.8.7_p249.ebuild ChangeLog
4 ruby-1.8.6_p388.ebuild
5 Log:
6 Use $PVR instead of $PV in patchset names
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.7 dev-lang/ruby/ruby-1.8.7_p249.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild?r1=1.6&r2=1.7
15
16 Index: ruby-1.8.7_p249.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ruby-1.8.7_p249.ebuild 13 Jan 2010 19:35:57 -0000 1.6
23 +++ ruby-1.8.7_p249.ebuild 6 May 2010 19:50:01 -0000 1.7
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/dev-lang/ruby/ruby-1.8.7_p249.ebuild,v 1.6 2010/01/13 19:35:57 a3li Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.7_p249.ebuild,v 1.7 2010/05/06 19:50:01 a3li Exp $
29
30 EAPI=1
31 inherit autotools eutils flag-o-matic multilib versionator
32 @@ -14,7 +14,7 @@
33 DESCRIPTION="An object-oriented scripting language"
34 HOMEPAGE="http://www.ruby-lang.org/"
35 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2
36 - http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PV}.tar.bz2"
37 + http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PVR}.tar.bz2"
38
39 LICENSE="|| ( Ruby GPL-2 )"
40 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
41 @@ -59,7 +59,7 @@
42 cd "${S}"
43
44 EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
45 - epatch "${WORKDIR}/patches-${PV}"
46 + epatch "${WORKDIR}/patches-${PVR}"
47
48 # Fix a hardcoded lib path in configure script
49 sed -i -e "s:\(RUBY_LIB_PREFIX=\"\${prefix}/\)lib:\1$(get_libdir):" \
50
51
52
53 1.447 dev-lang/ruby/ChangeLog
54
55 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.447&view=markup
56 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?rev=1.447&content-type=text/plain
57 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ChangeLog?r1=1.446&r2=1.447
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v
62 retrieving revision 1.446
63 retrieving revision 1.447
64 diff -u -r1.446 -r1.447
65 --- ChangeLog 6 May 2010 19:41:00 -0000 1.446
66 +++ ChangeLog 6 May 2010 19:50:01 -0000 1.447
67 @@ -1,6 +1,10 @@
68 # ChangeLog for dev-lang/ruby
69 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.446 2010/05/06 19:41:00 a3li Exp $
71 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ChangeLog,v 1.447 2010/05/06 19:50:01 a3li Exp $
72 +
73 + 06 May 2010; Alex Legler <a3li@g.o> ruby-1.8.6_p388.ebuild,
74 + ruby-1.8.7_p249.ebuild:
75 + Use $PVR instead of $PV in patchset names
76
77 06 May 2010; Alex Legler <a3li@g.o>
78 -files/ruby-1.8.6-memory-leak.diff,
79
80
81
82 1.7 dev-lang/ruby/ruby-1.8.6_p388.ebuild
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild?rev=1.7&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild?rev=1.7&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild?r1=1.6&r2=1.7
87
88 Index: ruby-1.8.6_p388.ebuild
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild,v
91 retrieving revision 1.6
92 retrieving revision 1.7
93 diff -u -r1.6 -r1.7
94 --- ruby-1.8.6_p388.ebuild 13 Jan 2010 19:35:57 -0000 1.6
95 +++ ruby-1.8.6_p388.ebuild 6 May 2010 19:50:01 -0000 1.7
96 @@ -1,6 +1,6 @@
97 # Copyright 1999-2010 Gentoo Foundation
98 # Distributed under the terms of the GNU General Public License v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild,v 1.6 2010/01/13 19:35:57 a3li Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ruby/ruby-1.8.6_p388.ebuild,v 1.7 2010/05/06 19:50:01 a3li Exp $
101
102 EAPI=1
103 inherit autotools eutils flag-o-matic multilib versionator
104 @@ -14,7 +14,7 @@
105 DESCRIPTION="An object-oriented scripting language"
106 HOMEPAGE="http://www.ruby-lang.org/"
107 SRC_URI="mirror://ruby/${SLOT}/${MY_P}.tar.bz2
108 -http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PV}.tar.bz2"
109 +http://dev.a3li.li/gentoo/distfiles/${PN}-patches-${PVR}.tar.bz2"
110
111 LICENSE="|| ( Ruby GPL-2 )"
112 KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
113 @@ -59,7 +59,7 @@
114 cd "${S}"
115
116 EPATCH_FORCE="yes" EPATCH_SUFFIX="patch" \
117 - epatch "${WORKDIR}/patches-${PV}"
118 + epatch "${WORKDIR}/patches-${PVR}"
119
120 # Fix a hardcoded lib path in configure script
121 sed -i -e "s:\(RUBY_LIB_PREFIX=\"\${prefix}/\)lib:\1$(get_libdir):" \