diff options
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.2.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.4.2 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index af5e2964a2c1..4a2fd2e39998 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.40 2007/03/04 20:26:00 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.41 2007/03/14 04:20:08 nichoj Exp $ + +*activesupport-1.4.2 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols <nichoj@gentoo.org> + +activesupport-1.4.2.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall <tgall@gentoo.org> activesupport-1.4.1.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.4.2.ebuild b/dev-ruby/activesupport/activesupport-1.4.2.ebuild new file mode 100644 index 000000000000..99de3899c221 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.4.2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.4.2.ebuild,v 1.1 2007/03/14 04:20:08 nichoj Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" +SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.9.0" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.4.2 b/dev-ruby/activesupport/files/digest-activesupport-1.4.2 new file mode 100644 index 000000000000..2a37da5dffde --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.4.2 @@ -0,0 +1,3 @@ +MD5 b52b89c56bc653849f8a9a9027bbaad9 activesupport-1.4.2.gem 217088 +RMD160 70fefa6ec77f49142eaf2c0f255833b0b18938be activesupport-1.4.2.gem 217088 +SHA256 cc0e51ee3f8a52ebc96928b5072302f7897d40e5c9c7d18679cb7fe35a5ceb03 activesupport-1.4.2.gem 217088 |