Gentoo Archives: gentoo-commits

From: "Manuel Rueger (mrueg)" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/slop: slop-3.5.0.ebuild ChangeLog
Date: Thu, 27 Mar 2014 12:14:33
Message-Id: 20140327121428.8DB042004F@flycatcher.gentoo.org
1 mrueg 14/03/27 12:14:28
2
3 Modified: ChangeLog
4 Added: slop-3.5.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.25 dev-ruby/slop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.25&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.25&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.24&r2=1.25
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
20 retrieving revision 1.24
21 retrieving revision 1.25
22 diff -u -r1.24 -r1.25
23 --- ChangeLog 17 Nov 2013 19:29:42 -0000 1.24
24 +++ ChangeLog 27 Mar 2014 12:14:28 -0000 1.25
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/slop
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.24 2013/11/17 19:29:42 mrueg Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.25 2014/03/27 12:14:28 mrueg Exp $
31 +
32 +*slop-3.5.0 (27 Mar 2014)
33 +
34 + 27 Mar 2014; Manuel RĂ¼ger <mrueg@g.o> +slop-3.5.0.ebuild:
35 + Version bump.
36
37 *slop-3.4.7 (17 Nov 2013)
38
39
40
41
42 1.1 dev-ruby/slop/slop-3.5.0.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild?rev=1.1&content-type=text/plain
46
47 Index: slop-3.5.0.ebuild
48 ===================================================================
49 # Copyright 1999-2014 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-3.5.0.ebuild,v 1.1 2014/03/27 12:14:28 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_EXTRADOC="CHANGES.md README.md"
58
59 inherit ruby-fakegem
60
61 DESCRIPTION="A simple option parser with an easy to remember syntax and friendly API."
62 HOMEPAGE="https://github.com/injekt/slop"
63 SRC_URI="https://github.com/injekt/${PN}/archive/v${PV}.tar.gz -> ${P}.tgz"
64
65 LICENSE="MIT"
66 SLOT="3"
67 KEYWORDS="~amd64 ~ppc64 ~x86"
68
69 IUSE=""
70
71 ruby_add_bdepend "test? ( dev-ruby/minitest )"
72
73 all_ruby_prepare() {
74 sed -i -e '/git ls-files/d' slop.gemspec || die
75 }