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/asciidoctor: asciidoctor-1.5.2.ebuild ChangeLog asciidoctor-1.5.0-r1.ebuild
Date: Tue, 02 Dec 2014 12:34:27
Message-Id: 20141202123424.67193B5A6@oystercatcher.gentoo.org
1 mrueg 14/12/02 12:34:24
2
3 Modified: ChangeLog
4 Added: asciidoctor-1.5.2.ebuild
5 Removed: asciidoctor-1.5.0-r1.ebuild
6 Log:
7 Version bump. Cleanup old.
8
9 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.6 dev-ruby/asciidoctor/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.6&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?rev=1.6&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/ChangeLog?r1=1.5&r2=1.6
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v
21 retrieving revision 1.5
22 retrieving revision 1.6
23 diff -u -r1.5 -r1.6
24 --- ChangeLog 21 Sep 2014 05:44:49 -0000 1.5
25 +++ ChangeLog 2 Dec 2014 12:34:24 -0000 1.6
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/asciidoctor
28 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.5 2014/09/21 05:44:49 graaff Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/ChangeLog,v 1.6 2014/12/02 12:34:24 mrueg Exp $
31 +
32 +*asciidoctor-1.5.2 (02 Dec 2014)
33 +
34 + 02 Dec 2014; Manuel RĂ¼ger <mrueg@g.o> +asciidoctor-1.5.2.ebuild,
35 + -asciidoctor-1.5.0-r1.ebuild:
36 + Version bump. Cleanup old.
37
38 *asciidoctor-1.5.1 (21 Sep 2014)
39
40
41
42
43 1.1 dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild?rev=1.1&content-type=text/plain
47
48 Index: asciidoctor-1.5.2.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/asciidoctor/asciidoctor-1.5.2.ebuild,v 1.1 2014/12/02 12:34:24 mrueg Exp $
53
54 EAPI=5
55 USE_RUBY="ruby19 ruby20"
56
57 RUBY_FAKEGEM_TASK_TEST="test features"
58 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
59 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.adoc README.adoc"
60
61 RUBY_FAKEGEM_EXTRAINSTALL="data"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="Processor for converting AsciiDoc source files or strings into HTML 5, DocBook 4.5 and other formats"
66 HOMEPAGE="https://github.com/asciidoctor/asciidoctor"
67 SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
68
69 LICENSE="MIT"
70 SLOT="0"
71 KEYWORDS="~amd64"
72 IUSE=""
73
74 ruby_add_bdepend "test? (
75 dev-util/cucumber
76 dev-ruby/coderay
77 dev-ruby/erubis
78 dev-ruby/haml
79 dev-ruby/nokogiri
80 dev-ruby/slim
81 dev-ruby/tilt )"
82
83 all_ruby_prepare() {
84 rm Gemfile || die
85 }
86
87 all_ruby_install() {
88 all_fakegem_install
89
90 doman man/asciidoctor.1
91 }