diff options
author | 2009-03-17 09:18:32 +0000 | |
---|---|---|
committer | 2009-03-17 09:18:32 +0000 | |
commit | 3deb5413a92d699479ff8bf5d4ebbd6b07c44948 (patch) | |
tree | 89a705f11be7a9fa18db54561bc0af35d8ed10d8 /dev-ruby | |
parent | Add seahorse-2.24.1 from gnome overlay (p.masked, gnome-session-2.24) (diff) | |
download | gentoo-2-3deb5413a92d699479ff8bf5d4ebbd6b07c44948.tar.gz gentoo-2-3deb5413a92d699479ff8bf5d4ebbd6b07c44948.tar.bz2 gentoo-2-3deb5413a92d699479ff8bf5d4ebbd6b07c44948.zip |
Version bump
(Portage version: 2.2_rc25/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.2.ebuild | 16 |
2 files changed, 22 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 5ca03734de1b..733a7ea96ea7 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.82 2009/01/10 16:28:25 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.83 2009/03/17 09:18:32 a3li Exp $ + +*activesupport-2.3.2 (17 Mar 2009) + + 17 Mar 2009; Alex Legler <a3li@gentoo.org> +activesupport-2.3.2.ebuild: + Version bump 10 Jan 2009; Raúl Porcel <armin76@gentoo.org> activesupport-2.2.2.ebuild: ia64 stable wrt #253425 diff --git a/dev-ruby/activesupport/activesupport-2.3.2.ebuild b/dev-ruby/activesupport/activesupport-2.3.2.ebuild new file mode 100644 index 000000000000..d19a955619d6 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-2.3.2.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.2.ebuild,v 1.1 2009/03/17 09:18:32 a3li Exp $ + +inherit ruby gems +USE_RUBY="ruby18 ruby19" + +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" + +LICENSE="MIT" +SLOT="2.3" +KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.6" |