diff options
author | 2007-03-14 04:27:24 +0000 | |
---|---|---|
committer | 2007-03-14 04:27:24 +0000 | |
commit | 312c60a8b0dfc4bc22233013fb259de4e96f2c2f (patch) | |
tree | 8a25b3db78f78d37d963a4a9dd5fa88f7aa6f9d1 /dev-ruby/activerecord | |
parent | Readded pixie-1.7.6 as the stable option. Added fltk USE flag, revbumped, an... (diff) | |
download | historical-312c60a8b0dfc4bc22233013fb259de4e96f2c2f.tar.gz historical-312c60a8b0dfc4bc22233013fb259de4e96f2c2f.tar.bz2 historical-312c60a8b0dfc4bc22233013fb259de4e96f2c2f.zip |
Version bump for rails 1.2.3.
Package-Manager: portage-2.1.2-r12
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.15.3.ebuild | 19 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.15.3 | 3 |
3 files changed, 29 insertions, 1 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index 48b7c2af7dda..1c7e9b952429 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.50 2007/03/04 20:40:41 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.51 2007/03/14 04:24:14 nichoj Exp $ + +*activerecord-1.15.3 (14 Mar 2007) + + 14 Mar 2007; Joshua Nichols <nichoj@gentoo.org> + +activerecord-1.15.3.ebuild: + Version bump for rails 1.2.3. 04 Mar 2007; Tom Gall <tgall@gentoo.org> activerecord-1.15.2.ebuild: added ~ppc64 diff --git a/dev-ruby/activerecord/activerecord-1.15.3.ebuild b/dev-ruby/activerecord/activerecord-1.15.3.ebuild new file mode 100644 index 000000000000..deb0df636549 --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.15.3.ebuild @@ -0,0 +1,19 @@ +# 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.3.ebuild,v 1.1 2007/03/14 04:24:14 nichoj 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" +KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd" +IUSE="" +RESTRICT="test" + +DEPEND=">=dev-lang/ruby-1.8.5 + =dev-ruby/activesupport-1.4.2" diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.15.3 b/dev-ruby/activerecord/files/digest-activerecord-1.15.3 new file mode 100644 index 000000000000..2e12c449c21b --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.15.3 @@ -0,0 +1,3 @@ +MD5 fd461e595441731e34c8235a94bd0372 activerecord-1.15.3.gem 406016 +RMD160 573c8c9ce5557ad478ef0bd9e8ffeffb7e594f5f activerecord-1.15.3.gem 406016 +SHA256 fade9b34b98d4b583382299204dad2a87fe9895195e3439320cb27320e8dc4a6 activerecord-1.15.3.gem 406016 |