summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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>