Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
commit: 95b03b98504d349a9ab14c98f9cda8a26478d70a
Author: Michel Boaventura <michel <AT> michelboaventura <DOT> com>
AuthorDate: Sun May 27 15:08:14 2012 +0000
Commit: Michel Boaventura <michel.boaventura <AT> gmail <DOT> com>
CommitDate: Sun May 27 15:08:14 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=95b03b98
Bump Hoe to version 3.0.6.
(Portage version: 2.1.10.63/git/Linux x86_64, unsigned Manifest commit)
---
dev-ruby/hoe/hoe-3.0.6.ebuild | 29 +++++++++++++++++++++++++++++
dev-ruby/hoe/metadata.xml | 6 ++++++
2 files changed, 35 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/hoe/hoe-3.0.6.ebuild b/dev-ruby/hoe/hoe-3.0.6.ebuild
new file mode 100644
index 0000000..b7cf2c1
--- /dev/null
+++ b/dev-ruby/hoe/hoe-3.0.6.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=2
+USE_RUBY="ruby18 ree18 ruby19"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="History.txt Manifest.txt README.txt Hoe.pdf"
+
+RUBY_FAKEGEM_EXTRAINSTALL="template"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hoe extends rake to provide full project automation."
+HOMEPAGE="http://seattlerb.rubyforge.org/"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+ruby_add_bdepend "doc? ( dev-ruby/rdoc )"
+
+ruby_add_bdepend "test? ( dev-ruby/rdoc dev-ruby/minitest )"
+
+ruby_add_rdepend ">=dev-ruby/rake-0.8"
diff --git a/dev-ruby/hoe/metadata.xml b/dev-ruby/hoe/metadata.xml
new file mode 100644
index 0000000..8ff28fd
--- /dev/null
+++ b/dev-ruby/hoe/metadata.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>
+
|
|