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-r1.ebuild ChangeLog
Date: Wed, 30 Oct 2013 03:51:44
Message-Id: 20131030035140.DE36720035@flycatcher.gentoo.org
1 mrueg 13/10/30 03:51:40
2
3 Modified: ChangeLog
4 Added: text-hyphen-1.4.1-r1.ebuild
5 Log:
6 Add ruby20 target.
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.59 dev-ruby/text-hyphen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.59&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.59&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.58&r2=1.59
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
20 retrieving revision 1.58
21 retrieving revision 1.59
22 diff -u -r1.58 -r1.59
23 --- ChangeLog 9 Jan 2013 14:32:27 -0000 1.58
24 +++ ChangeLog 30 Oct 2013 03:51:40 -0000 1.59
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/text-hyphen
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.58 2013/01/09 14:32:27 jer Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.59 2013/10/30 03:51:40 mrueg Exp $
30 +
31 +*text-hyphen-1.4.1-r1 (30 Oct 2013)
32 +
33 + 30 Oct 2013; Manuel RĂ¼ger <mrueg@g.o> +text-hyphen-1.4.1-r1.ebuild:
34 + Add ruby20 target.
35
36 09 Jan 2013; Jeroen Roovers <jer@g.o> text-hyphen-1.4.1.ebuild:
37 Stable for HPPA (bug #450144).
38
39
40
41 1.1 dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.4.1-r1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: text-hyphen-1.4.1-r1.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC="docs"
56 RUBY_FAKEGEM_DOCDIR="doc"
57 RUBY_FAKEGEM_EXTRADOC="README.rdoc History.rdoc"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Hyphenates various words according to the rules of the language the word is written in."
62 HOMEPAGE="http://rubyforge.org/projects/text-format"
63
64 LICENSE="MIT"
65 SLOT="0"
66 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 ruby_add_bdepend "
70 doc? (
71 >=dev-ruby/hoe-2.8.0
72 )
73 test? (
74 >=dev-ruby/hoe-2.8.0
75 )"