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/httpauth: ChangeLog httpauth-0.2.1.ebuild
Date: Sun, 01 Feb 2015 15:25:59
Message-Id: 20150201152555.25A0D10D4D@oystercatcher.gentoo.org
1 graaff 15/02/01 15:25:55
2
3 Modified: ChangeLog httpauth-0.2.1.ebuild
4 Log:
5 Add ruby22.
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.7 dev-ruby/httpauth/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?r1=1.6&r2=1.7
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ChangeLog 5 Aug 2014 16:00:58 -0000 1.6
23 +++ ChangeLog 1 Feb 2015 15:25:55 -0000 1.7
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/httpauth
26 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.6 2014/08/05 16:00:58 mrueg Exp $
28 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.7 2015/02/01 15:25:55 graaff Exp $
30 +
31 + 01 Feb 2015; Hans de Graaff <graaff@g.o> httpauth-0.2.1.ebuild:
32 + Add ruby22.
33
34 05 Aug 2014; Manuel RĂ¼ger <mrueg@g.o> httpauth-0.2.1.ebuild:
35 Remove trailing '.' from DESCRIPTION.
36
37
38
39 1.4 dev-ruby/httpauth/httpauth-0.2.1.ebuild
40
41 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild?r1=1.3&r2=1.4
44
45 Index: httpauth-0.2.1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- httpauth-0.2.1.ebuild 5 Aug 2014 16:00:58 -0000 1.3
52 +++ httpauth-0.2.1.ebuild 1 Feb 2015 15:25:55 -0000 1.4
53 @@ -1,9 +1,9 @@
54 -# Copyright 1999-2014 Gentoo Foundation
55 +# Copyright 1999-2015 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild,v 1.3 2014/08/05 16:00:58 mrueg Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild,v 1.4 2015/02/01 15:25:55 graaff Exp $
59
60 EAPI=5
61 -USE_RUBY="ruby19 ruby20 ruby21"
62 +USE_RUBY="ruby19 ruby20 ruby21 ruby22"
63
64 RUBY_FAKEGEM_TASK_DOC=""
65 RUBY_FAKEGEM_EXTRADOC="README.md TODO"
66 @@ -11,7 +11,7 @@
67 inherit ruby-fakegem
68
69 DESCRIPTION="A library supporting the full HTTP Authentication protocol as specified in RFC 2617"
70 -HOMEPAGE="https://github.com/Manfred/HTTPauth http://httpauth.rubyforge.org/"
71 +HOMEPAGE="https://github.com/Manfred/HTTPauth"
72 SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
73
74 RUBY_S=HTTPauth-${PV}