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: polyglot-0.3.5.ebuild ChangeLog
Date: Fri, 30 May 2014 07:06:55
Message-Id: 20140530070652.31FD42004E@flycatcher.gentoo.org
1 graaff 14/05/30 07:06:52
2
3 Modified: ChangeLog
4 Added: polyglot-0.3.5.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.30 dev-ruby/polyglot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.30&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?rev=1.30&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/ChangeLog?r1=1.29&r2=1.30
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v
20 retrieving revision 1.29
21 retrieving revision 1.30
22 diff -u -r1.29 -r1.30
23 --- ChangeLog 21 May 2014 01:46:55 -0000 1.29
24 +++ ChangeLog 30 May 2014 07:06:52 -0000 1.30
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/polyglot
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.29 2014/05/21 01:46:55 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/polyglot/ChangeLog,v 1.30 2014/05/30 07:06:52 graaff Exp $
30 +
31 +*polyglot-0.3.5 (30 May 2014)
32 +
33 + 30 May 2014; Hans de Graaff <graaff@g.o> +polyglot-0.3.5.ebuild:
34 + Version bump.
35
36 21 May 2014; Manuel RĂ¼ger <mrueg@g.o> -polyglot-0.3.3-r1.ebuild,
37 polyglot-0.3.4.ebuild:
38
39
40
41 1.1 dev-ruby/polyglot/polyglot-0.3.5.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/polyglot/polyglot-0.3.5.ebuild?rev=1.1&content-type=text/plain
45
46 Index: polyglot-0.3.5.ebuild
47 ===================================================================
48 # Copyright 1999-2014 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.5.ebuild,v 1.1 2014/05/30 07:06:51 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby19 ruby20 ruby21 jruby 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 ~arm ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-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 }