diff options
author | 2007-01-19 13:09:47 +0000 | |
---|---|---|
committer | 2007-01-19 13:09:47 +0000 | |
commit | e5d783bf2de6939ca4fc625274ac7e700fe3557c (patch) | |
tree | d18388a1b3ae373fae9e8a05a2bb025d866cdf90 /dev-ruby/activesupport | |
parent | ppc64 stable. Bug 162770. (diff) | |
download | gentoo-2-e5d783bf2de6939ca4fc625274ac7e700fe3557c.tar.gz gentoo-2-e5d783bf2de6939ca4fc625274ac7e700fe3557c.tar.bz2 gentoo-2-e5d783bf2de6939ca4fc625274ac7e700fe3557c.zip |
Activesupport 1.4.0
(Portage version: 2.1.2_rc4-r1)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.4.0.ebuild | 18 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.4.0 | 3 |
3 files changed, 28 insertions, 2 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 1839064dadf6..e51e2c75a3c9 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-ruby/activesupport -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.37 2006/11/24 00:40:43 caleb Exp $ +# 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 $ + +*activesupport-1.4.0 (19 Jan 2007) + + 19 Jan 2007; Caleb Tennis <caleb@gentoo.org> +activesupport-1.4.0.ebuild: + Activesupport 1.4.0 final *activesupport-1.3.1.5618 (24 Nov 2006) diff --git a/dev-ruby/activesupport/activesupport-1.4.0.ebuild b/dev-ruby/activesupport/activesupport-1.4.0.ebuild new file mode 100644 index 000000000000..94406fdf248f --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.4.0.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.0.ebuild,v 1.1 2007/01/19 13:09:47 caleb 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.0 b/dev-ruby/activesupport/files/digest-activesupport-1.4.0 new file mode 100644 index 000000000000..062f28f82703 --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.4.0 @@ -0,0 +1,3 @@ +MD5 89310f1dde12c266ed7d1942923c2023 activesupport-1.4.0.gem 216576 +RMD160 b3b40ed1eca6fb9ba008ae45f4e3e864d3f31374 activesupport-1.4.0.gem 216576 +SHA256 932e830fa0f6ba7e2166294811f5451d826409d31befbcbe1ccae27416f988d2 activesupport-1.4.0.gem 216576 |