Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: text-hyphen-1.4.1-r2.ebuild ChangeLog
Date: Mon, 06 Jul 2015 09:08:18
Message-Id: 20150706090810.1B589756@oystercatcher.gentoo.org
1 mrueg 15/07/06 09:08:10
2
3 Modified: ChangeLog
4 Added: text-hyphen-1.4.1-r2.ebuild
5 Log:
6 Fix cvs merge issue in -r1. Add ruby21 and ruby22 support back to -r2.
7
8 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.72 dev-ruby/text-hyphen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.72&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.72&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.71&r2=1.72
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
20 retrieving revision 1.71
21 retrieving revision 1.72
22 diff -u -r1.71 -r1.72
23 --- ChangeLog 21 Jun 2015 20:17:15 -0000 1.71
24 +++ ChangeLog 6 Jul 2015 09:08:10 -0000 1.72
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/text-hyphen
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.71 2015/06/21 20:17:15 zlogene Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.72 2015/07/06 09:08:10 mrueg Exp $
30 +
31 +*text-hyphen-1.4.1-r2 (06 Jul 2015)
32 +
33 + 06 Jul 2015; Manuel RĂ¼ger <mrueg@g.o> +text-hyphen-1.4.1-r2.ebuild,
34 + text-hyphen-1.4.1-r1.ebuild:
35 + Fix cvs merge issue in -r1. Add ruby21 and ruby22 support back to -r2.
36
37 21 Jun 2015; Mikle Kolyada <zlogene@g.o> text-hyphen-1.4.1-r1.ebuild:
38 alpha stable wrt bug #546968
39
40
41
42 1.1 dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: text-hyphen-1.4.1-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r2.ebuild,v 1.1 2015/07/06 09:08:10 mrueg Exp $
52
53 EAPI=5
54
55 USE_RUBY="ruby19 ruby20 ruby21 ruby22"
56
57 RUBY_FAKEGEM_TASK_DOC="docs"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in"
64 HOMEPAGE="http://rubyforge.org/projects/text-format"
65
66 LICENSE="MIT"
67 SLOT="0"
68 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
69 IUSE=""
70
71 ruby_add_bdepend "
72 doc? (
73 >=dev-ruby/hoe-2.8.0
74 )
75 test? (
76 >=dev-ruby/hoe-2.8.0
77 dev-ruby/test-unit:2
78 )"
79
80 all_ruby_prepare() {
81 sed -i -e '2igem "test-unit", ">= 2.0"' test/test_*.rb || die
82 }