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/allison: allison-2.0.3-r2.ebuild ChangeLog
Date: Fri, 04 Oct 2013 19:02:40
Message-Id: 20131004190233.5AFCD2004C@flycatcher.gentoo.org
1 mrueg 13/10/04 19:02:33
2
3 Modified: ChangeLog
4 Added: allison-2.0.3-r2.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.24 dev-ruby/allison/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/allison/ChangeLog?rev=1.24&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/allison/ChangeLog?rev=1.24&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/allison/ChangeLog?r1=1.23&r2=1.24
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/allison/ChangeLog,v
20 retrieving revision 1.23
21 retrieving revision 1.24
22 diff -u -r1.23 -r1.24
23 --- ChangeLog 16 Dec 2012 18:03:20 -0000 1.23
24 +++ ChangeLog 4 Oct 2013 19:02:33 -0000 1.24
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/allison
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/ChangeLog,v 1.23 2012/12/16 18:03:20 armin76 Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/ChangeLog,v 1.24 2013/10/04 19:02:33 mrueg Exp $
31 +
32 +*allison-2.0.3-r2 (04 Oct 2013)
33 +
34 + 04 Oct 2013; Manuel Rüger <mrueg@g.o> +allison-2.0.3-r2.ebuild:
35 + Add ruby20 target.
36
37 16 Dec 2012; Raúl Porcel <armin76@g.o> allison-2.0.3-r1.ebuild:
38 alpha/ia64/sparc stable wrt #444458
39
40
41
42 1.1 dev-ruby/allison/allison-2.0.3-r2.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/allison/allison-2.0.3-r2.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/allison/allison-2.0.3-r2.ebuild?rev=1.1&content-type=text/plain
46
47 Index: allison-2.0.3-r2.ebuild
48 ===================================================================
49 # Copyright 1999-2013 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/allison/allison-2.0.3-r2.ebuild,v 1.1 2013/10/04 19:02:33 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby18 ruby19 ruby20 jruby"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57 RUBY_FAKEGEM_TASK_DOC=""
58
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG README"
60 RUBY_FAKEGEM_EXTRAINSTALL="cache"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="A modern, pretty RDoc template."
65 HOMEPAGE="http://fauna.github.com/fauna/allison/files/README.html"
66
67 LICENSE="AFL-3.0"
68 SLOT="0"
69 KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86 ~x86-solaris"
70 IUSE=""
71
72 all_ruby_install() {
73 all_fakegem_install
74
75 insinto /usr/share/doc/${PF}
76 doins -r contrib
77 }