summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:25:30 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-07-03 12:25:30 +0000
commit82be8cfd2d6db591acce7bbc1f9eb4a1ebf67c77 (patch)
treee093897dc1332115ee2df3605bf4fcecd9b984a1 /dev-ruby/merb-param-protection
parentinitial ebuild, thanks to Gábor Vészi (diff)
downloadgentoo-2-82be8cfd2d6db591acce7bbc1f9eb4a1ebf67c77.tar.gz
gentoo-2-82be8cfd2d6db591acce7bbc1f9eb4a1ebf67c77.tar.bz2
gentoo-2-82be8cfd2d6db591acce7bbc1f9eb4a1ebf67c77.zip
initial ebuild, thanks to Gábor Vészi
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-ruby/merb-param-protection')
-rw-r--r--dev-ruby/merb-param-protection/ChangeLog10
-rw-r--r--dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild21
-rw-r--r--dev-ruby/merb-param-protection/metadata.xml5
3 files changed, 36 insertions, 0 deletions
diff --git a/dev-ruby/merb-param-protection/ChangeLog b/dev-ruby/merb-param-protection/ChangeLog
new file mode 100644
index 000000000000..6bd62b519eb0
--- /dev/null
+++ b/dev-ruby/merb-param-protection/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/merb-param-protection
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.1 2010/07/03 12:25:30 hollow Exp $
+
+*merb-param-protection-1.1.2 (03 Jul 2010)
+
+ 03 Jul 2010; Benedikt Böhm <hollow@gentoo.org>
+ +merb-param-protection-1.1.2.ebuild, +metadata.xml:
+ initial ebuild, thanks to Gábor Vészi
+
diff --git a/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild b/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild
new file mode 100644
index 000000000000..6e2b401b2614
--- /dev/null
+++ b/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $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 $
+
+EAPI="2"
+USE_RUBY="ruby18"
+
+RUBY_FAKEGEM_TASK_DOC=""
+RUBY_FAKEGEM_TASK_TEST=""
+
+inherit ruby-fakegem
+
+DESCRIPTION="Merb plugin that provides params_accessible and params_protected class methods"
+HOMEPAGE="http://merbivore.com"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+ruby_add_rdepend "~dev-ruby/merb-core-${PV}"
diff --git a/dev-ruby/merb-param-protection/metadata.xml b/dev-ruby/merb-param-protection/metadata.xml
new file mode 100644
index 000000000000..0040b1162894
--- /dev/null
+++ b/dev-ruby/merb-param-protection/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>ruby</herd>
+</pkgmetadata>