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/net-http-digest_auth: net-http-digest_auth-1.4-r1.ebuild ChangeLog net-http-digest_auth-1.3.ebuild net-http-digest_auth-1.2.1.ebuild
Date: Wed, 20 Nov 2013 23:42:41
Message-Id: 20131120234238.7688D2004B@flycatcher.gentoo.org
1 mrueg 13/11/20 23:42:38
2
3 Modified: ChangeLog
4 Added: net-http-digest_auth-1.4-r1.ebuild
5 Removed: net-http-digest_auth-1.3.ebuild
6 net-http-digest_auth-1.2.1.ebuild
7 Log:
8 Add ruby20 target. Cleanup old.
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
11
12 Revision Changes Path
13 1.11 dev-ruby/net-http-digest_auth/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?rev=1.11&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?rev=1.11&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?r1=1.10&r2=1.11
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v
22 retrieving revision 1.10
23 retrieving revision 1.11
24 diff -u -r1.10 -r1.11
25 --- ChangeLog 15 Sep 2013 09:30:30 -0000 1.10
26 +++ ChangeLog 20 Nov 2013 23:42:38 -0000 1.11
27 @@ -1,6 +1,13 @@
28 # ChangeLog for dev-ruby/net-http-digest_auth
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.10 2013/09/15 09:30:30 ago Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.11 2013/11/20 23:42:38 mrueg Exp $
32 +
33 +*net-http-digest_auth-1.4-r1 (20 Nov 2013)
34 +
35 + 20 Nov 2013; Manuel RĂ¼ger <mrueg@g.o>
36 + +net-http-digest_auth-1.4-r1.ebuild, -net-http-digest_auth-1.2.1.ebuild,
37 + -net-http-digest_auth-1.3.ebuild:
38 + Add ruby20 target. Cleanup old.
39
40 15 Sep 2013; Agostino Sarubbo <ago@g.o>
41 net-http-digest_auth-1.4.ebuild:
42
43
44
45 1.1 dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild?rev=1.1&content-type=text/plain
49
50 Index: net-http-digest_auth-1.4-r1.ebuild
51 ===================================================================
52 # Copyright 1999-2013 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v 1.1 2013/11/20 23:42:38 mrueg Exp $
55
56 EAPI=5
57
58 USE_RUBY="ruby18 ruby19 ruby20 jruby"
59
60 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
61 RUBY_FAKEGEM_DOCDIR="doc"
62
63 RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
64
65 inherit ruby-fakegem
66
67 DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication."
68 HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
69
70 LICENSE="MIT"
71 SLOT="0"
72 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris"
73 IUSE="test"
74
75 ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/minitest )"