Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/text-hyphen: ChangeLog text-hyphen-1.3.ebuild
Date: Thu, 05 Jul 2012 06:10:25
Message-Id: 20120705061015.545082004B@flycatcher.gentoo.org
1 graaff 12/07/05 06:10:14
2
3 Modified: ChangeLog
4 Added: text-hyphen-1.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.65/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.41 dev-ruby/text-hyphen/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.41&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?rev=1.41&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/ChangeLog?r1=1.40&r2=1.41
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v
20 retrieving revision 1.40
21 retrieving revision 1.41
22 diff -u -r1.40 -r1.41
23 --- ChangeLog 5 Jul 2012 06:00:30 -0000 1.40
24 +++ ChangeLog 5 Jul 2012 06:10:14 -0000 1.41
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/text-hyphen
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.40 2012/07/05 06:00:30 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/text-hyphen/ChangeLog,v 1.41 2012/07/05 06:10:14 graaff Exp $
30 +
31 +*text-hyphen-1.3 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Hans de Graaff <graaff@g.o> +text-hyphen-1.3.ebuild:
34 + Version bump.
35
36 05 Jul 2012; Hans de Graaff <graaff@g.o> -text-hyphen-1.0.0-r3.ebuild,
37 -text-hyphen-1.0.2.ebuild:
38
39
40
41 1.1 dev-ruby/text-hyphen/text-hyphen-1.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/text-hyphen/text-hyphen-1.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: text-hyphen-1.3.ebuild
47 ===================================================================
48 # Copyright 1999-2012 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.3.ebuild,v 1.1 2012/07/05 06:10:14 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ree18 ruby19 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 eutils
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 >=dev-ruby/rubyforge-2.0.4
73 )
74 test? (
75 >=dev-ruby/hoe-2.8.0
76 >=dev-ruby/rubyforge-2.0.4
77 )"