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/storable: metadata.xml ChangeLog storable-0.6.1.ebuild
Date: Fri, 12 Feb 2010 21:54:26
Message-Id: E1Ng3Sx-0000XG-VZ@stork.gentoo.org
1 flameeyes 10/02/12 21:54:23
2
3 Added: metadata.xml ChangeLog storable-0.6.1.ebuild
4 Log:
5 Initial import of storable, needed for Rudy.
6 (Portage version: 2.2_rc62/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-ruby/storable/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/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/storable/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-ruby/storable
32 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.1 2010/02/12 21:54:23 flameeyes Exp $
34
35 *storable-0.6.1 (12 Feb 2010)
36
37 12 Feb 2010; Diego E. Pettenò <flameeyes@g.o>
38 +storable-0.6.1.ebuild, +files/storable-0.6.1-hanna.patch, +metadata.xml:
39 Initial import of storable, needed for Rudy.
40
41
42
43
44 1.1 dev-ruby/storable/storable-0.6.1.ebuild
45
46 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/storable-0.6.1.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/storable-0.6.1.ebuild?rev=1.1&content-type=text/plain
48
49 Index: storable-0.6.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/storable/storable-0.6.1.ebuild,v 1.1 2010/02/12 21:54:23 flameeyes Exp $
54
55 EAPI=2
56
57 USE_RUBY="ruby18 ruby19 jruby"
58
59 RUBY_FAKEGEM_TASK_TEST=""
60 RESTRICT=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="ec2sh"
67
68 inherit ruby-fakegem eutils
69
70 DESCRIPTION="Marshal Ruby classes into and out of multiple formats"
71 HOMEPAGE="http://solutious.com/"
72
73 LICENSE="MIT"
74 SLOT="0"
75 KEYWORDS="~amd64 ~x86"
76 IUSE=""
77
78 all_ruby_prepare() {
79 epatch "${FILESDIR}"/${P}-hanna.patch
80 }