Gentoo Archives: gentoo-commits

From: Michel Boaventura <michel.boaventura@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hoe/
Date: Mon, 05 Nov 2012 01:42:28
Message-Id: 1352079716.aa5276d9517dab55dc0f1e208742cb477f9f625b.michelboaventura@gentoo
1 commit: aa5276d9517dab55dc0f1e208742cb477f9f625b
2 Author: Michel Boaventura <michel <AT> michelboaventura <DOT> com>
3 AuthorDate: Mon Nov 5 01:41:56 2012 +0000
4 Commit: Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
5 CommitDate: Mon Nov 5 01:41:56 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=aa5276d9
7
8 Bump hoe to 3.1.1 and removes hoe 3.0.6, which was broken.
9
10 Package-Manager: portage-2.1.11.31
11
12 ---
13 dev-ruby/hoe/ChangeLog | 5 +++++
14 .../hoe/{hoe-3.0.6.ebuild => hoe-3.1.1.ebuild} | 15 ++++++---------
15 2 files changed, 11 insertions(+), 9 deletions(-)
16
17 diff --git a/dev-ruby/hoe/ChangeLog b/dev-ruby/hoe/ChangeLog
18 index a9df4ef..3f03d7a 100644
19 --- a/dev-ruby/hoe/ChangeLog
20 +++ b/dev-ruby/hoe/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*hoe-3.1.1 (04 Nov 2012)
26 +
27 + 04 Nov 2012; Michel Boaventura <michel.boaventura@×××××.com> +hoe-3.1.1.ebuild, -hoe-3.0.6.ebuild:
28 + Bump to version 3.1.1 and removes 3.0.6 which was broken anyway.
29 +
30 *hoe-3.0.6 (27 May 2012)
31
32 27 May 2012; Michel Boaventura <michel.boaventura@×××××.com> +ChangeLog,
33
34 diff --git a/dev-ruby/hoe/hoe-3.0.6.ebuild b/dev-ruby/hoe/hoe-3.1.1.ebuild
35 similarity index 57%
36 rename from dev-ruby/hoe/hoe-3.0.6.ebuild
37 rename to dev-ruby/hoe/hoe-3.1.1.ebuild
38 index fea2ba8..20b1233 100644
39 --- a/dev-ruby/hoe/hoe-3.0.6.ebuild
40 +++ b/dev-ruby/hoe/hoe-3.1.1.ebuild
41 @@ -5,11 +5,12 @@
42 EAPI=2
43 USE_RUBY="ruby18 ree18 ruby19 jruby"
44
45 -RUBY_FAKEGEM_TASK_DOC="docs"
46 -
47 -RUBY_FAKEGEM_DOCDIR="doc"
48 +RUBY_FAKEGEM_TASK_DOC=""
49 +RUBY_FAKEGEM_DOCDIR=""
50 RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt Hoe.pdf"
51
52 +RUBY_FAKEGEM_TASK_TEST="test"
53 +
54 RUBY_FAKEGEM_EXTRAINSTALL="template"
55
56 inherit ruby-fakegem
57 @@ -19,13 +20,9 @@ HOMEPAGE="http://seattlerb.rubyforge.org/"
58
59 LICENSE="MIT"
60 SLOT="0"
61 -KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
62 +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
63 IUSE=""
64
65 -RUBY_PATCHES=( "${P}-remove-isolate.patch" )
66 -
67 -ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
68 -
69 -ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"
70 +ruby_add_bdepend "test? ( dev-ruby/minitest )"
71
72 ruby_add_rdepend ">=dev-ruby/rake-0.8"