diff options
author | Hans de Graaff <graaff@gentoo.org> | 2011-01-02 12:33:51 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2011-01-02 12:33:51 +0000 |
commit | c0ebfe6483da907918c7f85d65732d0c2c50c179 (patch) | |
tree | 1381ccc7834de26bca5cd473e05ff629909ad8b6 /dev-ruby | |
parent | x86 stable wrt bug #349905 (diff) | |
download | gentoo-2-c0ebfe6483da907918c7f85d65732d0c2c50c179.tar.gz gentoo-2-c0ebfe6483da907918c7f85d65732d0c2c50c179.tar.bz2 gentoo-2-c0ebfe6483da907918c7f85d65732d0c2c50c179.zip |
Version bump.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/merb-param-protection/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild | 25 |
2 files changed, 33 insertions, 2 deletions
diff --git a/dev-ruby/merb-param-protection/ChangeLog b/dev-ruby/merb-param-protection/ChangeLog index 6bd62b519eb0..a36d9f97160f 100644 --- a/dev-ruby/merb-param-protection/ChangeLog +++ b/dev-ruby/merb-param-protection/ChangeLog @@ -1,6 +1,12 @@ # 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 $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.2 2011/01/02 12:33:51 graaff Exp $ + +*merb-param-protection-1.1.3 (02 Jan 2011) + + 02 Jan 2011; Hans de Graaff <graaff@gentoo.org> + +merb-param-protection-1.1.3.ebuild: + Version bump. *merb-param-protection-1.1.2 (03 Jul 2010) diff --git a/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild b/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild new file mode 100644 index 000000000000..b69155240b52 --- /dev/null +++ b/dev-ruby/merb-param-protection/merb-param-protection-1.1.3.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2011 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.3.ebuild,v 1.1 2011/01/02 12:33:51 graaff Exp $ + +EAPI="2" +USE_RUBY="ruby18" + +RUBY_FAKEGEM_TASK_TEST="spec" + +RUBY_FAKEGEM_DOCDIR="rdoc" +RUBY_FAKEGEM_EXTRADOC="README TODO" + +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_bdepend "test? ( dev-ruby/rspec:0 )" + +ruby_add_rdepend "~dev-ruby/merb-core-${PV}" |