diff options
author | 2014-03-02 23:01:53 +0000 | |
---|---|---|
committer | 2014-03-02 23:01:53 +0000 | |
commit | 3b6b131270618dfaf08e305ec7f1555a1c3068ad (patch) | |
tree | 9f21dbda37220880324816403cd0b7b54da6c2cd /dev-ruby/text-hyphen | |
parent | amd64 stable, bug #502664 (diff) | |
download | gentoo-2-3b6b131270618dfaf08e305ec7f1555a1c3068ad.tar.gz gentoo-2-3b6b131270618dfaf08e305ec7f1555a1c3068ad.tar.bz2 gentoo-2-3b6b131270618dfaf08e305ec7f1555a1c3068ad.zip |
Cleanup old. Remove ree18 target.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-ruby/text-hyphen')
-rw-r--r-- | dev-ruby/text-hyphen/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/files/text-hyphen-1.0.0+ruby-1.9.patch | 41 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.2.ebuild | 31 | ||||
-rw-r--r-- | dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild | 6 |
4 files changed, 10 insertions, 77 deletions
diff --git a/dev-ruby/text-hyphen/ChangeLog b/dev-ruby/text-hyphen/ChangeLog index f891f9962131..989ab04301ff 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.59 2013/10/30 03:51:40 mrueg Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.60 2014/03/02 23:01:53 mrueg Exp $ + + 02 Mar 2014; Manuel Rüger <mrueg@gentoo.org> + -files/text-hyphen-1.0.0+ruby-1.9.patch, -text-hyphen-1.2.ebuild, + text-hyphen-1.4.1.ebuild: + Cleanup old. Remove ree18 target. *text-hyphen-1.4.1-r1 (30 Oct 2013) diff --git a/dev-ruby/text-hyphen/files/text-hyphen-1.0.0+ruby-1.9.patch b/dev-ruby/text-hyphen/files/text-hyphen-1.0.0+ruby-1.9.patch deleted file mode 100644 index f74e10fb30ab..000000000000 --- a/dev-ruby/text-hyphen/files/text-hyphen-1.0.0+ruby-1.9.patch +++ /dev/null @@ -1,41 +0,0 @@ -Index: text-hyphen-1.0.0/lib/text/hyphen.rb -=================================================================== ---- text-hyphen-1.0.0.orig/lib/text/hyphen.rb -+++ text-hyphen-1.0.0/lib/text/hyphen.rb -@@ -269,7 +269,8 @@ private - - def make_result_list(res) #:nodoc: - r = [] -- res.each_with_index { |c, i| r << i * (c.to_i % 2) } -+ res_a = (res.is_a? Array) ? res : res.split(//) -+ res_a.each_with_index { |c, i| r << i * (c.to_i % 2) } - r.reject { |i| i.to_i == 0 } - end - -Index: text-hyphen-1.0.0/tests/tc_text_hyphen.rb -=================================================================== ---- text-hyphen-1.0.0.orig/tests/tc_text_hyphen.rb -+++ text-hyphen-1.0.0/tests/tc_text_hyphen.rb -@@ -12,7 +12,7 @@ class Test__Text__Hyphen < Test::Unit::T - playback presents programmable representation) - POINTS = [ - [2, 4, 8], # additional -- [], # declination -+ [3, 5, 7], # declination - [2], # going - [4], # leaving - [3, 4], # maximize -@@ -24,11 +24,11 @@ class Test__Text__Hyphen < Test::Unit::T - [3, 5, 8, 10] # representation - ] - -- VISUAL = %w(ad-di-tion-al declination go-ing leav-ing max-i-mizes -+ VISUAL = %w(ad-di-tion-al dec-li-na-tion go-ing leav-ing max-i-mizes - mul-ti-ple pe-ter play-back presents pro-gram-mable - rep-re-sen-ta-tion) - -- HY_TO = [ %w(addi- tional), [nil, 'declination'], %w(go- ing), -+ HY_TO = [ %w(addi- tional), %w(dec- lination), %w(go- ing), - %w(leav- ing), %w(maxi- mizes), %w(mul- tiple), %w(pe- ter), - %w(play- back), [nil, 'presents'], %w(pro- grammable), - %w(rep- resentation)] diff --git a/dev-ruby/text-hyphen/text-hyphen-1.2.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.2.ebuild deleted file mode 100644 index 7e16191b333b..000000000000 --- a/dev-ruby/text-hyphen/text-hyphen-1.2.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# 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.2.ebuild,v 1.7 2012/11/07 03:52:20 jer 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? ( - virtual/ruby-test-unit - >=dev-ruby/hoe-2.8.0 - >=dev-ruby/rubyforge-2.0.4 - )" diff --git a/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild b/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild index 8c29165ac7e8..cc46da8bab87 100644 --- a/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild +++ b/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 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.9 2013/01/09 14:32:27 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1.ebuild,v 1.10 2014/03/02 23:01:53 mrueg Exp $ EAPI=4 -USE_RUBY="ruby18 ree18 ruby19 jruby" +USE_RUBY="ruby18 ruby19 jruby" RUBY_FAKEGEM_TASK_DOC="docs" RUBY_FAKEGEM_DOCDIR="doc" |