diff options
author | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:10:11 +0000 |
---|---|---|
committer | Rob Cakebread <pythonhead@gentoo.org> | 2005-03-11 02:10:11 +0000 |
commit | 383c21199e1c3d262c130de2d742fa529ab7479d (patch) | |
tree | 691018624f7bc918d6928107a6c3775fc9a436bd /dev-ruby/activerecord | |
parent | Fallback to CHOST if $(get_abi_CHOST)-gcc doesn't exist. (diff) | |
download | gentoo-2-383c21199e1c3d262c130de2d742fa529ab7479d.tar.gz gentoo-2-383c21199e1c3d262c130de2d742fa529ab7479d.tar.bz2 gentoo-2-383c21199e1c3d262c130de2d742fa529ab7479d.zip |
Version bump.
(Portage version: 2.0.51.18)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/activerecord/Manifest | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.8.0.ebuild | 25 | ||||
-rw-r--r-- | dev-ruby/activerecord/files/digest-activerecord-1.8.0 | 1 |
4 files changed, 37 insertions, 3 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index b0fe2d81b9af..e9a975f64918 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ruby/activerecord # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.3 2005/03/08 18:22:31 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.4 2005/03/11 02:05:32 pythonhead Exp $ + +*activerecord-1.8.0 (10 Mar 2005) + + 10 Mar 2005; Rob Cakebread <pythonhead@gentoo.org> + +activerecord-1.8.0.ebuild: + Version bump. 08 Mar 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.7.0.ebuild: x86 stable diff --git a/dev-ruby/activerecord/Manifest b/dev-ruby/activerecord/Manifest index 20ac1c752254..1e2ec6d38a3c 100644 --- a/dev-ruby/activerecord/Manifest +++ b/dev-ruby/activerecord/Manifest @@ -1,6 +1,8 @@ MD5 0b79e8edb84ee62fa795dd79459d4c20 activerecord-1.6.0.ebuild 814 -MD5 b0619e2add7ce4b12d8e13af706cb8c0 activerecord-1.7.0.ebuild 841 -MD5 46743d48254614fc8703317dcc1a60c1 ChangeLog 593 MD5 3eec9f3fe48b51f49dbc1f171a3b026f metadata.xml 157 +MD5 46743d48254614fc8703317dcc1a60c1 ChangeLog 593 +MD5 b0619e2add7ce4b12d8e13af706cb8c0 activerecord-1.7.0.ebuild 841 +MD5 505cd5a38858b883ffa18b04750f2b1b activerecord-1.8.0.ebuild 734 MD5 0bb4ff3c6365bbbba9cbece5c7d63763 files/digest-activerecord-1.6.0 67 MD5 1256bcab2a566e95e89aa6d3dcdd8d26 files/digest-activerecord-1.7.0 67 +MD5 2eb4e69ef35d377ab4f7dbfaeaa65e49 files/digest-activerecord-1.8.0 67 diff --git a/dev-ruby/activerecord/activerecord-1.8.0.ebuild b/dev-ruby/activerecord/activerecord-1.8.0.ebuild new file mode 100644 index 000000000000..7394fa0d3e8e --- /dev/null +++ b/dev-ruby/activerecord/activerecord-1.8.0.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.8.0.ebuild,v 1.1 2005/03/11 02:05:32 pythonhead Exp $ + +inherit ruby gems + +USE_RUBY="ruby18" +DESCRIPTION="Implements the ActiveRecord pattern (Fowler, PoEAA) for ORM" +HOMEPAGE="http://rubyforge.org/projects/activerecord/" +# 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://rubyforge.org/frs/download.php/3326/${P}.gem" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86" +IUSE="" +DEPEND="=dev-lang/ruby-1.8* + >=dev-ruby/activesupport-1.0.1" + +src_test() { + echo "Skipping rake test. It requires setting up live databases" + echo "and is beyond the scope of portage testing." +} + diff --git a/dev-ruby/activerecord/files/digest-activerecord-1.8.0 b/dev-ruby/activerecord/files/digest-activerecord-1.8.0 new file mode 100644 index 000000000000..d7bae484b655 --- /dev/null +++ b/dev-ruby/activerecord/files/digest-activerecord-1.8.0 @@ -0,0 +1 @@ +MD5 f3599251f640c9bda770affb9b359651 activerecord-1.8.0.gem 285184 |