diff options
author | Hans de Graaff <graaff@gentoo.org> | 2014-04-27 06:53:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2014-04-27 06:53:25 +0000 |
commit | 5052793a84e6d486a5852eb21d613e1d759ee099 (patch) | |
tree | fbd1b7244db5cf538bc935891f48faf3d74e8761 /dev-ruby/protected_attributes | |
parent | updating clients (diff) | |
download | gentoo-2-5052793a84e6d486a5852eb21d613e1d759ee099.tar.gz gentoo-2-5052793a84e6d486a5852eb21d613e1d759ee099.tar.bz2 gentoo-2-5052793a84e6d486a5852eb21d613e1d759ee099.zip |
Cleanup.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/protected_attributes')
3 files changed, 5 insertions, 74 deletions
diff --git a/dev-ruby/protected_attributes/ChangeLog b/dev-ruby/protected_attributes/ChangeLog index fc97f59ed477..d690e0e64258 100644 --- a/dev-ruby/protected_attributes/ChangeLog +++ b/dev-ruby/protected_attributes/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/protected_attributes # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.3 2014/03/27 06:31:49 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/ChangeLog,v 1.4 2014/04/27 06:53:25 graaff Exp $ + + 27 Apr 2014; Hans de Graaff <graaff@gentoo.org> + -protected_attributes-1.0.3.ebuild, -protected_attributes-1.0.5.ebuild: + Cleanup. *protected_attributes-1.0.7 (27 Mar 2014) diff --git a/dev-ruby/protected_attributes/protected_attributes-1.0.3.ebuild b/dev-ruby/protected_attributes/protected_attributes-1.0.3.ebuild deleted file mode 100644 index 5bd368ba6227..000000000000 --- a/dev-ruby/protected_attributes/protected_attributes-1.0.3.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.3.ebuild,v 1.1 2013/10/09 05:15:49 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Protect attributes from mass-assignment in ActiveRecord models" -HOMEPAGE="https://github.com/rails/protected_attributes" -SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="1" - -LICENSE="MIT" - -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend " - =dev-ruby/activemodel-4* -" - -ruby_add_bdepend "test? ( - =dev-ruby/actionpack-4* - =dev-ruby/activerecord-4* - dev-ruby/mocha - dev-ruby/sqlite3 -)" diff --git a/dev-ruby/protected_attributes/protected_attributes-1.0.5.ebuild b/dev-ruby/protected_attributes/protected_attributes-1.0.5.ebuild deleted file mode 100644 index 7618aa03be78..000000000000 --- a/dev-ruby/protected_attributes/protected_attributes-1.0.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/protected_attributes/protected_attributes-1.0.5.ebuild,v 1.1 2014/02/13 08:10:27 graaff Exp $ - -EAPI=5 -USE_RUBY="ruby19" - -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Protect attributes from mass-assignment in ActiveRecord models" -HOMEPAGE="https://github.com/rails/protected_attributes" -SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="1" - -LICENSE="MIT" - -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend " - =dev-ruby/activemodel-4* -" - -ruby_add_bdepend "test? ( - dev-ruby/bundler - =dev-ruby/actionpack-4* - =dev-ruby/activerecord-4* - dev-ruby/mocha - dev-ruby/sqlite3 -)" - -all_ruby_prepare() { - sed -i -e '/github/ s:^:#:' Gemfile || die -} |