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: Sun, 27 May 2012 15:08:37
Message-Id: 1338131294.95b03b98504d349a9ab14c98f9cda8a26478d70a.michelboaventura@gentoo
1 commit: 95b03b98504d349a9ab14c98f9cda8a26478d70a
2 Author: Michel Boaventura <michel <AT> michelboaventura <DOT> com>
3 AuthorDate: Sun May 27 15:08:14 2012 +0000
4 Commit: Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
5 CommitDate: Sun May 27 15:08:14 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=95b03b98
7
8 Bump Hoe to version 3.0.6.
9
10 (Portage version: 2.1.10.63/git/Linux x86_64, unsigned Manifest commit)
11
12 ---
13 dev-ruby/hoe/hoe-3.0.6.ebuild | 29 +++++++++++++++++++++++++++++
14 dev-ruby/hoe/metadata.xml | 6 ++++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-ruby/hoe/hoe-3.0.6.ebuild b/dev-ruby/hoe/hoe-3.0.6.ebuild
18 new file mode 100644
19 index 0000000..b7cf2c1
20 --- /dev/null
21 +++ b/dev-ruby/hoe/hoe-3.0.6.ebuild
22 @@ -0,0 +1,29 @@
23 +# Copyright 1999-2012 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Header: $
26 +
27 +EAPI=2
28 +USE_RUBY="ruby18 ree18 ruby19"
29 +
30 +RUBY_FAKEGEM_TASK_DOC="docs"
31 +
32 +RUBY_FAKEGEM_DOCDIR="doc"
33 +RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt Hoe.pdf"
34 +
35 +RUBY_FAKEGEM_EXTRAINSTALL="template"
36 +
37 +inherit ruby-fakegem
38 +
39 +DESCRIPTION="Hoe extends rake to provide full project automation."
40 +HOMEPAGE="http://seattlerb.rubyforge.org/"
41 +
42 +LICENSE="MIT"
43 +SLOT="0"
44 +KEYWORDS="~amd64"
45 +IUSE=""
46 +
47 +ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
48 +
49 +ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"
50 +
51 +ruby_add_rdepend ">=dev-ruby/rake-0.8"
52
53 diff --git a/dev-ruby/hoe/metadata.xml b/dev-ruby/hoe/metadata.xml
54 new file mode 100644
55 index 0000000..8ff28fd
56 --- /dev/null
57 +++ b/dev-ruby/hoe/metadata.xml
58 @@ -0,0 +1,6 @@
59 +<?xml version="1.0" encoding="UTF-8"?>
60 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
61 +<pkgmetadata>
62 + <herd>ruby</herd>
63 +</pkgmetadata>
64 +