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-2.0.0.ebuild ChangeLog
Date: Thu, 23 Jan 2014 07:35:42
Message-Id: 20140123073538.316812004C@flycatcher.gentoo.org
1 graaff 14/01/23 07:35:38
2
3 Modified: ChangeLog
4 Added: multipart-post-2.0.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.13 dev-ruby/multipart-post/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 10 Apr 2013 05:37:03 -0000 1.12
24 +++ ChangeLog 23 Jan 2014 07:35:38 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/multipart-post
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.12 2013/04/10 05:37:03 graaff Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/ChangeLog,v 1.13 2014/01/23 07:35:38 graaff Exp $
31 +
32 +*multipart-post-2.0.0 (23 Jan 2014)
33 +
34 + 23 Jan 2014; Hans de Graaff <graaff@g.o> +multipart-post-2.0.0.ebuild:
35 + Version bump.
36
37 *multipart-post-1.2.0 (10 Apr 2013)
38
39
40
41
42 1.1 dev-ruby/multipart-post/multipart-post-2.0.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/multipart-post-2.0.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/multipart-post/multipart-post-2.0.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: multipart-post-2.0.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/multipart-post/multipart-post-2.0.0.ebuild,v 1.1 2014/01/23 07:35:38 graaff Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby18 ruby19 ruby20 ruby21 jruby"
56
57 RUBY_FAKEGEM_TASK_TEST=""
58 RUBY_FAKEGEM_TASK_DOC=""
59
60 RUBY_FAKEGEM_EXTRADOC="History.txt README.md"
61
62 inherit ruby-fakegem eutils
63
64 DESCRIPTION="Adds a streamy multipart form post capability to Net::HTTP."
65 HOMEPAGE="http://github.com/nicksieger/multipart-post"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE="test"
71
72 each_ruby_test() {
73 ${RUBY} -S testrb -Ilib test || die "Tests failed."
74 }