diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-10-13 06:29:03 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-10-13 06:29:03 +0000 |
commit | a63096885c5c1489f1d7913700a1cfe7aa9ae1db (patch) | |
tree | 0f1c603e895c4e739b35c8fb560736b351ab4d96 /dev-ruby | |
parent | set ABI to fix paludis (diff) | |
download | gentoo-2-a63096885c5c1489f1d7913700a1cfe7aa9ae1db.tar.gz gentoo-2-a63096885c5c1489f1d7913700a1cfe7aa9ae1db.tar.bz2 gentoo-2-a63096885c5c1489f1d7913700a1cfe7aa9ae1db.zip |
Version bump with security fixes, bug 195315
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.5.ebuild | 17 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.5 | 3 |
3 files changed, 27 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 424ef58fcbfd..866315accda0 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.56 2007/10/13 05:43:04 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.57 2007/10/13 06:29:02 graaff Exp $ + +*activerecord-1.15.5 (13 Oct 2007) + + 13 Oct 2007; Hans de Graaff <graaff@gentoo.org> + +activerecord-1.15.5.ebuild: + Version bump with security fixes, bug 195315 13 Oct 2007; Tom Gall <tgall@gentoo.org> activerecord-1.15.3.ebuild, activerecord-1.15.4.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.15.5.ebuild b/dev-ruby/activerecord/activerecord-1.15.5.ebuild new file mode 100644 index 000000000000..82257b490253 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.5.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.5.ebuild,v 1.1 2007/10/13 06:29:02 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.5 b/dev-ruby/activerecord/files/digest-activerecord-1.15.5 new file mode 100644 index 000000000000..497915e6ded6 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.5 @@ -0,0 +1,3 @@ +MD5 b6e482a33044bc4fcedeba1291efd4b1 activerecord-1.15.5.gem 431616 +RMD160 4aba139e4032571ab9c01db1a1e12141c6d4b355 activerecord-1.15.5.gem 431616 +SHA256 95c88803f11f7315399673a87ffb6866fb42a66daa20dae2a509739a4aacd93e activerecord-1.15.5.gem 431616 |