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/psych: psych-2.0.5.ebuild metadata.xml ChangeLog
Date: Fri, 27 Jun 2014 13:29:02
Message-Id: 20140627132853.162B12004E@flycatcher.gentoo.org
1 mrueg 14/06/27 13:28:52
2
3 Added: psych-2.0.5.ebuild metadata.xml ChangeLog
4 Log:
5 Initial ebuild.
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/psych/psych-2.0.5.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/psych-2.0.5.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/psych-2.0.5.ebuild?rev=1.1&content-type=text/plain
14
15 Index: psych-2.0.5.ebuild
16 ===================================================================
17 # Copyright 1999-2014 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/psych/psych-2.0.5.ebuild,v 1.1 2014/06/27 13:28:52 mrueg Exp $
20
21 EAPI=5
22 USE_RUBY="ruby19 ruby20 ruby21"
23
24 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
25 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.rdoc README.rdoc"
26
27
28 inherit multilib ruby-fakegem
29
30 DESCRIPTION="A libyaml wrapper for Ruby"
31 HOMEPAGE="https://github.com/tenderlove/psych"
32
33 LICENSE="MIT"
34 SLOT="0"
35 KEYWORDS="~amd64"
36 IUSE=""
37
38 DEPEND+=" dev-libs/libyaml"
39
40 ruby_add_bdepend "test? ( dev-ruby/minitest )"
41
42 each_ruby_configure() {
43 ${RUBY} -Cext/${PN} extconf.rb || die
44 }
45
46 each_ruby_compile() {
47 emake V=1 -Cext/${PN}
48 cp ext/${PN}/${PN}$(get_modname) lib/ || die
49 }
50
51 each_ruby_test() {
52 ${RUBY} -Ilib:test:test/${PN} test/${PN}/test_*.rb || die
53 ${RUBY} -Ilib:test:test/${PN} test/${PN}/nodes/*.rb || die
54 ${RUBY} -Ilib:test:test/${PN} test/${PN}/visitors/*.rb || die
55 ${RUBY} -Ilib:test:test/${PN} test/${PN}/json/*.rb || die
56 }
57
58
59
60 1.1 dev-ruby/psych/metadata.xml
61
62 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/metadata.xml?rev=1.1&view=markup
63 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/metadata.xml?rev=1.1&content-type=text/plain
64
65 Index: metadata.xml
66 ===================================================================
67 <?xml version="1.0" encoding="UTF-8"?>
68 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
69 <pkgmetadata>
70 <herd>ruby</herd>
71 </pkgmetadata>
72
73
74
75 1.1 dev-ruby/psych/ChangeLog
76
77 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/ChangeLog?rev=1.1&view=markup
78 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/psych/ChangeLog?rev=1.1&content-type=text/plain
79
80 Index: ChangeLog
81 ===================================================================
82 # ChangeLog for dev-ruby/psych
83 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
84 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/psych/ChangeLog,v 1.1 2014/06/27 13:28:52 mrueg Exp $
85
86 *psych-2.0.5 (27 Jun 2014)
87
88 27 Jun 2014; Manuel RĂ¼ger <mrueg@g.o> +metadata.xml,
89 +psych-2.0.5.ebuild:
90 Initial ebuild.