Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/multipart-post: multipart-post-1.1.3.ebuild ChangeLog
Date: Sun, 20 Nov 2011 08:21:54
Message-Id: 20111120082144.A00702004B@flycatcher.gentoo.org
1 graaff 11/11/20 08:21:44
2
3 Modified: multipart-post-1.1.3.ebuild ChangeLog
4 Log:
5 Add missing file from upstream needed for tests with ruby19.
6
7 (Portage version: 2.1.10.11/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-ruby/multipart-post/multipart-post-1.1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild?r1=1.1&r2=1.2
15
16 Index: multipart-post-1.1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- multipart-post-1.1.3.ebuild 29 Jul 2011 04:58:29 -0000 1.1
23 +++ multipart-post-1.1.3.ebuild 20 Nov 2011 08:21:44 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2011 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild,v 1.1 2011/07/29 04:58:29 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/multipart-post-1.1.3.ebuild,v 1.2 2011/11/20 08:21:44 graaff Exp $
29
30 EAPI="2"
31
32 @@ -23,6 +23,10 @@
33
34 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
35
36 +all_ruby_prepare() {
37 + cp "${FILESDIR}"/multibyte.txt test/ || die "Unable to copy multibyte.txt"
38 +}
39 +
40 each_ruby_test() {
41 ${RUBY} -S testrb -Ilib test || die "Tests failed."
42 }
43
44
45
46 1.7 dev-ruby/multipart-post/ChangeLog
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?rev=1.7&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?rev=1.7&content-type=text/plain
50 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?r1=1.6&r2=1.7
51
52 Index: ChangeLog
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v
55 retrieving revision 1.6
56 retrieving revision 1.7
57 diff -u -r1.6 -r1.7
58 --- ChangeLog 29 Jul 2011 04:58:29 -0000 1.6
59 +++ ChangeLog 20 Nov 2011 08:21:44 -0000 1.7
60 @@ -1,6 +1,10 @@
61 # ChangeLog for dev-ruby/multipart-post
62 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.6 2011/07/29 04:58:29 graaff Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.7 2011/11/20 08:21:44 graaff Exp $
65 +
66 + 20 Nov 2011; Hans de Graaff <graaff@g.o> multipart-post-1.1.3.ebuild,
67 + +files/multibyte.txt:
68 + Add missing file from upstream needed for tests with ruby19.
69
70 *multipart-post-1.1.3 (29 Jul 2011)