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/ragol: ragol-1.0.1.ebuild ragol-1.0.1-r1.ebuild ChangeLog
Date: Mon, 09 Feb 2015 03:52:09
Message-Id: 20150209035201.CE5EC115DC@oystercatcher.gentoo.org
1 mrueg 15/02/09 03:52:01
2
3 Modified: ragol-1.0.1.ebuild ChangeLog
4 Added: ragol-1.0.1-r1.ebuild
5 Log:
6 Add ruby20, ruby21 support. Drop sparc keyword.
7
8 (Portage version: 2.2.16/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.11 dev-ruby/ragol/ragol-1.0.1.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?rev=1.11&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?rev=1.11&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild?r1=1.10&r2=1.11
16
17 Index: ragol-1.0.1.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v
20 retrieving revision 1.10
21 retrieving revision 1.11
22 diff -u -r1.10 -r1.11
23 --- ragol-1.0.1.ebuild 5 Aug 2014 15:49:50 -0000 1.10
24 +++ ragol-1.0.1.ebuild 9 Feb 2015 03:52:01 -0000 1.11
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2014 Gentoo Foundation
27 +# Copyright 1999-2015 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.10 2014/08/05 15:49:50 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1.ebuild,v 1.11 2015/02/09 03:52:01 mrueg Exp $
31
32 EAPI=5
33 USE_RUBY="ruby19"
34
35
36
37 1.11 dev-ruby/ragol/ChangeLog
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?rev=1.11&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?rev=1.11&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ChangeLog?r1=1.10&r2=1.11
42
43 Index: ChangeLog
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v
46 retrieving revision 1.10
47 retrieving revision 1.11
48 diff -u -r1.10 -r1.11
49 --- ChangeLog 5 Aug 2014 15:49:50 -0000 1.10
50 +++ ChangeLog 9 Feb 2015 03:52:01 -0000 1.11
51 @@ -1,6 +1,12 @@
52 # ChangeLog for dev-ruby/ragol
53 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
54 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.10 2014/08/05 15:49:50 armin76 Exp $
55 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
56 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ChangeLog,v 1.11 2015/02/09 03:52:01 mrueg Exp $
57 +
58 +*ragol-1.0.1-r1 (09 Feb 2015)
59 +
60 + 09 Feb 2015; Manuel Rüger <mrueg@g.o> +ragol-1.0.1-r1.ebuild,
61 + ragol-1.0.1.ebuild:
62 + Add ruby20, ruby21 support. Drop sparc keyword.
63
64 05 Aug 2014; Raúl Porcel <armin76@g.o> ragol-1.0.1.ebuild:
65 sparc stable, bug #505100
66
67
68
69 1.1 dev-ruby/ragol/ragol-1.0.1-r1.ebuild
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild?rev=1.1&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild?rev=1.1&content-type=text/plain
73
74 Index: ragol-1.0.1-r1.ebuild
75 ===================================================================
76 # Copyright 1999-2015 Gentoo Foundation
77 # Distributed under the terms of the GNU General Public License v2
78 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/ragol/ragol-1.0.1-r1.ebuild,v 1.1 2015/02/09 03:52:01 mrueg Exp $
79
80 EAPI=5
81 USE_RUBY="ruby19 ruby20 ruby21"
82
83 RUBY_FAKEGEM_RECIPE_TEST="rspec"
84 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
85 RUBY_FAKEGEM_DOCDIR="doc"
86 RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt NEWS README.md"
87
88 inherit ruby-fakegem
89
90 DESCRIPTION="Another implementation of an option processor"
91 HOMEPAGE="https://github.com/jpace/ragol"
92
93 SRC_URI="https://github.com/jpace/ragol/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"
94
95 LICENSE="MIT"
96 SLOT="0"
97 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
98 IUSE=""
99
100 ruby_add_rdepend ">=dev-ruby/logue-1.0.0"