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/wikicloth: metadata.xml wikicloth-0.8.1.ebuild ChangeLog
Date: Fri, 06 Jun 2014 14:44:01
Message-Id: 20140606144357.1333C2004E@flycatcher.gentoo.org
1 mrueg 14/06/06 14:43:56
2
3 Added: metadata.xml wikicloth-0.8.1.ebuild ChangeLog
4 Log:
5 Initial import from dev-zero's overlay.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
8
9 Revision Changes Path
10 1.1 dev-ruby/wikicloth/metadata.xml
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/metadata.xml?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/metadata.xml?rev=1.1&content-type=text/plain
14
15 Index: metadata.xml
16 ===================================================================
17 <?xml version="1.0" encoding="UTF-8"?>
18 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
19 <pkgmetadata>
20 <herd>ruby</herd>
21 </pkgmetadata>
22
23
24
25 1.1 dev-ruby/wikicloth/wikicloth-0.8.1.ebuild
26
27 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild?rev=1.1&view=markup
28 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild?rev=1.1&content-type=text/plain
29
30 Index: wikicloth-0.8.1.ebuild
31 ===================================================================
32 # Copyright 1999-2014 Gentoo Foundation
33 # Distributed under the terms of the GNU General Public License v2
34 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/wikicloth-0.8.1.ebuild,v 1.1 2014/06/06 14:43:56 mrueg Exp $
35
36 EAPI=5
37 USE_RUBY="ruby19 ruby20 ruby21"
38
39 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
40 RUBY_FAKEGEM_EXTRADOC="README README.textile"
41
42 inherit ruby-fakegem
43
44 DESCRIPTION="A mediawiki parser"
45 HOMEPAGE="https://github.com/nricciar/wikicloth"
46 SRC_URI="https://github.com/nricciar/wikicloth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
47
48 LICENSE="MIT"
49 SLOT="0"
50 KEYWORDS="~amd64"
51 IUSE=""
52
53 ruby_add_rdepend "dev-ruby/builder
54 dev-ruby/expression_parser"
55 ruby_add_bdepend "test? (
56 dev-ruby/activesupport
57 dev-ruby/test-unit
58 dev-ruby/i18n )"
59
60 all_ruby_prepare() {
61 sed -i \
62 -e '/[Bb]undler/d' \
63 -e "/require 'simplecov'/d" \
64 Rakefile || die "sed failed"
65 }
66
67 each_ruby_test() {
68 ${RUBY} -Ilib:test test/*_test.rb || die
69 }
70
71
72
73 1.1 dev-ruby/wikicloth/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/ChangeLog?rev=1.1&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/wikicloth/ChangeLog?rev=1.1&content-type=text/plain
77
78 Index: ChangeLog
79 ===================================================================
80 # ChangeLog for dev-ruby/wikicloth
81 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
82 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/wikicloth/ChangeLog,v 1.1 2014/06/06 14:43:56 mrueg Exp $
83
84 *wikicloth-0.8.1 (06 Jun 2014)
85
86 06 Jun 2014; Manuel RĂ¼ger <mrueg@g.o> +metadata.xml,
87 +wikicloth-0.8.1.ebuild:
88 Initial import from dev-zero's overlay.