diff options
author | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:22:43 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2008-10-20 19:22:43 +0000 |
commit | cf4351a6fc73dcb7dfbda6afabac9211658b3441 (patch) | |
tree | 6a7c45fc17b26ea4bc86210988745876d83a1aa3 /dev-ruby | |
parent | New version for GNOME 2.24. Support downscaling and includes an applet. (diff) | |
download | gentoo-2-cf4351a6fc73dcb7dfbda6afabac9211658b3441.tar.gz gentoo-2-cf4351a6fc73dcb7dfbda6afabac9211658b3441.tar.bz2 gentoo-2-cf4351a6fc73dcb7dfbda6afabac9211658b3441.zip |
Version bump
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.0.5.ebuild | 16 |
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index f917fd942cfa..5753d5c8e57d 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.67 2008/09/16 15:00:02 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.68 2008/10/20 19:22:43 graaff Exp $ + +*activesupport-2.0.5 (20 Oct 2008) + + 20 Oct 2008; Hans de Graaff <graaff@gentoo.org> + +activesupport-2.0.5.ebuild: + Version bump for Rails 2.0.5 16 Sep 2008; Jeroen Roovers <jer@gentoo.org> activesupport-2.1.1.ebuild: Marked ~hppa too. diff --git a/dev-ruby/activesupport/activesupport-2.0.5.ebuild b/dev-ruby/activesupport/activesupport-2.0.5.ebuild new file mode 100644 index 000000000000..dc28d0c73870 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.0.5.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/activesupport/activesupport-2.0.5.ebuild,v 1.1 2008/10/20 19:22:43 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" |