diff options
author | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 05:15:18 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2013-07-08 05:15:18 +0000 |
commit | 5eed038bdc1b74af40bf3c87e60df3eae0f39072 (patch) | |
tree | 013f688d829835231a310413eb26fa5829b7f732 /dev-ruby/merb-param-protection | |
parent | Bump (diff) | |
download | gentoo-2-5eed038bdc1b74af40bf3c87e60df3eae0f39072.tar.gz gentoo-2-5eed038bdc1b74af40bf3c87e60df3eae0f39072.tar.bz2 gentoo-2-5eed038bdc1b74af40bf3c87e60df3eae0f39072.zip |
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/merb-param-protection')
-rw-r--r-- | dev-ruby/merb-param-protection/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild | 21 |
2 files changed, 6 insertions, 23 deletions
diff --git a/dev-ruby/merb-param-protection/ChangeLog b/dev-ruby/merb-param-protection/ChangeLog index 0ef272ea3ad0..3c0f5405066d 100644 --- a/dev-ruby/merb-param-protection/ChangeLog +++ b/dev-ruby/merb-param-protection/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/merb-param-protection -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.4 2012/08/14 18:40:00 flameeyes Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/merb-param-protection/ChangeLog,v 1.5 2013/07/08 05:15:17 graaff Exp $ + + 08 Jul 2013; Hans de Graaff <graaff@gentoo.org> + -merb-param-protection-1.1.2.ebuild: + Cleanup. 14 Aug 2012; Diego E. Pettenò <flameeyes@gentoo.org> metadata.xml: Update metadata.xml so that it's the same as most other packages. 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 deleted file mode 100644 index 6e2b401b2614..000000000000 --- a/dev-ruby/merb-param-protection/merb-param-protection-1.1.2.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# 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}" |