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/polyglot: ChangeLog polyglot-0.3.1.ebuild
Date: Thu, 01 Apr 2010 06:47:19
Message-Id: E1NxEBM-0004Cj-Jy@stork.gentoo.org
1 graaff 10/04/01 06:47:12
2
3 Modified: ChangeLog
4 Added: polyglot-0.3.1.ebuild
5 Log:
6 Version bump.
7 (Portage version: 2.1.7.17/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.12 dev-ruby/polyglot/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 4 Mar 2010 07:48:49 -0000 1.11
23 +++ ChangeLog 1 Apr 2010 06:47:12 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-ruby/polyglot
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.11 2010/03/04 07:48:49 graaff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.12 2010/04/01 06:47:12 graaff Exp $
29 +
30 +*polyglot-0.3.1 (01 Apr 2010)
31 +
32 + 01 Apr 2010; Hans de Graaff <graaff@g.o> +polyglot-0.3.1.ebuild:
33 + Version bump.
34
35 *polyglot-0.3.0 (04 Mar 2010)
36
37
38
39
40 1.1 dev-ruby/polyglot/polyglot-0.3.1.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.1.ebuild?rev=1.1&content-type=text/plain
44
45 Index: polyglot-0.3.1.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/polyglot/polyglot-0.3.1.ebuild,v 1.1 2010/04/01 06:47:12 graaff Exp $
50
51 EAPI=2
52 USE_RUBY="ruby18 ruby19 jruby"
53
54 RUBY_FAKEGEM_TASK_DOC=""
55 RUBY_FAKEGEM_TASK_TEST=""
56
57 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="Polyglot provides support for fully-custom DSLs."
62 HOMEPAGE="http://polyglot.rubyforge.org/"
63 LICENSE="MIT"
64
65 KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
66 SLOT="0"
67 IUSE=""
68
69 ruby_add_bdepend test virtual/ruby-test-unit
70
71 each_ruby_test() {
72 ${RUBY} test/test_polyglot.rb || die "tests failed"
73 }