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.1.1.ebuild ChangeLog
Date: Tue, 25 Feb 2014 09:14:16
Message-Id: 20140225091410.91E1D2004C@flycatcher.gentoo.org
1 mrueg 14/02/25 09:14:10
2
3 Modified: ChangeLog
4 Added: ttfunk-1.1.1.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.9 dev-ruby/ttfunk/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.9&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?rev=1.9&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ChangeLog?r1=1.8&r2=1.9
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v
20 retrieving revision 1.8
21 retrieving revision 1.9
22 diff -u -r1.8 -r1.9
23 --- ChangeLog 21 Jan 2014 07:08:59 -0000 1.8
24 +++ ChangeLog 25 Feb 2014 09:14:10 -0000 1.9
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.8 2014/01/21 07:08:59 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ttfunk/ChangeLog,v 1.9 2014/02/25 09:14:10 mrueg Exp $
30 +
31 +*ttfunk-1.1.1 (25 Feb 2014)
32 +
33 + 25 Feb 2014; Manuel RĂ¼ger <mrueg@g.o> +ttfunk-1.1.1.ebuild:
34 + Version bump.
35
36 *ttfunk-1.1.0 (21 Jan 2014)
37
38
39
40
41 1.1 dev-ruby/ttfunk/ttfunk-1.1.1.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ttfunk/ttfunk-1.1.1.ebuild?rev=1.1&content-type=text/plain
45
46 Index: ttfunk-1.1.1.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.1.1.ebuild,v 1.1 2014/02/25 09:14:10 mrueg Exp $
51
52 EAPI=5
53 USE_RUBY="ruby18 ruby19 ruby20 jruby"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_RECIPE_TEST="rspec"
57
58 inherit ruby-fakegem versionator
59
60 DESCRIPTION="A TrueType font parser written in pure ruby."
61 HOMEPAGE="https://github.com/prawnpdf/ttfunk/"
62 SRC_URI="https://github.com/prawnpdf/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
63
64 LICENSE="|| ( GPL-2 GPL-3 Ruby )"
65 SLOT="$(get_version_component_range 1-2)"
66 KEYWORDS="~amd64"
67 IUSE=""
68
69 all_ruby_prepare() {
70 sed -i -e '/bundler/I s:^:#:' spec/spec_helper.rb || die
71 }