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/slop: ChangeLog slop-4.2.0.ebuild
Date: Tue, 07 Jul 2015 06:37:52
Message-Id: 20150707063743.8CCE9756@oystercatcher.gentoo.org
1 graaff 15/07/07 06:37:43
2
3 Modified: ChangeLog
4 Added: slop-4.2.0.ebuild
5 Log:
6 Version bump.
7
8 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.38 dev-ruby/slop/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.38&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?rev=1.38&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/ChangeLog?r1=1.37&r2=1.38
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v
20 retrieving revision 1.37
21 retrieving revision 1.38
22 diff -u -r1.37 -r1.38
23 --- ChangeLog 7 Jun 2015 19:50:17 -0000 1.37
24 +++ ChangeLog 7 Jul 2015 06:37:43 -0000 1.38
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/slop
27 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.37 2015/06/07 19:50:17 jlec Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/ChangeLog,v 1.38 2015/07/07 06:37:43 graaff Exp $
30 +
31 +*slop-4.2.0 (07 Jul 2015)
32 +
33 + 07 Jul 2015; Hans de Graaff <graaff@g.o> +slop-4.2.0.ebuild:
34 + Version bump.
35
36 07 Jun 2015; Justin Lecher <jlec@g.o> metadata.xml:
37 Add github to remote-id in metadata.xml
38
39
40
41 1.1 dev-ruby/slop/slop-4.2.0.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild?rev=1.1&content-type=text/plain
45
46 Index: slop-4.2.0.ebuild
47 ===================================================================
48 # Copyright 1999-2015 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/slop/slop-4.2.0.ebuild,v 1.1 2015/07/07 06:37:43 graaff Exp $
51
52 EAPI=5
53 USE_RUBY="ruby20 ruby21 ruby22"
54
55 RUBY_FAKEGEM_TASK_DOC=""
56 RUBY_FAKEGEM_EXTRADOC="CHANGELOG.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="4"
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 }