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.ebuild net-http-digest_auth-1.4-r1.ebuild ChangeLog
Date: Wed, 21 May 2014 02:42:13
Message-Id: 20140521024210.1C00A2004E@flycatcher.gentoo.org
1 mrueg 14/05/21 02:42:10
2
3 Modified: net-http-digest_auth-1.4.ebuild
4 net-http-digest_auth-1.4-r1.ebuild ChangeLog
5 Log:
6 Remove ruby18 target.
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key )
9
10 Revision Changes Path
11 1.4 dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild?r1=1.3&r2=1.4
16
17 Index: net-http-digest_auth-1.4.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- net-http-digest_auth-1.4.ebuild 15 Sep 2013 09:30:30 -0000 1.3
24 +++ net-http-digest_auth-1.4.ebuild 21 May 2014 02:42:09 -0000 1.4
25 @@ -1,10 +1,10 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild,v 1.3 2013/09/15 09:30:30 ago Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4.ebuild,v 1.4 2014/05/21 02:42:09 mrueg Exp $
31
32 EAPI=5
33
34 -USE_RUBY="ruby18 ruby19 jruby"
35 +USE_RUBY="ruby19 jruby"
36
37 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
38 RUBY_FAKEGEM_DOCDIR="doc"
39 @@ -13,7 +13,7 @@
40
41 inherit ruby-fakegem
42
43 -DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication."
44 +DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication"
45 HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
46
47 LICENSE="MIT"
48
49
50
51 1.2 dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild
52
53 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.2&view=markup
54 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.2&content-type=text/plain
55 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild?r1=1.1&r2=1.2
56
57 Index: net-http-digest_auth-1.4-r1.ebuild
58 ===================================================================
59 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v
60 retrieving revision 1.1
61 retrieving revision 1.2
62 diff -u -r1.1 -r1.2
63 --- net-http-digest_auth-1.4-r1.ebuild 20 Nov 2013 23:42:38 -0000 1.1
64 +++ net-http-digest_auth-1.4-r1.ebuild 21 May 2014 02:42:09 -0000 1.2
65 @@ -1,10 +1,10 @@
66 -# Copyright 1999-2013 Gentoo Foundation
67 +# Copyright 1999-2014 Gentoo Foundation
68 # Distributed under the terms of the GNU General Public License v2
69 -# $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 $
70 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/net-http-digest_auth-1.4-r1.ebuild,v 1.2 2014/05/21 02:42:09 mrueg Exp $
71
72 EAPI=5
73
74 -USE_RUBY="ruby18 ruby19 ruby20 jruby"
75 +USE_RUBY="ruby19 ruby20 jruby"
76
77 RUBY_FAKEGEM_RECIPE_DOC="rdoc"
78 RUBY_FAKEGEM_DOCDIR="doc"
79 @@ -13,7 +13,7 @@
80
81 inherit ruby-fakegem
82
83 -DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication."
84 +DESCRIPTION="An implementation of RFC 2617 - Digest Access Authentication"
85 HOMEPAGE="http://github.com/drbrain/net-http-digest_auth"
86
87 LICENSE="MIT"
88
89
90
91 1.12 dev-ruby/net-http-digest_auth/ChangeLog
92
93 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?rev=1.12&view=markup
94 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?rev=1.12&content-type=text/plain
95 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog?r1=1.11&r2=1.12
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v
100 retrieving revision 1.11
101 retrieving revision 1.12
102 diff -u -r1.11 -r1.12
103 --- ChangeLog 20 Nov 2013 23:42:38 -0000 1.11
104 +++ ChangeLog 21 May 2014 02:42:09 -0000 1.12
105 @@ -1,6 +1,10 @@
106 # ChangeLog for dev-ruby/net-http-digest_auth
107 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.11 2013/11/20 23:42:38 mrueg Exp $
109 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
110 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/net-http-digest_auth/ChangeLog,v 1.12 2014/05/21 02:42:09 mrueg Exp $
111 +
112 + 21 May 2014; Manuel RĂ¼ger <mrueg@g.o>
113 + net-http-digest_auth-1.4-r1.ebuild, net-http-digest_auth-1.4.ebuild:
114 + Remove ruby18 target.
115
116 *net-http-digest_auth-1.4-r1 (20 Nov 2013)