Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-misc/realpath: ChangeLog realpath-1.15-r3.ebuild realpath-1.15-r1.ebuild realpath-1.15-r2.ebuild realpath-1.15.ebuild
Date: Sat, 01 Jan 2011 08:44:59
Message-Id: 20110101084448.3DA2D20054@flycatcher.gentoo.org
1 jlec 11/01/01 08:44:48
2
3 Modified: ChangeLog realpath-1.15-r3.ebuild
4 realpath-1.15-r1.ebuild realpath-1.15-r2.ebuild
5 realpath-1.15.ebuild
6 Log:
7 Added missing DEPEND on sys-devel/gettext, #350247
8
9 (Portage version: 2.2.0_alpha10/cvs/Linux x86_64)
10
11 Revision Changes Path
12 1.14 app-misc/realpath/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.14&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?rev=1.14&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/ChangeLog?r1=1.13&r2=1.14
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v
21 retrieving revision 1.13
22 retrieving revision 1.14
23 diff -u -r1.13 -r1.14
24 --- ChangeLog 10 Dec 2010 18:00:26 -0000 1.13
25 +++ ChangeLog 1 Jan 2011 08:44:48 -0000 1.14
26 @@ -1,6 +1,10 @@
27 # ChangeLog for app-misc/realpath
28 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.13 2010/12/10 18:00:26 grobian Exp $
30 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/ChangeLog,v 1.14 2011/01/01 08:44:48 jlec Exp $
32 +
33 + 01 Jan 2011; Justin Lecher <jlec@g.o> realpath-1.15.ebuild,
34 + realpath-1.15-r1.ebuild, realpath-1.15-r2.ebuild, realpath-1.15-r3.ebuild:
35 + Added missing DEPEND on sys-devel/gettext, #350247
36
37 10 Dec 2010; Fabian Groffen <grobian@g.o>
38 files/realpath-1.15-build.patch:
39
40
41
42 1.2 app-misc/realpath/realpath-1.15-r3.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild?rev=1.2&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild?rev=1.2&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild?r1=1.1&r2=1.2
47
48 Index: realpath-1.15-r3.ebuild
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v
51 retrieving revision 1.1
52 retrieving revision 1.2
53 diff -u -r1.1 -r1.2
54 --- realpath-1.15-r3.ebuild 28 Nov 2010 15:02:15 -0000 1.1
55 +++ realpath-1.15-r3.ebuild 1 Jan 2011 08:44:48 -0000 1.2
56 @@ -1,6 +1,6 @@
57 -# Copyright 1999-2010 Gentoo Foundation
58 +# Copyright 1999-2011 Gentoo Foundation
59 # Distributed under the terms of the GNU General Public License v2
60 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v 1.1 2010/11/28 15:02:15 jlec Exp $
61 +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r3.ebuild,v 1.2 2011/01/01 08:44:48 jlec Exp $
62
63 EAPI="3"
64 inherit eutils toolchain-funcs flag-o-matic prefix
65 @@ -17,9 +17,10 @@
66
67 RDEPEND="!sys-freebsd/freebsd-bin"
68 DEPEND="${RDEPEND}
69 + sys-devel/gettext
70 + virtual/libintl
71 elibc_IRIX? ( dev-libs/gnulib )
72 x86-interix? ( dev-libs/gnulib )
73 - virtual/libintl
74 elibc_mintlib? ( virtual/libiconv )"
75
76 src_unpack() {
77
78
79
80 1.8 app-misc/realpath/realpath-1.15-r1.ebuild
81
82 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild?rev=1.8&view=markup
83 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild?rev=1.8&content-type=text/plain
84 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild?r1=1.7&r2=1.8
85
86 Index: realpath-1.15-r1.ebuild
87 ===================================================================
88 RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild,v
89 retrieving revision 1.7
90 retrieving revision 1.8
91 diff -u -r1.7 -r1.8
92 --- realpath-1.15-r1.ebuild 18 Jul 2010 13:14:54 -0000 1.7
93 +++ realpath-1.15-r1.ebuild 1 Jan 2011 08:44:48 -0000 1.8
94 @@ -1,6 +1,6 @@
95 -# Copyright 1999-2010 Gentoo Foundation
96 +# Copyright 1999-2011 Gentoo Foundation
97 # Distributed under the terms of the GNU General Public License v2
98 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild,v 1.7 2010/07/18 13:14:54 nixnut Exp $
99 +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r1.ebuild,v 1.8 2011/01/01 08:44:48 jlec Exp $
100
101 EAPI=2
102 inherit eutils toolchain-funcs
103 @@ -15,6 +15,7 @@
104 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
105 IUSE="nls"
106
107 +DEPEND="sys-devel/gettext"
108 RDEPEND="!sys-freebsd/freebsd-bin"
109
110 src_unpack() {
111
112
113
114 1.2 app-misc/realpath/realpath-1.15-r2.ebuild
115
116 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild?rev=1.2&view=markup
117 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild?rev=1.2&content-type=text/plain
118 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild?r1=1.1&r2=1.2
119
120 Index: realpath-1.15-r2.ebuild
121 ===================================================================
122 RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v
123 retrieving revision 1.1
124 retrieving revision 1.2
125 diff -u -r1.1 -r1.2
126 --- realpath-1.15-r2.ebuild 15 Jun 2010 11:39:10 -0000 1.1
127 +++ realpath-1.15-r2.ebuild 1 Jan 2011 08:44:48 -0000 1.2
128 @@ -1,6 +1,6 @@
129 -# Copyright 1999-2010 Gentoo Foundation
130 +# Copyright 1999-2011 Gentoo Foundation
131 # Distributed under the terms of the GNU General Public License v2
132 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.1 2010/06/15 11:39:10 jlec Exp $
133 +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15-r2.ebuild,v 1.2 2011/01/01 08:44:48 jlec Exp $
134
135 EAPI="3"
136 inherit eutils toolchain-funcs flag-o-matic prefix
137 @@ -17,9 +17,10 @@
138
139 RDEPEND="!sys-freebsd/freebsd-bin"
140 DEPEND="${RDEPEND}
141 + sys-devel/gettext
142 + virtual/libintl
143 elibc_IRIX? ( dev-libs/gnulib )
144 x86-interix? ( dev-libs/gnulib )
145 - virtual/libintl
146 elibc_mintlib? ( virtual/libiconv )"
147
148 src_unpack() {
149
150
151
152 1.3 app-misc/realpath/realpath-1.15.ebuild
153
154 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild?rev=1.3&view=markup
155 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild?rev=1.3&content-type=text/plain
156 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild?r1=1.2&r2=1.3
157
158 Index: realpath-1.15.ebuild
159 ===================================================================
160 RCS file: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v
161 retrieving revision 1.2
162 retrieving revision 1.3
163 diff -u -r1.2 -r1.3
164 --- realpath-1.15.ebuild 1 Apr 2010 17:14:14 -0000 1.2
165 +++ realpath-1.15.ebuild 1 Jan 2011 08:44:48 -0000 1.3
166 @@ -1,6 +1,6 @@
167 -# Copyright 1999-2010 Gentoo Foundation
168 +# Copyright 1999-2011 Gentoo Foundation
169 # Distributed under the terms of the GNU General Public License v2
170 -# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.2 2010/04/01 17:14:14 armin76 Exp $
171 +# $Header: /var/cvsroot/gentoo-x86/app-misc/realpath/realpath-1.15.ebuild,v 1.3 2011/01/01 08:44:48 jlec Exp $
172
173 EAPI=2
174 inherit eutils toolchain-funcs
175 @@ -15,6 +15,7 @@
176 KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86"
177 IUSE="nls"
178
179 +DEPEND="sys-devel/gettext"
180 RDEPEND="!sys-freebsd/freebsd-bin"
181
182 src_unpack() {