Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/prawn-layout: ChangeLog prawn-layout-0.7.2.ebuild
Date: Mon, 01 Feb 2010 09:23:16
Message-Id: E1NbsUw-0007dw-Kr@stork.gentoo.org
1 flameeyes 10/02/01 09:23:10
2
3 Modified: ChangeLog
4 Added: prawn-layout-0.7.2.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc62/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.4 dev-ruby/prawn-layout/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn-layout/ChangeLog?rev=1.4&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn-layout/ChangeLog?rev=1.4&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn-layout/ChangeLog?r1=1.3&r2=1.4
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v
19 retrieving revision 1.3
20 retrieving revision 1.4
21 diff -u -r1.3 -r1.4
22 --- ChangeLog 28 Jan 2010 19:15:35 -0000 1.3
23 +++ ChangeLog 1 Feb 2010 09:23:09 -0000 1.4
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/prawn-layout
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v 1.3 2010/01/28 19:15:35 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/ChangeLog,v 1.4 2010/02/01 09:23:09 flameeyes Exp $
29 +
30 +*prawn-layout-0.7.2 (01 Feb 2010)
31 +
32 + 01 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +prawn-layout-0.7.2.ebuild:
34 + Version bump.
35
36 28 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
37 prawn-layout-0.7.1.ebuild:
38
39
40
41 1.1 dev-ruby/prawn-layout/prawn-layout-0.7.2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.7.2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.7.2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: prawn-layout-0.7.2.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/prawn-layout/prawn-layout-0.7.2.ebuild,v 1.1 2010/02/01 09:23:10 flameeyes Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 jruby"
54
55 RUBY_FAKEGEM_EXTRADOC="README"
56
57 inherit ruby-fakegem versionator
58
59 DESCRIPTION="An extension to Prawn offering table support, grid layouts and other things"
60 HOMEPAGE="http://prawn.majesticseacreature.com/"
61
62 LICENSE="|| ( GPL-2 Ruby )"
63 SLOT="0"
64 KEYWORDS="~amd64"
65 IUSE="examples"
66
67 ruby_add_bdepend test "dev-ruby/test-spec dev-ruby/mocha"
68
69 ruby_add_rdepend "=dev-ruby/prawn-core-$(get_version_component_range 1-2)*"
70
71 all_ruby_install() {
72 all_fakegem_install
73
74 if use examples; then
75 insinto /usr/share/doc/${PF}
76 doins -r examples
77 fi
78 }