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