summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorManuel Rüger <mrueg@gentoo.org>2013-10-30 03:51:40 +0000
committerManuel Rüger <mrueg@gentoo.org>2013-10-30 03:51:40 +0000
commit94650fe566279786c3cf1744e7f0f78885c1d540 (patch)
tree82d00b016bbd37578d84d3a97c642c33890a8aad /dev-ruby/text-hyphen
parentAdd ruby20 target. (diff)
downloadgentoo-2-94650fe566279786c3cf1744e7f0f78885c1d540.tar.gz
gentoo-2-94650fe566279786c3cf1744e7f0f78885c1d540.tar.bz2
gentoo-2-94650fe566279786c3cf1744e7f0f78885c1d540.zip
Add ruby20 target.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r--dev-ruby/text-hyphen/ChangeLog7
-rw-r--r--dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog
index 458bef37cc46..f891f9962131 100644
--- a/dev-ruby/text-hyphen/ChangeLog
+++ b/dev-ruby/text-hyphen/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/text-hyphen
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.58 2013/01/09 14:32:27 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.59 2013/10/30 03:51:40 mrueg Exp $
+
+*text-hyphen-1.4.1-r1 (30 Oct 2013)
+
+ 30 Oct 2013; Manuel Rüger <mrueg@gentoo.org> +text-hyphen-1.4.1-r1.ebuild:
+ Add ruby20 target.
09 Jan 2013; Jeroen Roovers <jer@gentoo.org> text-hyphen-1.4.1.ebuild:
Stable for HPPA (bug #450144).
diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
new file mode 100644
index 000000000000..95426fb87a80
--- /dev/null
+++ b/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild,v 1.1 2013/10/30 03:51:40 mrueg Exp $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20 jruby"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in."
+HOMEPAGE="http://rubyforge.org/projects/text-format"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
+IUSE=""
+
+ruby_add_bdepend "
+ doc? (
+ >=dev-ruby/hoe-2.8.0
+ )
+ test? (
+ >=dev-ruby/hoe-2.8.0
+ )"