summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-04-29 01:09:52 +0000
committerMike Frysinger <vapier@gentoo.org>2005-04-29 01:09:52 +0000
commit16c257bddc8002e1b9051b55caf56cba1a7165d9 (patch)
tree9e797c34ecabf6ca38e3bcd66ea639dbc942a09e /dev-ruby
parentpatch libIDL.m4 too (diff)
downloadgentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.tar.gz
gentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.tar.bz2
gentoo-2-16c257bddc8002e1b9051b55caf56cba1a7165d9.zip
amd64 love for digitalfallout
(Portage version: 2.0.51.20-r5)
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionmailer/actionmailer-0.9.1.ebuild7
-rw-r--r--dev-ruby/actionpack/actionpack-1.8.1.ebuild9
-rw-r--r--dev-ruby/actionwebservice/actionwebservice-0.7.1.ebuild12
-rw-r--r--dev-ruby/activerecord/activerecord-1.10.1.ebuild14
-rw-r--r--dev-ruby/activesupport/activesupport-1.0.4.ebuild6
-rw-r--r--dev-ruby/rake/rake-0.5.3.ebuild14
6 files changed, 25 insertions, 37 deletions
diff --git a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild b/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild
index ea4434296034..c8eb447c76c2 100644
--- a/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild
+++ b/dev-ruby/actionmailer/actionmailer-0.9.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/actionmailer/actionmailer-0.9.1.ebuild,v 1.1 2005/04/20 03:35:53 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionmailer/actionmailer-0.9.1.ebuild,v 1.2 2005/04/29 01:09:21 vapier Exp $
inherit ruby gems
@@ -13,9 +13,8 @@ SRC_URI="http://rubyforge.org/frs/download.php/4152/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
-
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
DEPEND=">=dev-ruby/actionpack-1.8.1
=dev-lang/ruby-1.8*"
-
diff --git a/dev-ruby/actionpack/actionpack-1.8.1.ebuild b/dev-ruby/actionpack/actionpack-1.8.1.ebuild
index 366be5f94024..36501fdcd91f 100644
--- a/dev-ruby/actionpack/actionpack-1.8.1.ebuild
+++ b/dev-ruby/actionpack/actionpack-1.8.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/actionpack/actionpack-1.8.1.ebuild,v 1.1 2005/04/20 03:29:58 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-1.8.1.ebuild,v 1.2 2005/04/29 01:08:49 vapier Exp $
inherit ruby gems
@@ -13,9 +13,8 @@ SRC_URI="http://rubyforge.org/frs/download.php/4149/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
-
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="=dev-lang/ruby-1.8*
- >=dev-ruby/activesupport-1.0.4"
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activesupport-1.0.4"
diff --git a/dev-ruby/actionwebservice/actionwebservice-0.7.1.ebuild b/dev-ruby/actionwebservice/actionwebservice-0.7.1.ebuild
index 461f107a2cb5..c2e3dcbbdd6a 100644
--- a/dev-ruby/actionwebservice/actionwebservice-0.7.1.ebuild
+++ b/dev-ruby/actionwebservice/actionwebservice-0.7.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/actionwebservice/actionwebservice-0.7.1.ebuild,v 1.1 2005/04/20 03:39:09 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionwebservice/actionwebservice-0.7.1.ebuild,v 1.2 2005/04/29 01:09:52 vapier Exp $
inherit ruby gems
@@ -13,10 +13,10 @@ SRC_URI="http://rubyforge.org/frs/download.php/4155/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
-
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
DEPEND="=dev-lang/ruby-1.8*
- >=dev-ruby/actionpack-1.8.1
- >=dev-ruby/activerecord-1.10.1
- >=dev-ruby/activesupport-1.0.4"
+ >=dev-ruby/actionpack-1.8.1
+ >=dev-ruby/activerecord-1.10.1
+ >=dev-ruby/activesupport-1.0.4"
diff --git a/dev-ruby/activerecord/activerecord-1.10.1.ebuild b/dev-ruby/activerecord/activerecord-1.10.1.ebuild
index a081c7eb2639..e4508bd2266b 100644
--- a/dev-ruby/activerecord/activerecord-1.10.1.ebuild
+++ b/dev-ruby/activerecord/activerecord-1.10.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.10.1.ebuild,v 1.1 2005/04/20 03:27:29 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activerecord/activerecord-1.10.1.ebuild,v 1.2 2005/04/29 01:07:51 vapier Exp $
inherit ruby gems
@@ -13,13 +13,9 @@ SRC_URI="http://rubyforge.org/frs/download.php/4146/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
-DEPEND="=dev-lang/ruby-1.8*
- >=dev-ruby/activesupport-1.0.4"
-
-src_test() {
- echo "Skipping rake test. It requires setting up live databases"
- echo "and is beyond the scope of portage testing."
-}
+RESTRICT="test"
+DEPEND="=dev-lang/ruby-1.8*
+ >=dev-ruby/activesupport-1.0.4"
diff --git a/dev-ruby/activesupport/activesupport-1.0.4.ebuild b/dev-ruby/activesupport/activesupport-1.0.4.ebuild
index 0f745c1f8de5..15b9349d98e2 100644
--- a/dev-ruby/activesupport/activesupport-1.0.4.ebuild
+++ b/dev-ruby/activesupport/activesupport-1.0.4.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/activesupport/activesupport-1.0.4.ebuild,v 1.1 2005/04/19 05:25:59 pythonhead Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-1.0.4.ebuild,v 1.2 2005/04/29 01:07:08 vapier Exp $
inherit ruby gems
@@ -13,8 +13,8 @@ SRC_URI="http://rubyforge.org/frs/download.php/4112/${P}.gem"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~amd64 ~x86"
IUSE=""
+
DEPEND="=dev-lang/ruby-1.8*
>=dev-ruby/rubygems-0.8.10"
-
diff --git a/dev-ruby/rake/rake-0.5.3.ebuild b/dev-ruby/rake/rake-0.5.3.ebuild
index 83c037e6fc2b..5a1909d53034 100644
--- a/dev-ruby/rake/rake-0.5.3.ebuild
+++ b/dev-ruby/rake/rake-0.5.3.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/rake/rake-0.5.3.ebuild,v 1.3 2005/04/21 19:05:58 hansmi Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake/rake-0.5.3.ebuild,v 1.4 2005/04/29 01:08:27 vapier Exp $
inherit ruby gems
@@ -13,14 +13,14 @@ SRC_URI="http://rubyforge.org/frs/download.php/3875/${P}.gem
http://rubyforge.org/frs/download.php/3876/${P}.tgz"
LICENSE="MIT"
-KEYWORDS="x86 ppc"
SLOT="0"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
-
+RESTRICT="test"
src_unpack() {
gems_src_unpack
- unpack ${P}.tgz || die "couldn't unpack ${P}.tgz"
+ unpack ${P}.tgz
}
src_install() {
@@ -29,9 +29,3 @@ src_install() {
cd ${WORKDIR}/${P}
DESTDIR="$D" ruby install.rb || die
}
-
-src_test() {
- einfo "Skipping test. Rake can't seem to test itself."
-}
-
-