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/httpauth: httpauth-0.2.1.ebuild ChangeLog httpauth-0.1.ebuild httpauth-0.2.0.ebuild
Date: Tue, 21 Jan 2014 13:21:09
Message-Id: 20140121132104.B946C2004C@flycatcher.gentoo.org
1 mrueg 14/01/21 13:21:04
2
3 Modified: ChangeLog
4 Added: httpauth-0.2.1.ebuild
5 Removed: httpauth-0.1.ebuild httpauth-0.2.0.ebuild
6 Log:
7 Version bump. Cleanup old.
8
9 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key )
10
11 Revision Changes Path
12 1.4 dev-ruby/httpauth/ChangeLog
13
14 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.4&view=markup
15 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.4&content-type=text/plain
16 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?r1=1.3&r2=1.4
17
18 Index: ChangeLog
19 ===================================================================
20 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v
21 retrieving revision 1.3
22 retrieving revision 1.4
23 diff -u -r1.3 -r1.4
24 --- ChangeLog 25 Nov 2012 19:27:50 -0000 1.3
25 +++ ChangeLog 21 Jan 2014 13:21:04 -0000 1.4
26 @@ -1,6 +1,12 @@
27 # ChangeLog for dev-ruby/httpauth
28 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.3 2012/11/25 19:27:50 tomka Exp $
30 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.4 2014/01/21 13:21:04 mrueg Exp $
32 +
33 +*httpauth-0.2.1 (21 Jan 2014)
34 +
35 + 21 Jan 2014; Manuel RĂ¼ger <mrueg@g.o> +httpauth-0.2.1.ebuild,
36 + -httpauth-0.1.ebuild, -httpauth-0.2.0.ebuild:
37 + Version bump. Cleanup old.
38
39 25 Nov 2012; Thomas Kahle <tomka@g.o> httpauth-0.2.0.ebuild:
40 marked ~x86 per bug 434488
41 @@ -15,4 +21,3 @@
42 02 Sep 2012; Hans de Graaff <graaff@g.o> +httpauth-0.1.ebuild,
43 +metadata.xml:
44 Initial import; new dependency for oauth2.
45 -
46
47
48
49 1.1 dev-ruby/httpauth/httpauth-0.2.1.ebuild
50
51 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild?rev=1.1&view=markup
52 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild?rev=1.1&content-type=text/plain
53
54 Index: httpauth-0.2.1.ebuild
55 ===================================================================
56 # Copyright 1999-2014 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.2.1.ebuild,v 1.1 2014/01/21 13:21:04 mrueg Exp $
59
60 EAPI=5
61 USE_RUBY="ruby18 ruby19 ruby20 ruby21"
62
63 RUBY_FAKEGEM_TASK_DOC=""
64 RUBY_FAKEGEM_EXTRADOC="README.md TODO"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="A library supporting the full HTTP Authentication protocol as specified in RFC 2617."
69 HOMEPAGE="https://github.com/Manfred/HTTPauth http://httpauth.rubyforge.org/"
70 SRC_URI="https://github.com/Manfred/HTTPauth/archive/v${PV}.tar.gz -> ${P}.tar.gz"
71
72 RUBY_S=HTTPauth-${PV}
73
74 LICENSE="MIT"
75 SLOT="0"
76 KEYWORDS="~amd64 ~x86"
77 IUSE=""
78
79 all_ruby_prepare() {
80 sed -i -e "/[Bb]undler/d" Rakefile || die
81 }