public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-11-25  8:57 Hans de Graaff (graaff)
  0 siblings, 0 replies; 6+ messages in thread
From: Hans de Graaff (graaff) @ 2007-11-25  8:57 UTC (permalink / raw
  To: gentoo-commits

graaff      07/11/25 08:57:09

  Modified:             ChangeLog
  Added:                rails-1.2.6.ebuild
  Log:
  Version bump for Rails 1.2.6, security bug #200159
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.88                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.88&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.88&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.87&r2=1.88

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	21 Oct 2007 15:24:43 -0000	1.87
+++ ChangeLog	25 Nov 2007 08:57:08 -0000	1.88
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.87 2007/10/21 15:24:43 beandog Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.88 2007/11/25 08:57:08 graaff Exp $
+
+*rails-1.2.6 (25 Nov 2007)
+
+  25 Nov 2007; Hans de Graaff <graaff@gentoo.org> +rails-1.2.6.ebuild:
+  Version bump for Rails 1.2.6, security bug #200159
 
   21 Oct 2007; Steve Dibb <beandog@gentoo.org> rails-1.2.5.ebuild:
   amd64 stable, security bug 195315



1.1                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.1&content-type=text/plain

Index: rails-1.2.6.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.1 2007/11/25 08:57:08 graaff Exp $

inherit ruby gems

DESCRIPTION="ruby on rails is a web-application and persistance framework"
HOMEPAGE="http://www.rubyonrails.org"

LICENSE="MIT"
SLOT="1.2"
KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"

IUSE="mysql sqlite sqlite3 postgres fastcgi"
DEPEND=">=dev-lang/ruby-1.8.5
	app-admin/eselect-rails
	>=dev-ruby/rake-0.7.2
	=dev-ruby/activerecord-1.15.6
	=dev-ruby/actionmailer-1.3.6
	=dev-ruby/actionwebservice-1.2.6
	=dev-ruby/activesupport-1.4.4
	=dev-ruby/actionpack-1.13.6
	!<dev-ruby/rails-1.1.6-r1"

RDEPEND="${DEPEND}
	fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
	sqlite? ( >=dev-ruby/sqlite-ruby-2.2.2 )
	sqlite3? ( dev-ruby/sqlite3-ruby )
	mysql? ( >=dev-ruby/mysql-ruby-2.7 )
	postgres? ( >=dev-ruby/ruby-postgres-0.7.1 )"

src_install() {
	gems_src_install
	# Rename slotted files that may clash so that eselect can handle
	# them
	mv ${D}/usr/bin/rails ${D}/usr/bin/rails-${PV}
	mv ${D}/${GEMSDIR}/bin/rails ${D}/${GEMSDIR}/bin/rails-${PV}
}

pkg_postinst() {
	einfo "To select between slots of rails, use:"
	einfo "\teselect rails"
	eselect rails update --if-unset
}

pkg_postrm() {
	eselect rails update --if-unset
}



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-11-26 21:15 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-11-26 21:15 UTC (permalink / raw
  To: gentoo-commits

opfer       07/11/26 21:15:45

  Modified:             ChangeLog rails-1.2.6.ebuild
  Log:
  stable x86, security bug 200159
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.89                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.89&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.89&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.88&r2=1.89

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	25 Nov 2007 08:57:08 -0000	1.88
+++ ChangeLog	26 Nov 2007 21:15:44 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.88 2007/11/25 08:57:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.89 2007/11/26 21:15:44 opfer Exp $
+
+  26 Nov 2007; Christian Faulhammer <opfer@gentoo.org> rails-1.2.6.ebuild:
+  stable x86, security bug 200159
 
 *rails-1.2.6 (25 Nov 2007)
 



1.2                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?r1=1.1&r2=1.2

Index: rails-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rails-1.2.6.ebuild	25 Nov 2007 08:57:08 -0000	1.1
+++ rails-1.2.6.ebuild	26 Nov 2007 21:15:44 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.1 2007/11/25 08:57:08 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.2 2007/11/26 21:15:44 opfer Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
 
 IUSE="mysql sqlite sqlite3 postgres fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-11-26 23:27 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2007-11-26 23:27 UTC (permalink / raw
  To: gentoo-commits

ranger      07/11/26 23:27:40

  Modified:             ChangeLog rails-1.2.6.ebuild
  Log:
  Marking rails-1.2.6 ppc for bug 200159
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.90                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.90&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.90&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.89&r2=1.90

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	26 Nov 2007 21:15:44 -0000	1.89
+++ ChangeLog	26 Nov 2007 23:27:40 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.89 2007/11/26 21:15:44 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.90 2007/11/26 23:27:40 ranger Exp $
+
+  26 Nov 2007; Brent Baude <ranger@gentoo.org> rails-1.2.6.ebuild:
+  Marking rails-1.2.6 ppc for bug 200159
 
   26 Nov 2007; Christian Faulhammer <opfer@gentoo.org> rails-1.2.6.ebuild:
   stable x86, security bug 200159



1.3                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?r1=1.2&r2=1.3

Index: rails-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rails-1.2.6.ebuild	26 Nov 2007 21:15:44 -0000	1.2
+++ rails-1.2.6.ebuild	26 Nov 2007 23:27:40 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.2 2007/11/26 21:15:44 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.3 2007/11/26 23:27:40 ranger Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd"
 
 IUSE="mysql sqlite sqlite3 postgres fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-11-27 14:59 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2007-11-27 14:59 UTC (permalink / raw
  To: gentoo-commits

armin76     07/11/27 14:59:33

  Modified:             ChangeLog rails-1.2.6.ebuild
  Log:
  ia64/sparc stable wrt security #200159
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.91                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	26 Nov 2007 23:27:40 -0000	1.90
+++ ChangeLog	27 Nov 2007 14:59:32 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.90 2007/11/26 23:27:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.91 2007/11/27 14:59:32 armin76 Exp $
+
+  27 Nov 2007; Raúl Porcel <armin76@gentoo.org> rails-1.2.6.ebuild:
+  ia64/sparc stable wrt security #200159
 
   26 Nov 2007; Brent Baude <ranger@gentoo.org> rails-1.2.6.ebuild:
   Marking rails-1.2.6 ppc for bug 200159



1.4                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?r1=1.3&r2=1.4

Index: rails-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rails-1.2.6.ebuild	26 Nov 2007 23:27:40 -0000	1.3
+++ rails-1.2.6.ebuild	27 Nov 2007 14:59:32 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.3 2007/11/26 23:27:40 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.4 2007/11/27 14:59:32 armin76 Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ~ia64 ppc ~sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ia64 ppc sparc x86 ~x86-fbsd"
 
 IUSE="mysql sqlite sqlite3 postgres fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-11-27 17:09 Markus Rothe (corsair)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Rothe (corsair) @ 2007-11-27 17:09 UTC (permalink / raw
  To: gentoo-commits

corsair     07/11/27 17:09:29

  Modified:             ChangeLog rails-1.2.6.ebuild
  Log:
  Added ~ppc64; bug #200159
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.92                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	27 Nov 2007 14:59:32 -0000	1.91
+++ ChangeLog	27 Nov 2007 17:09:28 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.91 2007/11/27 14:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.92 2007/11/27 17:09:28 corsair Exp $
+
+  27 Nov 2007; Markus Rothe <corsair@gentoo.org> rails-1.2.6.ebuild:
+  Added ~ppc64; bug #200159
 
   27 Nov 2007; Raúl Porcel <armin76@gentoo.org> rails-1.2.6.ebuild:
   ia64/sparc stable wrt security #200159



1.5                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?r1=1.4&r2=1.5

Index: rails-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rails-1.2.6.ebuild	27 Nov 2007 14:59:32 -0000	1.4
+++ rails-1.2.6.ebuild	27 Nov 2007 17:09:28 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.4 2007/11/27 14:59:32 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.5 2007/11/27 17:09:28 corsair Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ia64 ppc sparc x86 ~x86-fbsd"
+KEYWORDS="~amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 
 IUSE="mysql sqlite sqlite3 postgres fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild
@ 2007-12-01 22:48 Christoph Mende (angelos)
  0 siblings, 0 replies; 6+ messages in thread
From: Christoph Mende (angelos) @ 2007-12-01 22:48 UTC (permalink / raw
  To: gentoo-commits

angelos     07/12/01 22:48:48

  Modified:             ChangeLog rails-1.2.6.ebuild
  Log:
  Stable on amd64 wrt bug #200159
  (Portage version: 2.1.4_rc4)

Revision  Changes    Path
1.94                 dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	1 Dec 2007 08:52:43 -0000	1.93
+++ ChangeLog	1 Dec 2007 22:48:48 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.93 2007/12/01 08:52:43 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.94 2007/12/01 22:48:48 angelos Exp $
+
+  01 Dec 2007; Christoph Mende <angelos@gentoo.org> rails-1.2.6.ebuild:
+  Stable on amd64 wrt bug #200159
 
   01 Dec 2007; Hans de Graaff <graaff@gentoo.org> -rails-1.2.3.ebuild,
   -rails-1.2.3-r1.ebuild, -rails-1.2.4.ebuild:



1.6                  dev-ruby/rails/rails-1.2.6.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild?r1=1.5&r2=1.6

Index: rails-1.2.6.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- rails-1.2.6.ebuild	27 Nov 2007 17:09:28 -0000	1.5
+++ rails-1.2.6.ebuild	1 Dec 2007 22:48:48 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.5 2007/11/27 17:09:28 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-1.2.6.ebuild,v 1.6 2007/12/01 22:48:48 angelos Exp $
 
 inherit ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="1.2"
-KEYWORDS="~amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
 
 IUSE="mysql sqlite sqlite3 postgres fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-12-01 22:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-11-27 14:59 [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-1.2.6.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2007-12-01 22:48 Christoph Mende (angelos)
2007-11-27 17:09 Markus Rothe (corsair)
2007-11-26 23:27 Brent Baude (ranger)
2007-11-26 21:15 Christian Faulhammer (opfer)
2007-11-25  8:57 Hans de Graaff (graaff)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox