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/loquacious: metadata.xml ChangeLog loquacious-1.4.1.ebuild
Date: Sun, 31 Jan 2010 13:54:40
Message-Id: E1NbaG6-0002Pl-H7@stork.gentoo.org
1 flameeyes 10/01/31 13:54:38
2
3 Added: metadata.xml ChangeLog loquacious-1.4.1.ebuild
4 Log:
5 Initial import of bones and related dependencies.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/loquacious/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>ruby</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-ruby/loquacious/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-ruby/loquacious
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/ChangeLog,v 1.1 2010/01/31 13:54:37 flameeyes Exp $
34
35 *loquacious-1.4.1 (31 Jan 2010)
36
37 31 Jan 2010; Diego E. Pettenò <flameeyes@g.o>
38 +loquacious-1.4.1.ebuild, +metadata.xml:
39 Initial import of bones and related dependencies.
40
41
42
43
44 1.1 dev-ruby/loquacious/loquacious-1.4.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/loquacious-1.4.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/loquacious/loquacious-1.4.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: loquacious-1.4.1.ebuild
50 ===================================================================
51 # Copyright 1999-2010 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/loquacious/loquacious-1.4.1.ebuild,v 1.1 2010/01/31 13:54:37 flameeyes Exp $
54
55 EAPI=2
56
57 USE_RUBY="ruby18 ruby19 jruby"
58
59 RUBY_FAKEGEM_TASK_TEST="spec:specdoc"
60
61 RUBY_FAKEGEM_TASK_DOC="doc:rdoc"
62 RUBY_FAKEGME_DOCDIR="doc"
63
64 RUBY_FAKEGEM_EXTRADOC="History.txt README.rdoc"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="Descriptive configuration files for Ruby written in Ruby"
69 HOMEPAGE="http://github.com/TwP/${PN}"
70
71 IUSE=""
72 LICENSE="MIT"
73 SLOT="0"
74 KEYWORDS="~amd64"
75
76 ruby_add_bdepend doc "dev-ruby/bones dev-ruby/bones-extras"
77 ruby_add_bdepend test "dev-ruby/bones dev-ruby/bones-extras"
78
79 all_ruby_install() {
80 all_fakegem_install
81
82 docinto examples
83 dodoc examples/* || die
84 }