diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-12-28 13:48:56 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-12-28 13:48:56 +0000 |
commit | fe934551899c5bb4d93f46e575b98003cb1d048d (patch) | |
tree | 44ef11f766ac8ce789d4860523465348ffa17b54 /dev-ruby/activemodel | |
parent | Install proper gemspec. (diff) | |
download | gentoo-2-fe934551899c5bb4d93f46e575b98003cb1d048d.tar.gz gentoo-2-fe934551899c5bb4d93f46e575b98003cb1d048d.tar.bz2 gentoo-2-fe934551899c5bb4d93f46e575b98003cb1d048d.zip |
Install proper gemspec.
(Portage version: 2.1.9.25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activemodel')
-rw-r--r-- | dev-ruby/activemodel/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/activemodel/activemodel-3.0.3.ebuild | 4 |
2 files changed, 7 insertions, 2 deletions
diff --git a/dev-ruby/activemodel/ChangeLog b/dev-ruby/activemodel/ChangeLog index 017b6884428d..3b7d70fe599d 100644 --- a/dev-ruby/activemodel/ChangeLog +++ b/dev-ruby/activemodel/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/activemodel # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.3 2010/12/04 19:58:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/ChangeLog,v 1.4 2010/12/28 13:48:56 graaff Exp $ + + 28 Dec 2010; Hans de Graaff <graaff@gentoo.org> activemodel-3.0.3.ebuild: + Install proper gemspec. 04 Dec 2010; Hans de Graaff <graaff@gentoo.org> activemodel-3.0.3.ebuild: Move activemodel into the right SLOT. diff --git a/dev-ruby/activemodel/activemodel-3.0.3.ebuild b/dev-ruby/activemodel/activemodel-3.0.3.ebuild index 42627562b411..e86eab6c35a2 100644 --- a/dev-ruby/activemodel/activemodel-3.0.3.ebuild +++ b/dev-ruby/activemodel/activemodel-3.0.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild,v 1.3 2010/12/04 19:58:58 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activemodel/activemodel-3.0.3.ebuild,v 1.4 2010/12/28 13:48:56 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ree18" @@ -9,6 +9,8 @@ RUBY_FAKEGEM_TASK_DOC="" RUBY_FAKEGEM_DOCDIR="" RUBY_FAKEGEM_EXTRADOC="CHANGELOG README.rdoc" +RUBY_FAKEGEM_GEMSPEC="activemodel.gemspec" + inherit ruby-fakegem DESCRIPTION="A toolkit for building modeling frameworks like Active Record and Active Resource." |