Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/parsetree: ChangeLog parsetree-3.0.5.ebuild
Date: Fri, 30 Apr 2010 11:10:40
Message-Id: 20100430111032.8AE6C2C04C@corvid.gentoo.org
1 graaff 10/04/30 11:10:32
2
3 Modified: ChangeLog
4 Added: parsetree-3.0.5.ebuild
5 Log:
6 Version bump with minor bug fix.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.22 dev-ruby/parsetree/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/parsetree/ChangeLog?rev=1.22&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/parsetree/ChangeLog?rev=1.22&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/parsetree/ChangeLog?r1=1.21&r2=1.22
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/ChangeLog,v
19 retrieving revision 1.21
20 retrieving revision 1.22
21 diff -u -r1.21 -r1.22
22 --- ChangeLog 13 Feb 2010 19:13:06 -0000 1.21
23 +++ ChangeLog 30 Apr 2010 11:10:32 -0000 1.22
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/parsetree
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/ChangeLog,v 1.21 2010/02/13 19:13:06 armin76 Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/ChangeLog,v 1.22 2010/04/30 11:10:32 graaff Exp $
29 +
30 +*parsetree-3.0.5 (30 Apr 2010)
31 +
32 + 30 Apr 2010; Hans de Graaff <graaff@g.o> +parsetree-3.0.5.ebuild:
33 + Version bump with minor bug fix.
34
35 13 Feb 2010; Raúl Porcel <armin76@g.o> parsetree-3.0.3.ebuild,
36 parsetree-3.0.4.ebuild, parsetree-3.0.4-r1.ebuild:
37
38
39
40 1.1 dev-ruby/parsetree/parsetree-3.0.5.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/parsetree/parsetree-3.0.5.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/parsetree/parsetree-3.0.5.ebuild?rev=1.1&content-type=text/plain
44
45 Index: parsetree-3.0.5.ebuild
46 ===================================================================
47 # Copyright 1999-2010 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/parsetree/parsetree-3.0.5.ebuild,v 1.1 2010/04/30 11:10:32 graaff Exp $
50
51 EAPI=2
52
53 USE_RUBY="ruby18"
54
55 RUBY_FAKEGEM_NAME="ParseTree"
56
57 RUBY_FAKEGEM_TASK_DOC="docs"
58 RUBY_FAKEGEM_DOCDIR="doc"
59 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="ParseTree extracts the parse tree for a Class or method and returns it as a s-expression."
64 HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
65
66 LICENSE="GPL-2"
67 SLOT="0"
68 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
69 IUSE=""
70
71 ruby_add_rdepend '>=dev-ruby/ruby-inline-3.7.0 >=dev-ruby/sexp-processor-3.0.0'
72 ruby_add_bdepend test "dev-ruby/hoe dev-ruby/hoe-seattlerb virtual/ruby-minitest dev-ruby/ruby2ruby"
73 ruby_add_bdepend doc "dev-ruby/hoe dev-ruby/hoe-seattlerb"
74
75 src_compile() {
76 chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
77 ruby-ng_src_compile
78 }
79
80 src_test() {
81 chmod 0755 ${WORKDIR/work/homedir} || die "Failed to fix permissions on home"
82 ruby-ng_src_test
83 }