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/hexoid: metadata.xml ChangeLog hexoid-0.2.2.ebuild
Date: Wed, 28 Jul 2010 22:55:54
Message-Id: 20100728225550.EB5452CE15@corvid.gentoo.org
1 flameeyes 10/07/28 22:55:50
2
3 Added: metadata.xml ChangeLog hexoid-0.2.2.ebuild
4 Log:
5 Initial import of hexoid, needed for tryouts 2.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/hexoid/metadata.xml
10
11 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/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/hexoid/ChangeLog
25
26 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-ruby/hexoid
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hexoid/ChangeLog,v 1.1 2010/07/28 22:55:50 flameeyes Exp $
34
35 *hexoid-0.2.2 (28 Jul 2010)
36
37 28 Jul 2010; Diego E. Pettenò <flameeyes@g.o>
38 +hexoid-0.2.2.ebuild, +metadata.xml:
39 Initial import of hexoid, needed for tryouts 2.
40
41
42
43
44 1.1 dev-ruby/hexoid/hexoid-0.2.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/hexoid-0.2.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hexoid/hexoid-0.2.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: hexoid-0.2.2.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/hexoid/hexoid-0.2.2.ebuild,v 1.1 2010/07/28 22:55:50 flameeyes Exp $
54
55 EAPI=2
56
57 # None of the three actually has working tests, but they should all work
58 USE_RUBY="ruby18 ruby19 jruby"
59
60 RUBY_FAKEGEM_TASK_TEST=""
61
62 RUBY_FAKEGEM_TASK_DOC="rdoc"
63 RUBY_FAKEGEM_DOCDIR="doc"
64 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
65
66 RUBY_FAKEGEM_BINWRAP=""
67
68 inherit ruby-fakegem
69
70 DESCRIPTION="Generate Ruby style object ids"
71 HOMEPAGE="http://solutious.com/"
72
73 LICENSE="MIT"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE=""
77
78 RESTRICT=test
79
80 #ruby_add_bdepend "test? ( dev-ruby/tryouts:0 )"
81
82 #SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
83 #S="${WORKDIR}/delano-${PN}-*"
84
85 each_ruby_test() {
86 ${RUBY} -S sergeant || die "tests failed"
87 }