Gentoo Archives: gentoo-commits

From: "Richard Farina (zerochaos)" <zerochaos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/bundler-audit: bundler-audit-0.3.1.ebuild metadata.xml ChangeLog
Date: Fri, 26 Jun 2015 15:23:22
Message-Id: 20150626152309.6A730A55@oystercatcher.gentoo.org
1 zerochaos 15/06/26 15:23:09
2
3 Added: bundler-audit-0.3.1.ebuild metadata.xml ChangeLog
4 Log:
5 initial commit of bundler-audit
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key DD11F94A)
8
9 Revision Changes Path
10 1.1 dev-ruby/bundler-audit/bundler-audit-0.3.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.3.1.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.3.1.ebuild?rev=1.1&content-type=text/plain
14
15 Index: bundler-audit-0.3.1.ebuild
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/bundler-audit-0.3.1.ebuild,v 1.1 2015/06/26 15:23:09 zerochaos Exp $
20
21 EAPI=5
22
23 USE_RUBY="ruby19 ruby20 ruby21"
24 RUBY_FAKEGEM_EXTRAINSTALL="data"
25
26 inherit ruby-fakegem
27
28 DESCRIPTION="An easy way to vendor gem dependencies"
29 HOMEPAGE="https://github.com/rubysec/bundler-audit"
30
31 LICENSE="GPL-3"
32 SLOT="0"
33 KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 RESTRICT="test"
35
36 ruby_add_rdepend "dev-ruby/thor dev-ruby/bundler"
37
38
39
40 1.1 dev-ruby/bundler-audit/metadata.xml
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/metadata.xml?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/metadata.xml?rev=1.1&content-type=text/plain
44
45 Index: metadata.xml
46 ===================================================================
47 <?xml version="1.0" encoding="UTF-8"?>
48 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
49 <pkgmetadata>
50 <herd>ruby</herd>
51 <longdescription lang="en">
52 </longdescription>
53 </pkgmetadata>
54
55
56
57 1.1 dev-ruby/bundler-audit/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/ChangeLog?rev=1.1&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/bundler-audit/ChangeLog?rev=1.1&content-type=text/plain
61
62 Index: ChangeLog
63 ===================================================================
64 # ChangeLog for dev-ruby/bundler-audit
65 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
66 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/bundler-audit/ChangeLog,v 1.1 2015/06/26 15:23:09 zerochaos Exp $
67
68 *bundler-audit-0.3.1 (26 Jun 2015)
69
70 26 Jun 2015; Rick Farina <zerochaos@g.o> +bundler-audit-0.3.1.ebuild,
71 +metadata.xml:
72 initial commit of bundler-audit