diff options
author | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:19:46 +0000 |
---|---|---|
committer | Joshua Nichols <nichoj@gentoo.org> | 2007-02-11 20:19:46 +0000 |
commit | 6d39bb5319ccd3cb53ffe0e679346ffc6a8462f5 (patch) | |
tree | a222e5a26938d124e61558268e317857dee647df /dev-ruby/activesupport | |
parent | Version bump for rails 1.2.2. (diff) | |
download | gentoo-2-6d39bb5319ccd3cb53ffe0e679346ffc6a8462f5.tar.gz gentoo-2-6d39bb5319ccd3cb53ffe0e679346ffc6a8462f5.tar.bz2 gentoo-2-6d39bb5319ccd3cb53ffe0e679346ffc6a8462f5.zip |
Version bump for rails 1.2.2.
(Portage version: 2.1.2_rc4-r6)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.1.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.4.1 | 3 |
3 files changed, 28 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index e51e2c75a3c9..158641aec787 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.38 2007/01/19 13:09:47 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.39 2007/02/11 20:19:46 nichoj Exp $ + +*activesupport-1.4.1 (11 Feb 2007) + + 11 Feb 2007; Joshua Nichols <nichoj@gentoo.org> + +activesupport-1.4.1.ebuild: + Version bump for rails 1.2.2. *activesupport-1.4.0 (19 Jan 2007) diff --git a/dev-ruby/activesupport/activesupport-1.4.1.ebuild b/dev-ruby/activesupport/activesupport-1.4.1.ebuild new file mode 100644 index 000000000000..f2eca3b5db74 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.4.1.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.1.ebuild,v 1.1 2007/02/11 20:19:46 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.1 b/dev-ruby/activesupport/files/digest-activesupport-1.4.1 new file mode 100644 index 000000000000..3b0a63538f20 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.4.1 @@ -0,0 +1,3 @@ +MD5 a919f7f657f23d75d2263f51df44f075 activesupport-1.4.1.gem 217088 +RMD160 761d2d3affe3d5fcb3f781a7ca4d4173c94c3be0 activesupport-1.4.1.gem 217088 +SHA256 7a49947f04eb4e0a48888914bdaae2939c8c2d5acd6b3c99a7d31b8d4bfb8298 activesupport-1.4.1.gem 217088 |