diff options
author | Hans de Graaff <graaff@gentoo.org> | 2007-10-06 16:28:42 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2007-10-06 16:28:42 +0000 |
commit | df3238968d10cdd8ada57347443a7107c904e249 (patch) | |
tree | d3f979640dc0f2308aefac36fa4ca2590b83d609 /dev-ruby/activerecord | |
parent | Version bump for rails 1.2.4 (diff) | |
download | gentoo-2-df3238968d10cdd8ada57347443a7107c904e249.tar.gz gentoo-2-df3238968d10cdd8ada57347443a7107c904e249.tar.bz2 gentoo-2-df3238968d10cdd8ada57347443a7107c904e249.zip |
Version bump for rails 1.2.4
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 12 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.4.ebuild (renamed from dev-ruby/activerecord/activerecord-1.15.1.ebuild) | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.1 | 3 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.4 | 3 |
4 files changed, 16 insertions, 8 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 3e2f54ce2ba3..34d341598eef 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,16 @@ # 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.53 2007/10/06 14:08:02 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.54 2007/10/06 16:28:41 graaff Exp $ + +*activerecord-1.15.4 (06 Oct 2007) + + 06 Oct 2007; Hans de Graaff <graaff@gentoo.org> + +activerecord-1.15.4.ebuild: + Version bump for rails 1.2.4 + + 06 Oct 2007; Hans de Graaff <graaff@gentoo.org> + -activerecord-1.15.1.ebuild: + Remove older version 06 Oct 2007; Tobias Scherbaum <dertobi123@gentoo.org> activerecord-1.15.3.ebuild: diff --git a/dev-ruby/activerecord/activerecord-1.15.1.ebuild b/dev-ruby/activerecord/activerecord-1.15.4.ebuild index 30225ea8bc30..27d162167a60 100644 --- a/dev-ruby/activerecord/activerecord-1.15.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.15.4.ebuild @@ -1,13 +1,11 @@ # 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.1.ebuild,v 1.1 2007/01/19 13:11:52 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.15.4.ebuild,v 1.1 2007/10/06 16:28:41 graaff Exp $ inherit ruby gems -USE_RUBY="ruby18" DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" HOMEPAGE="http://rubyforge.org/projects/activerecord/" -SRC_URI="http://gems.rubyforge.org/gems/${P}.gem" LICENSE="MIT" SLOT="1.2" @@ -16,4 +14,4 @@ IUSE="" RESTRICT="test" DEPEND=">=dev-lang/ruby-1.8.5 - =dev-ruby/activesupport-1.4.0" + =dev-ruby/activesupport-1.4.3" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.1 b/dev-ruby/activerecord/files/digest-activerecord-1.15.1 deleted file mode 100644 index b9a7261a9171..000000000000 --- a/dev-ruby/activerecord/files/digest-activerecord-1.15.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 e863786906f996e5d1932556efa3a8a9 activerecord-1.15.1.gem 403456 -RMD160 130afb5ec548646f368ef3a9f686f0e5a3cd12d7 activerecord-1.15.1.gem 403456 -SHA256 a654e68065b4af9a3925f9acef08172de92fd5da5779c97065cc8c4d51df9069 activerecord-1.15.1.gem 403456 diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.4 b/dev-ruby/activerecord/files/digest-activerecord-1.15.4 new file mode 100644 index 000000000000..83b354785d3a --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.4 @@ -0,0 +1,3 @@ +MD5 0fb182089c563c675c1aa34c0893b313 activerecord-1.15.4.gem 431104 +RMD160 99c26e3a0541cda7db2c12c606b2b8a585888cf6 activerecord-1.15.4.gem 431104 +SHA256 e9f0519e4293a66d28fb321c9f19a8634a6dbb2a76558bccdfe0cccd4c00e780 activerecord-1.15.4.gem 431104 |