diff options
author | Caleb Tennis <caleb@gentoo.org> | 2005-07-27 13:08:15 +0000 |
---|---|---|
committer | Caleb Tennis <caleb@gentoo.org> | 2005-07-27 13:08:15 +0000 |
commit | 180989c995d70837b83c65f97899ebb512ccb8c7 (patch) | |
tree | bb62e08241ae8b8d7eebcf13ad8ec4ca5ee5287f /dev-ruby/activerecord | |
parent | marked stable wrt bug #100316 (diff) | |
download | gentoo-2-180989c995d70837b83c65f97899ebb512ccb8c7.tar.gz gentoo-2-180989c995d70837b83c65f97899ebb512ccb8c7.tar.bz2 gentoo-2-180989c995d70837b83c65f97899ebb512ccb8c7.zip |
x86 stable
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-ruby/activerecord')
-rw-r--r-- | dev-ruby/activerecord/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.11.1.ebuild | 4 | ||||
-rw-r--r-- | dev-ruby/activerecord/activerecord-1.9.0.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ruby/activerecord/ChangeLog b/dev-ruby/activerecord/ChangeLog index b9e9dd61708c..853afca8d6f8 100644 --- a/dev-ruby/activerecord/ChangeLog +++ b/dev-ruby/activerecord/ChangeLog @@ -1,6 +1,10 @@ # 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.11 2005/07/12 13:52:37 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/ChangeLog,v 1.12 2005/07/27 13:04:03 caleb Exp $ + + 27 Jul 2005; Caleb Tennis <caleb@gentoo.org> activerecord-1.9.0.ebuild, + activerecord-1.11.1.ebuild: + x86 stable *activerecord-1.11.1 (12 Jul 2005) diff --git a/dev-ruby/activerecord/activerecord-1.11.1.ebuild b/dev-ruby/activerecord/activerecord-1.11.1.ebuild index 0bdfa48b778f..c94be2e5f50a 100644 --- a/dev-ruby/activerecord/activerecord-1.11.1.ebuild +++ b/dev-ruby/activerecord/activerecord-1.11.1.ebuild @@ -1,6 +1,6 @@ # 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.11.1.ebuild,v 1.2 2005/07/12 13:55:43 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.11.1.ebuild,v 1.3 2005/07/27 13:04:03 caleb Exp $ inherit ruby gems @@ -13,7 +13,7 @@ SRC_URI="http://rubyforge.org/frs/download.php/5163/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" +KEYWORDS="~amd64 ~ppc x86" IUSE="" RESTRICT="test" diff --git a/dev-ruby/activerecord/activerecord-1.9.0.ebuild b/dev-ruby/activerecord/activerecord-1.9.0.ebuild index faec1af0653d..b11c96ecd500 100644 --- a/dev-ruby/activerecord/activerecord-1.9.0.ebuild +++ b/dev-ruby/activerecord/activerecord-1.9.0.ebuild @@ -1,6 +1,6 @@ # 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.9.0.ebuild,v 1.1 2005/03/22 19:55:48 caleb Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.9.0.ebuild,v 1.2 2005/07/27 13:04:03 caleb Exp $ inherit ruby gems @@ -13,10 +13,10 @@ SRC_URI="http://rubyforge.org/frs/download.php/3587/${P}.gem" LICENSE="MIT" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" IUSE="" DEPEND="=dev-lang/ruby-1.8* - >=dev-ruby/activesupport-1.0.2" + >=dev-ruby/activesupport-1.0.2" src_test() { echo "Skipping rake test. It requires setting up live databases" |