summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-31 13:54:37 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-01-31 13:54:37 +0000
commitfdf760728a7dc244ad203e00078857354e199162 (patch)
tree02004781955131c01971b907d99ba2147b0a87bf /dev-ruby/loquacious
parentamd64 stable - 281956 (diff)
downloadgentoo-2-fdf760728a7dc244ad203e00078857354e199162.tar.gz
gentoo-2-fdf760728a7dc244ad203e00078857354e199162.tar.bz2
gentoo-2-fdf760728a7dc244ad203e00078857354e199162.zip
Initial import of bones and related dependencies.
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/loquacious')
-rw-r--r--dev-ruby/loquacious/ChangeLog10
-rw-r--r--dev-ruby/loquacious/loquacious-1.4.1.ebuild34
-rw-r--r--dev-ruby/loquacious/metadata.xml5
3 files changed, 49 insertions, 0 deletions
diff --git a/dev-ruby/loquacious/ChangeLog b/dev-ruby/loquacious/ChangeLog
new file mode 100644
index 000000000000..1c402e3bc480
--- /dev/null
+++ b/dev-ruby/loquacious/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/loquacious
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.1 2010/01/31 13:54:37 flameeyes Exp $
+
+*loquacious-1.4.1 (31 Jan 2010)
+
+ 31 Jan 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ +loquacious-1.4.1.ebuild, +metadata.xml:
+ Initial import of bones and related dependencies.
+
diff --git a/dev-ruby/loquacious/loquacious-1.4.1.ebuild b/dev-ruby/loquacious/loquacious-1.4.1.ebuild
new file mode 100644
index 000000000000..e69dbf21cfc3
--- /dev/null
+++ b/dev-ruby/loquacious/loquacious-1.4.1.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.4.1.ebuild,v 1.1 2010/01/31 13:54:37 flameeyes Exp $
+
+EAPI=2
+
+USE_RUBY="ruby18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_TEST="spec:specdoc"
+
+RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
+RUBY_FAKEGME_DOCDIR="doc"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
+HOMEPAGE="http://github.com/TwP/${PN}"
+
+IUSE=""
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+
+ruby_add_bdepend doc "dev-ruby/bones dev-ruby/bones-extras"
+ruby_add_bdepend test "dev-ruby/bones dev-ruby/bones-extras"
+
+all_ruby_install() {
+ all_fakegem_install
+
+ docinto examples
+ dodoc examples/* || die
+}
diff --git a/dev-ruby/loquacious/metadata.xml b/dev-ruby/loquacious/metadata.xml
new file mode 100644
index 000000000000..852136183369
--- /dev/null
+++ b/dev-ruby/loquacious/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>