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: ChangeLog storable-0.7.4.ebuild
Date: Sun, 02 May 2010 11:25:41
Message-Id: 20100502112535.B7B372C204@corvid.gentoo.org
1 flameeyes 10/05/02 11:25:35
2
3 Modified: ChangeLog
4 Added: storable-0.7.4.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.2_rc67/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.11 dev-ruby/storable/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.11&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/ChangeLog?rev=1.11&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/ChangeLog?r1=1.10&r2=1.11
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v
19 retrieving revision 1.10
20 retrieving revision 1.11
21 diff -u -r1.10 -r1.11
22 --- ChangeLog 1 May 2010 00:51:31 -0000 1.10
23 +++ ChangeLog 2 May 2010 11:25:35 -0000 1.11
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/storable
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.10 2010/05/01 00:51:31 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.11 2010/05/02 11:25:35 flameeyes Exp $
29 +
30 +*storable-0.7.4 (02 May 2010)
31 +
32 + 02 May 2010; Diego E. Pettenò <flameeyes@g.o>
33 + +storable-0.7.4.ebuild:
34 + Version bump.
35
36 01 May 2010; Diego E. Pettenò <flameeyes@g.o>
37 storable-0.7.3.ebuild:
38
39
40
41 1.1 dev-ruby/storable/storable-0.7.4.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/storable-0.7.4.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/storable/storable-0.7.4.ebuild?rev=1.1&content-type=text/plain
45
46 Index: storable-0.7.4.ebuild
47 ===================================================================
48 # Copyright 1999-2010 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.7.4.ebuild,v 1.1 2010/05/02 11:25:35 flameeyes Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19 jruby"
55
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 RUBY_FAKEGEM_TASK_DOC="rdoc"
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="CHANGES.txt README.rdoc"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Marshal Ruby classes into and out of multiple formats"
65 HOMEPAGE="http://solutious.com/"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~x86"
70 IUSE=""
71
72 SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
73 S="${WORKDIR}/delano-${PN}-*"
74
75 ruby_add_bdepend test dev-ruby/tryouts
76
77 all_ruby_prepare() {
78 mv bin examples || die
79 }
80
81 each_ruby_test() {
82 ${RUBY} -Ilib -S sergeant || die "tests failed"
83 }
84
85 all_ruby_install() {
86 all_fakegem_install
87
88 docinto examples
89 dodoc examples/* || die
90 }