diff options
author | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:40:43 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2006-11-24 00:40:43 +0000 |
commit | 082151cc398e0554b51168bfaed5c3668c0bf2a7 (patch) | |
tree | 82a608f440eaf68d9bb9bcde7c0d34c595c9ced9 /dev-ruby | |
parent | Remove old versions (diff) | |
download | gentoo-2-082151cc398e0554b51168bfaed5c3668c0bf2a7.tar.gz gentoo-2-082151cc398e0554b51168bfaed5c3668c0bf2a7.tar.bz2 gentoo-2-082151cc398e0554b51168bfaed5c3668c0bf2a7.zip |
version bump, 1.2.0 _rc1
(Portage version: 2.1.2_rc1-r1)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild | 20 | ||||
-rw-r--r-- | dev-ruby/activesupport/files/digest-activesupport-1.3.1.5618 | 3 |
3 files changed, 30 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 2226059fa4e0..1839064dadf6 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,12 @@ # 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.36 2006/07/13 01:13:17 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.37 2006/11/24 00:40:43 caleb Exp $ + +*activesupport-1.3.1.5618 (24 Nov 2006) + + 24 Nov 2006; Caleb Tennis <caleb@gentoo.org> + +activesupport-1.3.1.5618.ebuild: + version bump, 1.2.0 _rc1 13 Jul 2006; Aron Griffis <agriffis@gentoo.org> activesupport-1.3.1.ebuild: diff --git a/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild b/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild new file mode 100644 index 000000000000..22f4b2c66c42 --- /dev/null +++ b/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.3.1.5618.ebuild,v 1.1 2006/11/24 00:40:43 caleb Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Utility Classes and Extension to the Standard Library" +HOMEPAGE="http://rubyforge.org/projects/activesupport/" +# The URL depends implicitly on the version, unfortunately. Even if you +# change the filename on the end, it still downloads the same file. +SRC_URI="http://gems.rubyonrails.org/gems/${P}.gem" + +LICENSE="MIT" +SLOT="1.1" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" + +DEPEND=">=dev-lang/ruby-1.8.5 + >=dev-ruby/rubygems-0.8.11" diff --git a/dev-ruby/activesupport/files/digest-activesupport-1.3.1.5618 b/dev-ruby/activesupport/files/digest-activesupport-1.3.1.5618 new file mode 100644 index 000000000000..f33ce06a85fa --- /dev/null +++ b/dev-ruby/activesupport/files/digest-activesupport-1.3.1.5618 @@ -0,0 +1,3 @@ +MD5 194375df8ee65cf1b4d2842772f4f4c5 activesupport-1.3.1.5618.gem 224256 +RMD160 3dbabc47c2574ed0245febb8b093764135ed7179 activesupport-1.3.1.5618.gem 224256 +SHA256 43edf41ff415602ea524168554713b898c8938dd2f82b821b6328e5e87e9ae86 activesupport-1.3.1.5618.gem 224256 |