Gentoo Archives: gentoo-commits

From: "Benedikt Boehm (hollow)" <hollow@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/merb-param-protection: merb-param-protection-1.1.2.ebuild ChangeLog metadata.xml
Date: Sat, 03 Jul 2010 12:25:33
Message-Id: 20100703122530.2BB8E2CF45@corvid.gentoo.org
1 hollow 10/07/03 12:25:30
2
3 Added: merb-param-protection-1.1.2.ebuild ChangeLog
4 metadata.xml
5 Log:
6 initial ebuild, thanks to Gábor Vészi
7 (Portage version: 2.2_rc67/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild?rev=1.1&content-type=text/plain
14
15 Index: merb-param-protection-1.1.2.ebuild
16 ===================================================================
17 # Copyright 1999-2010 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild,v 1.1 2010/07/03 12:25:30 hollow Exp $
20
21 EAPI="2"
22 USE_RUBY="ruby18"
23
24 RUBY_FAKEGEM_TASK_DOC=""
25 RUBY_FAKEGEM_TASK_TEST=""
26
27 inherit ruby-fakegem
28
29 DESCRIPTION="Merb plugin that provides params_accessible and params_protected class methods"
30 HOMEPAGE="http://merbivore.com"
31
32 LICENSE="MIT"
33 SLOT="0"
34 KEYWORDS="~amd64 ~x86"
35 IUSE=""
36
37 ruby_add_rdepend "~dev-ruby/merb-core-${PV}"
38
39
40
41 1.1 dev-ruby/merb-param-protection/ChangeLog
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog?rev=1.1&content-type=text/plain
45
46 Index: ChangeLog
47 ===================================================================
48 # ChangeLog for dev-ruby/merb-param-protection
49 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.1 2010/07/03 12:25:30 hollow Exp $
51
52 *merb-param-protection-1.1.2 (03 Jul 2010)
53
54 03 Jul 2010; Benedikt Böhm <hollow@g.o>
55 +merb-param-protection-1.1.2.ebuild, +metadata.xml:
56 initial ebuild, thanks to Gábor Vészi
57
58
59
60
61 1.1 dev-ruby/merb-param-protection/metadata.xml
62
63 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/metadata.xml?rev=1.1&view=markup
64 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/merb-param-protection/metadata.xml?rev=1.1&content-type=text/plain
65
66 Index: metadata.xml
67 ===================================================================
68 <?xml version="1.0" encoding="UTF-8"?>
69 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
70 <pkgmetadata>
71 <herd>ruby</herd>
72 </pkgmetadata>