summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2012-07-05 06:10:14 +0000
committerHans de Graaff <graaff@gentoo.org>2012-07-05 06:10:14 +0000
commitc8b820409ca8bb9e257345edc4832af3f0588ae6 (patch)
tree5a6ea5b53d4b952998a4efa05369cbb7e312d5d3
parentRemove old versions. (diff)
downloadgentoo-2-c8b820409ca8bb9e257345edc4832af3f0588ae6.tar.gz
gentoo-2-c8b820409ca8bb9e257345edc4832af3f0588ae6.tar.bz2
gentoo-2-c8b820409ca8bb9e257345edc4832af3f0588ae6.zip
Version bump.
(Portage version: 2.1.10.65/cvs/Linux x86_64)
-rw-r--r--dev-ruby/text-hyphen/ChangeLog7
-rw-r--r--dev-ruby/text-hyphen/text-hyphen-1.3.ebuild30
2 files changed, 36 insertions, 1 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog
index e202ab2e24c0..c5920a5c603f 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.40 2012/07/05 06:00:30 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.41 2012/07/05 06:10:14 graaff Exp $
+
+*text-hyphen-1.3 (05 Jul 2012)
+
+ 05 Jul 2012; Hans de Graaff <graaff@gentoo.org> +text-hyphen-1.3.ebuild:
+ Version bump.
05 Jul 2012; Hans de Graaff <graaff@gentoo.org> -text-hyphen-1.0.0-r3.ebuild,
-text-hyphen-1.0.2.ebuild:
diff --git a/dev-ruby/text-hyphen/text-hyphen-1.3.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.3.ebuild
new file mode 100644
index 000000000000..62080c428613
--- /dev/null
+++ b/dev-ruby/text-hyphen/text-hyphen-1.3.ebuild
@@ -0,0 +1,30 @@
+# 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.3.ebuild,v 1.1 2012/07/05 06:10:14 graaff Exp $
+
+EAPI=2
+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
+ >=dev-ruby/rubyforge-2.0.4
+ )
+ test? (
+ >=dev-ruby/hoe-2.8.0
+ >=dev-ruby/rubyforge-2.0.4
+ )"