summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-09-23 16:01:41 +0000
committerHans de Graaff <graaff@gentoo.org>2012-09-23 16:01:41 +0000
commite71d882e5ea7e3eb4615822a76672ca5b8bf6303 (patch)
tree10232a7376239c5d6fbcc3512f4472d7f9a11766 /dev-ruby
parentstable arm, bug #435608 (diff)
downloadgentoo-2-e71d882e5ea7e3eb4615822a76672ca5b8bf6303.tar.gz
gentoo-2-e71d882e5ea7e3eb4615822a76672ca5b8bf6303.tar.bz2
gentoo-2-e71d882e5ea7e3eb4615822a76672ca5b8bf6303.zip
Version bump.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/text-hyphen/ChangeLog7
-rw-r--r--dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild28
2 files changed, 34 insertions, 1 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog
index 723ec2aeedca..2e2f512eb326 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.44 2012/07/22 15:35:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.45 2012/09/23 16:01:41 graaff Exp $
+
+*text-hyphen-1.4.1 (23 Sep 2012)
+
+ 23 Sep 2012; Hans de Graaff <graaff@gentoo.org> +text-hyphen-1.4.1.ebuild:
+ Version bump.
22 Jul 2012; <nixnut@gentoo.org> text-hyphen-1.2.ebuild:
ppc stable #424846
diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild
new file mode 100644
index 000000000000..4d3b106cfa58
--- /dev/null
+++ b/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2012 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.ebuild,v 1.1 2012/09/23 16:01:41 graaff Exp $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 ruby19 jruby"
+
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
+
+inherit ruby-fakegem eutils
+
+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
+ )"