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/mechanize: ChangeLog mechanize-1.0.0.ebuild
Date: Sun, 04 Apr 2010 07:03:09
Message-Id: E1NyJrD-0003Ns-7w@stork.gentoo.org
1 graaff 10/04/04 07:02:55
2
3 Modified: ChangeLog
4 Added: mechanize-1.0.0.ebuild
5 Log:
6 Version bump. Broken tests got fixed upstream. Add missing built-time dependency on hoe.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.25 dev-ruby/mechanize/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mechanize/ChangeLog?rev=1.25&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mechanize/ChangeLog?rev=1.25&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mechanize/ChangeLog?r1=1.24&r2=1.25
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v
19 retrieving revision 1.24
20 retrieving revision 1.25
21 diff -u -r1.24 -r1.25
22 --- ChangeLog 30 Jan 2010 18:33:18 -0000 1.24
23 +++ ChangeLog 4 Apr 2010 07:02:55 -0000 1.25
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/mechanize
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.24 2010/01/30 18:33:18 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/ChangeLog,v 1.25 2010/04/04 07:02:55 graaff Exp $
29 +
30 +*mechanize-1.0.0 (04 Apr 2010)
31 +
32 + 04 Apr 2010; Hans de Graaff <graaff@g.o> +mechanize-1.0.0.ebuild:
33 + Version bump. Broken tests got fixed upstream. Add missing built-time
34 + dependency on hoe.
35
36 30 Jan 2010; Raúl Porcel <armin76@g.o> mechanize-0.9.3-r1.ebuild:
37 Add ~sparc
38
39
40
41 1.1 dev-ruby/mechanize/mechanize-1.0.0.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mechanize/mechanize-1.0.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/mechanize/mechanize-1.0.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mechanize-1.0.0.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/mechanize/mechanize-1.0.0.ebuild,v 1.1 2010/04/04 07:02:55 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC="redocs"
57 RUBY_FAKEGEM_DOCDIR="doc"
58
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc EXAMPLES.rdoc FAQ.rdoc GUIDE.rdoc README.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="A Ruby library used for automating interaction with websites."
64 HOMEPAGE="http://mechanize.rubyforge.org/"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
69 IUSE=""
70
71 ruby_add_bdepend ">=dev-ruby/hoe-2.3.3"
72 ruby_add_rdepend ">=dev-ruby/nokogiri-1.2.1"
73
74 all_ruby_install() {
75 all_fakegem_install
76
77 docinto examples
78 dodoc examples/* || die
79 }