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/hiera-eyaml-plaintext: metadata.xml ChangeLog hiera-eyaml-plaintext-0.6.ebuild
Date: Wed, 04 Mar 2015 06:55:52
Message-Id: 20150304065544.EF4611300F@oystercatcher.gentoo.org
1 graaff 15/03/04 06:55:44
2
3 Added: metadata.xml ChangeLog
4 hiera-eyaml-plaintext-0.6.ebuild
5 Log:
6 Initial import. Plugin for hiera-eyaml needed for testing.
7
8 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
9
10 Revision Changes Path
11 1.1 dev-ruby/hiera-eyaml-plaintext/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/metadata.xml?rev=1.1&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/metadata.xml?rev=1.1&content-type=text/plain
15
16 Index: metadata.xml
17 ===================================================================
18 <?xml version="1.0" encoding="UTF-8"?>
19 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
20 <pkgmetadata>
21 <herd>sysadmin</herd>
22 <herd>ruby</herd>
23 </pkgmetadata>
24
25
26
27 1.1 dev-ruby/hiera-eyaml-plaintext/ChangeLog
28
29 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/ChangeLog?rev=1.1&view=markup
30 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/ChangeLog?rev=1.1&content-type=text/plain
31
32 Index: ChangeLog
33 ===================================================================
34 # ChangeLog for dev-ruby/hiera-eyaml-plaintext
35 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
36 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/ChangeLog,v 1.1 2015/03/04 06:55:44 graaff Exp $
37
38 *hiera-eyaml-plaintext-0.6 (04 Mar 2015)
39
40 04 Mar 2015; Hans de Graaff <graaff@g.o>
41 +hiera-eyaml-plaintext-0.6.ebuild, +metadata.xml:
42 Initial import. Plugin for hiera-eyaml needed for testing.
43
44
45
46
47 1.1 dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild?rev=1.1&content-type=text/plain
51
52 Index: hiera-eyaml-plaintext-0.6.ebuild
53 ===================================================================
54 # Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/hiera-eyaml-plaintext/hiera-eyaml-plaintext-0.6.ebuild,v 1.1 2015/03/04 06:55:44 graaff Exp $
57
58 EAPI=5
59 USE_RUBY="ruby19 ruby20 ruby21"
60
61 RUBY_FAKEGEM_TASK_TEST=""
62
63 RUBY_FAKEGEM_TASK_DOC=""
64 RUBY_FAKEGEM_EXTRADOC="README.md"
65
66 inherit ruby-fakegem
67
68 DESCRIPTION="A plaintext backend for hiera-eyaml"
69 HOMEPAGE="https://github.com/gtmtechltd/hiera-eyaml-plaintext"
70
71 LICENSE="MIT"
72 SLOT="0"
73 KEYWORDS="~amd64 ~x86"
74 IUSE=""