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/riel: riel-1.2.0-r1.ebuild ChangeLog
Date: Mon, 09 Feb 2015 03:56:50
Message-Id: 20150209035640.09ADE115DD@oystercatcher.gentoo.org
1 mrueg 15/02/09 03:56:40
2
3 Modified: ChangeLog
4 Added: riel-1.2.0-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.12 dev-ruby/riel/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/riel/ChangeLog?rev=1.12&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/riel/ChangeLog?rev=1.12&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/riel/ChangeLog?r1=1.11&r2=1.12
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/riel/ChangeLog,v
20 retrieving revision 1.11
21 retrieving revision 1.12
22 diff -u -r1.11 -r1.12
23 --- ChangeLog 5 Aug 2014 15:49:10 -0000 1.11
24 +++ ChangeLog 9 Feb 2015 03:56:39 -0000 1.12
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/riel
27 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/ChangeLog,v 1.11 2014/08/05 15:49:10 armin76 Exp $
29 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/ChangeLog,v 1.12 2015/02/09 03:56:39 mrueg Exp $
31 +
32 +*riel-1.2.0-r1 (09 Feb 2015)
33 +
34 + 09 Feb 2015; Manuel Rüger <mrueg@g.o> +riel-1.2.0-r1.ebuild:
35 + Add ruby20, ruby21 support. Drop sparc keyword.
36
37 05 Aug 2014; Raúl Porcel <armin76@g.o> riel-1.2.0.ebuild:
38 sparc stable, bug #505100
39
40
41
42 1.1 dev-ruby/riel/riel-1.2.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/riel/riel-1.2.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/riel/riel-1.2.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: riel-1.2.0-r1.ebuild
48 ===================================================================
49 # Copyright 1999-2015 Gentoo Foundation
50 # Distributed under the terms of the GNU General Public License v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/riel/riel-1.2.0-r1.ebuild,v 1.1 2015/02/09 03:56:39 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20 ruby21"
55
56 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="Features.txt History.txt README.md README.rdoc"
59
60 inherit ruby-fakegem
61
62 DESCRIPTION="This library extends the core Ruby libraries"
63 HOMEPAGE="https://github.com/jpace/riel"
64
65 SRC_URI="https://github.com/jpace/riel/archive/v${PV}.tar.gz -> ${PN}-git-${PV}.tgz"
66
67 LICENSE="MIT"
68 SLOT="0"
69 KEYWORDS="~amd64 ~hppa ~ppc ~x86"
70 IUSE=""
71
72 ruby_add_rdepend ">=dev-ruby/rainbow-1.1.4 dev-ruby/logue"