diff options
author | 2008-10-24 12:17:16 +0000 | |
---|---|---|
committer | 2008-10-24 12:17:16 +0000 | |
commit | 8844cf2dc228ac45f010131eef3332183b1b6141 (patch) | |
tree | f06389a18931de04920fbf279cbc5c870f1516a0 /dev-ruby/activeresource | |
parent | Version bump and old version cleanup (diff) | |
download | historical-8844cf2dc228ac45f010131eef3332183b1b6141.tar.gz historical-8844cf2dc228ac45f010131eef3332183b1b6141.tar.bz2 historical-8844cf2dc228ac45f010131eef3332183b1b6141.zip |
Version bump for Rails 2.1.2
Package-Manager: portage-2.1.4.5
Diffstat (limited to 'dev-ruby/activeresource')
-rw-r--r-- | dev-ruby/activeresource/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activeresource/activeresource-2.1.2.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog index 483b44712f8e..45838fdeb92c 100644 --- a/dev-ruby/activeresource/ChangeLog +++ b/dev-ruby/activeresource/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activeresource # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.14 2008/10/20 19:28:48 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.15 2008/10/24 12:09:06 graaff Exp $ + +*activeresource-2.1.2 (24 Oct 2008) + + 24 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activeresource-2.1.2.ebuild: + Version bump for Rails 2.1.2 *activeresource-2.0.5 (20 Oct 2008) diff --git a/dev-ruby/activeresource/activeresource-2.1.2.ebuild b/dev-ruby/activeresource/activeresource-2.1.2.ebuild new file mode 100644 index 000000000000..9d895ff3b79a --- /dev/null +++ b/dev-ruby/activeresource/activeresource-2.1.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.1.2.ebuild,v 1.1 2008/10/24 12:09:06 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Think Active Record for web resources.." +HOMEPAGE="http://rubyforge.org/projects/activeresource/" + +LICENSE="MIT" +SLOT="2.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + ~dev-ruby/activesupport-2.1.2" |