public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-2.2.3-r1.ebuild
@ 2009-11-28 11:20 Alex Legler (a3li)
  0 siblings, 0 replies; 3+ messages in thread
From: Alex Legler (a3li) @ 2009-11-28 11:20 UTC (permalink / raw
  To: gentoo-commits

a3li        09/11/28 11:20:27

  Modified:             ChangeLog
  Added:                rails-2.2.3-r1.ebuild
  Log:
  Revision bump, security bug 294797.
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.159                dev-ruby/rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.158
retrieving revision 1.159
diff -u -r1.158 -r1.159
--- ChangeLog	28 Nov 2009 09:34:07 -0000	1.158
+++ ChangeLog	28 Nov 2009 11:20:27 -0000	1.159
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.158 2009/11/28 09:34:07 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.159 2009/11/28 11:20:27 a3li Exp $
+
+*rails-2.2.3-r1 (28 Nov 2009)
+
+  28 Nov 2009; Alex Legler <a3li@gentoo.org> +rails-2.2.3-r1.ebuild:
+  Revision bump, security bug 294797.
 
 *rails-2.3.5 (28 Nov 2009)
 



1.1                  dev-ruby/rails/rails-2.2.3-r1.ebuild

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

Index: rails-2.2.3-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.2.3-r1.ebuild,v 1.1 2009/11/28 11:20:27 a3li Exp $

inherit ruby gems
USE_RUBY="ruby18"

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

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

IUSE="fastcgi"
DEPEND=">=dev-lang/ruby-1.8.5
	>=app-admin/eselect-rails-0.14
	>=dev-ruby/rake-0.8.3
	~dev-ruby/activerecord-2.2.3
	~dev-ruby/activeresource-2.2.3
	~dev-ruby/activesupport-2.2.3
	~dev-ruby/actionmailer-2.2.3
	=dev-ruby/actionpack-2.2.3-r1"

RDEPEND="${DEPEND}
	fastcgi? ( >=dev-ruby/ruby-fcgi-0.8.6 )
	>=dev-ruby/rubygems-1.3.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}"
	sed -i -e "s/>= 0/${PV}/" "${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
}

pkg_postrm() {
	eselect rails update
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-2.2.3-r1.ebuild
@ 2009-11-30 10:38 Markus Meier (maekke)
  0 siblings, 0 replies; 3+ messages in thread
From: Markus Meier (maekke) @ 2009-11-30 10:38 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/30 10:38:40

  Modified:             ChangeLog rails-2.2.3-r1.ebuild
  Log:
  amd64/x86 stable, bug #294797
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.160                dev-ruby/rails/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.159
retrieving revision 1.160
diff -u -r1.159 -r1.160
--- ChangeLog	28 Nov 2009 11:20:27 -0000	1.159
+++ ChangeLog	30 Nov 2009 10:38:40 -0000	1.160
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.159 2009/11/28 11:20:27 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.160 2009/11/30 10:38:40 maekke Exp $
+
+  30 Nov 2009; Markus Meier <maekke@gentoo.org> rails-2.2.3-r1.ebuild:
+  amd64/x86 stable, bug #294797
 
 *rails-2.2.3-r1 (28 Nov 2009)
 



1.2                  dev-ruby/rails/rails-2.2.3-r1.ebuild

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

Index: rails-2.2.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.2.3-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rails-2.2.3-r1.ebuild	28 Nov 2009 11:20:27 -0000	1.1
+++ rails-2.2.3-r1.ebuild	30 Nov 2009 10:38:40 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.2.3-r1.ebuild,v 1.1 2009/11/28 11:20:27 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/rails-2.2.3-r1.ebuild,v 1.2 2009/11/30 10:38:40 maekke Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.2"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 
 IUSE="fastcgi"
 DEPEND=">=dev-lang/ruby-1.8.5






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-2.2.3-r1.ebuild
@ 2011-06-09 15:18 Hans de Graaff (graaff)
  0 siblings, 0 replies; 3+ messages in thread
From: Hans de Graaff (graaff) @ 2011-06-09 15:18 UTC (permalink / raw
  To: gentoo-commits

graaff      11/06/09 15:18:09

  Modified:             ChangeLog
  Removed:              rails-2.2.3-r1.ebuild
  Log:
  Remove old version.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.189                dev-ruby/rails/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.189&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?rev=1.189&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/rails/ChangeLog?r1=1.188&r2=1.189

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v
retrieving revision 1.188
retrieving revision 1.189
diff -u -r1.188 -r1.189
--- ChangeLog	1 May 2011 14:09:45 -0000	1.188
+++ ChangeLog	9 Jun 2011 15:18:09 -0000	1.189
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/rails
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.188 2011/05/01 14:09:45 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rails/ChangeLog,v 1.189 2011/06/09 15:18:09 graaff Exp $
+
+  09 Jun 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.2.3-r1.ebuild:
+  Remove old version.
 
   01 May 2011; Hans de Graaff <graaff@gentoo.org> -rails-2.3.10.ebuild,
   -rails-3.0.3.ebuild:






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

end of thread, other threads:[~2011-06-09 15:18 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-30 10:38 [gentoo-commits] gentoo-x86 commit in dev-ruby/rails: ChangeLog rails-2.2.3-r1.ebuild Markus Meier (maekke)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-09 15:18 Hans de Graaff (graaff)
2009-11-28 11:20 Alex Legler (a3li)

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