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: httpauth-0.1.ebuild ChangeLog metadata.xml
Date: Sun, 02 Sep 2012 07:48:03
Message-Id: 20120902074754.01ACD20F93@flycatcher.gentoo.org
1 graaff 12/09/02 07:47:53
2
3 Added: httpauth-0.1.ebuild ChangeLog metadata.xml
4 Log:
5 Initial import; new dependency for oauth2.
6
7 (Portage version: 2.1.11.9/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 dev-ruby/httpauth/httpauth-0.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/httpauth-0.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: httpauth-0.1.ebuild
16 ===================================================================
17 # Copyright 1999-2012 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/httpauth-0.1.ebuild,v 1.1 2012/09/02 07:47:53 graaff Exp $
20
21 EAPI=4
22 USE_RUBY="ruby18 ree18 ruby19"
23
24 # There are tests in the upstream SVN rubyforge repo.
25 RUBY_FAKEGEM_TASK_TEST=""
26
27 RUBY_FAKEGEM_TASK_DOC=""
28 RUBY_FAKEGEM_EXTRADOC="README examples/*"
29
30 inherit ruby-fakegem
31
32 DESCRIPTION="A library supporting the full HTTP Authentication protocol as specified in RFC 2617."
33 HOMEPAGE="http://httpauth.rubyforge.org/"
34
35 LICENSE="MIT"
36 SLOT="0"
37 KEYWORDS="~amd64"
38 IUSE=""
39
40
41
42 1.1 dev-ruby/httpauth/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.1&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/ChangeLog?rev=1.1&content-type=text/plain
46
47 Index: ChangeLog
48 ===================================================================
49 # ChangeLog for dev-ruby/httpauth
50 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
51 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/httpauth/ChangeLog,v 1.1 2012/09/02 07:47:53 graaff Exp $
52
53 *httpauth-0.1 (02 Sep 2012)
54
55 02 Sep 2012; Hans de Graaff <graaff@g.o> +httpauth-0.1.ebuild,
56 +metadata.xml:
57 Initial import; new dependency for oauth2.
58
59
60
61
62 1.1 dev-ruby/httpauth/metadata.xml
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/metadata.xml?rev=1.1&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/httpauth/metadata.xml?rev=1.1&content-type=text/plain
66
67 Index: metadata.xml
68 ===================================================================
69 <?xml version="1.0" encoding="UTF-8"?>
70 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
71 <pkgmetadata>
72 <herd>ruby</herd>
73 </pkgmetadata>