diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-11-25 08:33:25 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-11-25 08:33:25 +0000 |
commit | c24db5de13c8c5ad38c386b73fb511b6f5d62cf6 (patch) | |
tree | 04996bf291c01b25a110e3b86c736faf2f8b9ae2 /dev-ruby/activerecord | |
parent | block this package if USE=-nofax and hylafax is installed (#195467) (diff) | |
download | historical-c24db5de13c8c5ad38c386b73fb511b6f5d62cf6.tar.gz historical-c24db5de13c8c5ad38c386b73fb511b6f5d62cf6.tar.bz2 historical-c24db5de13c8c5ad38c386b73fb511b6f5d62cf6.zip |
Version bump for Rails 1.2.6, security bug #200159
Package-Manager: portage-2.1.3.19
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.6.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.6 | 3 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 2ab430e758c0..6e840c464745 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.61 2007/10/21 15:09:40 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.62 2007/11/25 08:26:07 graaff Exp $ + +*activerecord-1.15.6 (25 Nov 2007) + + 25 Nov 2007; Hans de Graaff <graaff@gentoo.org> + +activerecord-1.15.6.ebuild: + Version bump for Rails 1.2.6, security bug #200159 21 Oct 2007; Steve Dibb <beandog@gentoo.org> activerecord-1.15.5.ebuild: amd64 stable diff --git a/dev-ruby/activerecord/activerecord-1.15.6.ebuild b/dev-ruby/activerecord/activerecord-1.15.6.ebuild new file mode 100644 index 000000000000..220c42147cdd --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.6.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2007 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.6.ebuild,v 1.1 2007/11/25 08:26:07 graaff Exp $ + +inherit ruby gems + +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" + +LICENSE="MIT" +SLOT="1.2" +KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.4" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.6 b/dev-ruby/activerecord/files/digest-activerecord-1.15.6 new file mode 100644 index 000000000000..ec8c80f0187b --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.6 @@ -0,0 +1,3 @@ +MD5 8b2651d4cb1d85d228ed4d25d595c861 activerecord-1.15.6.gem 432640 +RMD160 6d0ffc3c62ac6f6b03c7d802ad08ba81c890c151 activerecord-1.15.6.gem 432640 +SHA256 cf6a61017743c0b3d649eae96a48fa123833c676075d78b1372dc55bdfd6c4aa activerecord-1.15.6.gem 432640 |