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.3.ebuild
Date: Wed, 02 Nov 2011 06:31:23
Message-Id: 20111102063112.E11D62004B@flycatcher.gentoo.org
1 graaff 11/11/02 06:31:12
2
3 Modified: ChangeLog
4 Added: polyglot-0.3.3.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.1.10.11/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.21 dev-ruby/polyglot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.21&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.21&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?r1=1.20&r2=1.21
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
20 retrieving revision 1.20
21 retrieving revision 1.21
22 diff -u -r1.20 -r1.21
23 --- ChangeLog 9 Sep 2011 08:04:18 -0000 1.20
24 +++ ChangeLog 2 Nov 2011 06:31:12 -0000 1.21
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/polyglot
27 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.20 2011/09/09 08:04:18 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.21 2011/11/02 06:31:12 graaff Exp $
30 +
31 +*polyglot-0.3.3 (02 Nov 2011)
32 +
33 + 02 Nov 2011; Hans de Graaff <graaff@g.o> +polyglot-0.3.3.ebuild:
34 + Version bump.
35
36 09 Sep 2011; Fabian Groffen <grobian@g.o> polyglot-0.3.2.ebuild:
37 Marked ~sparc-solaris
38
39
40
41 1.1 dev-ruby/polyglot/polyglot-0.3.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: polyglot-0.3.3.ebuild
47 ===================================================================
48 # Copyright 1999-2011 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.3.ebuild,v 1.1 2011/11/02 06:31:12 graaff Exp $
51
52 EAPI=2
53 USE_RUBY="ruby18 ruby19 jruby ree18 rbx"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_TASK_TEST=""
57
58 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="Polyglot provides support for fully-custom DSLs."
63 HOMEPAGE="http://polyglot.rubyforge.org/"
64 LICENSE="MIT"
65
66 KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~sparc-solaris ~x86-solaris"
67 SLOT="0"
68 IUSE=""
69
70 all_ruby_prepare() {
71 # jruby has trouble parsing this metadata and there are no dependencies.
72 rm ../metadata || die
73 }