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/slop: slop-3.3.2.ebuild ChangeLog
Date: Thu, 05 Jul 2012 22:39:18
Message-Id: 20120705223903.6EA722004B@flycatcher.gentoo.org
1 flameeyes 12/07/05 22:39:03
2
3 Modified: ChangeLog
4 Added: slop-3.3.2.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-ruby/slop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 9 Jun 2012 07:03:22 -0000 1.12
24 +++ ChangeLog 5 Jul 2012 22:39:03 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/slop
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.12 2012/06/09 07:03:22 graaff Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.13 2012/07/05 22:39:03 flameeyes Exp $
30 +
31 +*slop-3.3.2 (05 Jul 2012)
32 +
33 + 05 Jul 2012; Diego E. Pettenò <flameeyes@g.o> +slop-3.3.2.ebuild:
34 + Version bump.
35
36 *slop-3.3.1 (09 Jun 2012)
37
38 @@ -56,4 +61,3 @@
39 16 Jul 2011; Hans de Graaff <graaff@g.o> +slop-2.0.0.ebuild,
40 +metadata.xml:
41 Initial import. Dependency of forthcoming dev-ruby/pry.
42 -
43
44
45
46 1.1 dev-ruby/slop/slop-3.3.2.ebuild
47
48 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.3.2.ebuild?rev=1.1&view=markup
49 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.3.2.ebuild?rev=1.1&content-type=text/plain
50
51 Index: slop-3.3.2.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/slop/slop-3.3.2.ebuild,v 1.1 2012/07/05 22:39:03 flameeyes Exp $
56
57 EAPI=4
58 USE_RUBY="ruby18 ruby19 ree18 jruby"
59
60 RUBY_FAKEGEM_TASK_DOC=""
61 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
62
63 inherit ruby-fakegem
64
65 DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API."
66 HOMEPAGE="https://github.com/injekt/slop"
67 SRC_URI="https://github.com/injekt/slop/tarball/v${PV} -> ${P}.tgz"
68 RUBY_S="injekt-slop-*"
69
70 LICENSE="MIT"
71 SLOT="3"
72 KEYWORDS="~amd64 ~ppc64 ~x86"
73
74 IUSE=""
75
76 ruby_add_bdepend "test? ( dev-ruby/minitest )"