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/ttfunk: ttfunk-1.4.0.ebuild ChangeLog
Date: Sat, 04 Oct 2014 15:32:35
Message-Id: 20141004153230.2DD806F47@oystercatcher.gentoo.org
1 mrueg 14/10/04 15:32:30
2
3 Modified: ChangeLog
4 Added: ttfunk-1.4.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.14_rc1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.17 dev-ruby/ttfunk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.17&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.17&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?r1=1.16&r2=1.17
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v
20 retrieving revision 1.16
21 retrieving revision 1.17
22 diff -u -r1.16 -r1.17
23 --- ChangeLog 29 Aug 2014 05:41:48 -0000 1.16
24 +++ ChangeLog 4 Oct 2014 15:32:30 -0000 1.17
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/ttfunk
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.16 2014/08/29 05:41:48 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.17 2014/10/04 15:32:30 mrueg Exp $
30 +
31 +*ttfunk-1.4.0 (04 Oct 2014)
32 +
33 + 04 Oct 2014; Manuel RĂ¼ger <mrueg@g.o> +ttfunk-1.4.0.ebuild:
34 + Version bump.
35
36 *ttfunk-1.2.1 (29 Aug 2014)
37
38
39
40
41 1.1 dev-ruby/ttfunk/ttfunk-1.4.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ttfunk-1.4.0.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.4.0.ebuild,v 1.1 2014/10/04 15:32:30 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57
58 RUBY_FAKEGEM_EXTRADOC="README.rdoc"
59
60 inherit ruby-fakegem versionator
61
62 DESCRIPTION="A TrueType font parser written in pure ruby"
63 HOMEPAGE="https://github.com/prawnpdf/ttfunk/"
64 SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
65
66 LICENSE="|| ( GPL-2 GPL-3 Ruby )"
67 SLOT="$(get_version_component_range 1-2)"
68 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
69 IUSE=""
70
71 all_ruby_prepare() {
72 sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
73 }