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/sexp-processor: sexp-processor-3.0.5.ebuild ChangeLog
Date: Sat, 02 Oct 2010 11:07:57
Message-Id: 20101002110748.1208A20051@flycatcher.gentoo.org
1 graaff 10/10/02 11:07:47
2
3 Modified: ChangeLog
4 Added: sexp-processor-3.0.5.ebuild
5 Log:
6 Version bump. Add jruby.
7 (Portage version: 2.1.8.3/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.18 dev-ruby/sexp-processor/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp-processor/ChangeLog?rev=1.18&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp-processor/ChangeLog?rev=1.18&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp-processor/ChangeLog?r1=1.17&r2=1.18
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/ChangeLog,v
19 retrieving revision 1.17
20 retrieving revision 1.18
21 diff -u -r1.17 -r1.18
22 --- ChangeLog 18 Aug 2010 11:13:30 -0000 1.17
23 +++ ChangeLog 2 Oct 2010 11:07:47 -0000 1.18
24 @@ -1,6 +1,12 @@
25 # ChangeLog for dev-ruby/sexp-processor
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/ChangeLog,v 1.17 2010/08/18 11:13:30 flameeyes Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sexp-processor/ChangeLog,v 1.18 2010/10/02 11:07:47 graaff Exp $
29 +
30 +*sexp-processor-3.0.5 (02 Oct 2010)
31 +
32 + 02 Oct 2010; Hans de Graaff <graaff@g.o>
33 + +sexp-processor-3.0.5.ebuild:
34 + Version bump with optimization enhancements. Add jruby.
35
36 18 Aug 2010; Diego E. Pettenò <flameeyes@g.o>
37 sexp-processor-3.0.3-r1.ebuild, sexp-processor-3.0.4.ebuild:
38
39
40
41 1.1 dev-ruby/sexp-processor/sexp-processor-3.0.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp-processor/sexp-processor-3.0.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sexp-processor/sexp-processor-3.0.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sexp-processor-3.0.5.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/sexp-processor/sexp-processor-3.0.5.ebuild,v 1.1 2010/10/02 11:07:47 graaff Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ree18 ruby19 jruby"
55
56 RUBY_FAKEGEM_NAME="sexp_processor"
57
58 RUBY_FAKEGEM_TASK_DOC="docs"
59 RUBY_FAKEGEM_DOCDIR="doc"
60 RUBY_FAKEGEM_EXTRADOC="README.txt History.txt"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="Processor for s-expressions created as part of the ParseTree project."
65 HOMEPAGE="http://www.zenspider.com/ZSS/Products/ParseTree/"
66
67 LICENSE="GPL-2"
68 SLOT="0"
69 KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-solaris"
70 IUSE=""
71
72 ruby_add_bdepend "
73 doc? (
74 dev-ruby/hoe
75 dev-ruby/hoe-seattlerb
76 )
77 test? (
78 dev-ruby/hoe
79 dev-ruby/hoe-seattlerb
80 dev-ruby/minitest
81 )"