Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/cmdparse: cmdparse-2.0.5.ebuild ChangeLog
Date: Thu, 05 Jul 2012 23:55:46
Message-Id: 20120705235535.828C82004B@flycatcher.gentoo.org
1 flameeyes 12/07/05 23:55:35
2
3 Modified: ChangeLog
4 Added: cmdparse-2.0.5.ebuild
5 Log:
6 Version bump; update license information.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.23 dev-ruby/cmdparse/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cmdparse/ChangeLog?rev=1.23&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cmdparse/ChangeLog?rev=1.23&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cmdparse/ChangeLog?r1=1.22&r2=1.23
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/cmdparse/ChangeLog,v
20 retrieving revision 1.22
21 retrieving revision 1.23
22 diff -u -r1.22 -r1.23
23 --- ChangeLog 1 May 2012 18:24:15 -0000 1.22
24 +++ ChangeLog 5 Jul 2012 23:55:35 -0000 1.23
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/cmdparse
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cmdparse/ChangeLog,v 1.22 2012/05/01 18:24:15 armin76 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/cmdparse/ChangeLog,v 1.23 2012/07/05 23:55:35 flameeyes Exp $
30 +
31 +*cmdparse-2.0.5 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Diego E. Pettenò <flameeyes@g.o> +cmdparse-2.0.5.ebuild:
34 + Version bump; update license information.
35
36 01 May 2012; Raúl Porcel <armin76@g.o> cmdparse-2.0.2-r1.ebuild,
37 cmdparse-2.0.3.ebuild:
38 @@ -85,4 +90,3 @@
39 28 Oct 2005; Michael Kohl <citizen428@g.o> +metadata.xml,
40 +cmdparse-2.0.0.ebuild:
41 Initial import.
42 -
43
44
45
46 1.1 dev-ruby/cmdparse/cmdparse-2.0.5.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cmdparse/cmdparse-2.0.5.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/cmdparse/cmdparse-2.0.5.ebuild?rev=1.1&content-type=text/plain
50
51 Index: cmdparse-2.0.5.ebuild
52 ===================================================================
53 # Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/cmdparse/cmdparse-2.0.5.ebuild,v 1.1 2012/07/05 23:55:35 flameeyes Exp $
56
57 EAPI=4
58
59 USE_RUBY="ruby18 ruby19 ree18 jruby"
60
61 RUBY_FAKEGEM_TASK_TEST=""
62
63 RUBY_FAKEGEM_DOCDIR="doc/output/rdoc"
64 RUBY_FAKEGEM_EXTRADOC="README TODO VERSION"
65
66 inherit ruby-fakegem
67
68 IUSE=""
69
70 DESCRIPTION="Advanced command line parser supporting commands"
71 HOMEPAGE="http://cmdparse.rubyforge.org/"
72
73 KEYWORDS="~amd64 ~ppc64 ~x86"
74 LICENSE="LGPL-3"
75 SLOT="0"
76
77 each_ruby_test() {
78 ${RUBY} -Ilib net.rb stat || die "test failed"
79 }