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