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/mixlib-authentication: mixlib-authentication-1.3.0-r1.ebuild ChangeLog
Date: Sat, 02 Aug 2014 01:45:58
Message-Id: 20140802014555.049BC2004E@flycatcher.gentoo.org
1 mrueg 14/08/02 01:45:54
2
3 Modified: ChangeLog
4 Added: mixlib-authentication-1.3.0-r1.ebuild
5 Log:
6 Add ruby20 support.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.13 dev-ruby/mixlib-authentication/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 13 May 2014 20:43:49 -0000 1.12
24 +++ ChangeLog 2 Aug 2014 01:45:54 -0000 1.13
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-ruby/mixlib-authentication
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.12 2014/05/13 20:43:49 mrueg Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/mixlib-authentication/ChangeLog,v 1.13 2014/08/02 01:45:54 mrueg Exp $
30 +
31 +*mixlib-authentication-1.3.0-r1 (02 Aug 2014)
32 +
33 + 02 Aug 2014; Manuel Rüger <mrueg@g.o>
34 + +mixlib-authentication-1.3.0-r1.ebuild:
35 + Add ruby20 support.
36
37 13 May 2014; Manuel Rüger <mrueg@g.o>
38 mixlib-authentication-1.3.0.ebuild:
39
40
41
42 1.1 dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild?rev=1.1&content-type=text/plain
46
47 Index: mixlib-authentication-1.3.0-r1.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/mixlib-authentication/mixlib-authentication-1.3.0-r1.ebuild,v 1.1 2014/08/02 01:45:54 mrueg Exp $
52
53 EAPI=5
54 USE_RUBY="ruby19 ruby20"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_RECIPE_TEST="rspec"
58
59 RUBY_FAKEGEM_EXTRADOC="NOTICE README.rdoc"
60
61 inherit ruby-fakegem
62
63 DESCRIPTION="Mixes in simple per-request authentication"
64 HOMEPAGE="http://github.com/opscode/mixlib-authentication"
65 SRC_URI="https://github.com/opscode/${PN}/tarball/${PV} -> ${P}.tgz"
66 RUBY_S="opscode-${PN}-*"
67
68 LICENSE="Apache-2.0"
69 SLOT="0"
70 KEYWORDS="~amd64 ~x86"
71 IUSE=""
72
73 ruby_add_rdepend "dev-ruby/mixlib-log"