public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2010-05-22 14:58 Diego Petteno (flameeyes)
  0 siblings, 0 replies; 6+ messages in thread
From: Diego Petteno (flameeyes) @ 2010-05-22 14:58 UTC (permalink / raw
  To: gentoo-commits

flameeyes    10/05/22 14:58:34

  Modified:             ChangeLog actionpack-2.3.5.ebuild
  Log:
  Various cleanups.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.152                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.151
retrieving revision 1.152
diff -u -r1.151 -r1.152
--- ChangeLog	13 Feb 2010 20:42:55 -0000	1.151
+++ ChangeLog	22 May 2010 14:58:34 -0000	1.152
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.151 2010/02/13 20:42:55 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.152 2010/05/22 14:58:34 flameeyes Exp $
+
+  22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+  actionpack-2.3.5.ebuild:
+  Various cleanups.
 
   13 Feb 2010; Raúl Porcel <armin76@gentoo.org> actionpack-2.3.5-r1.ebuild:
   Add ~ia64/~sparc



1.8                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?r1=1.7&r2=1.8

Index: actionpack-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- actionpack-2.3.5.ebuild	4 Jan 2010 10:58:31 -0000	1.7
+++ actionpack-2.3.5.ebuild	22 May 2010 14:58:34 -0000	1.8
@@ -1,9 +1,9 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.7 2010/01/04 10:58:31 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.8 2010/05/22 14:58:34 flameeyes Exp $
 
 inherit ruby gems
-USE_RUBY="ruby18 ruby19"
+USE_RUBY="ruby18"
 
 DESCRIPTION="Eases web-request routing, handling, and response."
 HOMEPAGE="http://rubyforge.org/projects/actionpack/"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2011-06-19  9:48 Alex Legler (a3li)
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Legler (a3li) @ 2011-06-19  9:48 UTC (permalink / raw
  To: gentoo-commits

a3li        11/06/19 09:48:46

  Modified:             ChangeLog actionpack-2.3.5.ebuild
  Log:
  Restrict rack dependency to 1.0*
  
  (Portage version: 2.2.0_alpha39/cvs/Linux x86_64)

Revision  Changes    Path
1.178                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.177
retrieving revision 1.178
diff -u -r1.177 -r1.178
--- ChangeLog	9 Jun 2011 17:08:16 -0000	1.177
+++ ChangeLog	19 Jun 2011 09:48:46 -0000	1.178
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.177 2011/06/09 17:08:16 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.178 2011/06/19 09:48:46 a3li Exp $
+
+  19 Jun 2011; Alex Legler <a3li@gentoo.org> actionpack-2.3.5.ebuild:
+  Restrict rack dependency to 1.0*
 
 *actionpack-2.3.12 (09 Jun 2011)
 



1.9                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild?r1=1.8&r2=1.9

Index: actionpack-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- actionpack-2.3.5.ebuild	22 May 2010 14:58:34 -0000	1.8
+++ actionpack-2.3.5.ebuild	19 Jun 2011 09:48:46 -0000	1.9
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.8 2010/05/22 14:58:34 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.9 2011/06/19 09:48:46 a3li Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18"
@@ -15,5 +15,5 @@
 
 DEPEND=">=dev-lang/ruby-1.8.6
 	~dev-ruby/activesupport-${PV}
-	>=dev-ruby/rack-1.0.1"
+	=dev-ruby/rack-1.0*"
 RDEPEND="${DEPEND}"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2010-01-04 10:58 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 10:58 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 10:58:31

  Modified:             ChangeLog actionpack-2.3.5.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.139                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	20 Dec 2009 11:17:40 -0000	1.138
+++ ChangeLog	4 Jan 2010 10:58:31 -0000	1.139
@@ -1,6 +1,10 @@
 # ChangeLog for dev-ruby/actionpack
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.138 2009/12/20 11:17:40 a3li Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.139 2010/01/04 10:58:31 fauli Exp $
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  actionpack-2.3.5.ebuild:
+  Transfer Prefix keywords
 
   20 Dec 2009; Alex Legler <a3li@gentoo.org> -actionpack-2.2.3.ebuild,
   -actionpack-2.3.4.ebuild:



1.7                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

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

Index: actionpack-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- actionpack-2.3.5.ebuild	19 Dec 2009 14:21:40 -0000	1.6
+++ actionpack-2.3.5.ebuild	4 Jan 2010 10:58:31 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.6 2009/12/19 14:21:40 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.7 2010/01/04 10:58:31 fauli Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x64-solaris ~x86-solaris"
 IUSE=""
 
 DEPEND=">=dev-lang/ruby-1.8.6






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2009-11-30 10:40 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-11-30 10:40 UTC (permalink / raw
  To: gentoo-commits

maekke      09/11/30 10:40:40

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

Revision  Changes    Path
1.134                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.133
retrieving revision 1.134
diff -u -r1.133 -r1.134
--- ChangeLog	30 Nov 2009 10:37:26 -0000	1.133
+++ ChangeLog	30 Nov 2009 10:40:39 -0000	1.134
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.133 2009/11/30 10:37:26 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.134 2009/11/30 10:40:39 maekke Exp $
+
+  30 Nov 2009; Markus Meier <maekke@gentoo.org> actionpack-2.3.5.ebuild:
+  amd64/x86 stable, bug #294797
 
   30 Nov 2009; Markus Meier <maekke@gentoo.org> actionpack-2.2.3-r1.ebuild:
   amd64/x86 stable, bug #294797



1.3                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

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

Index: actionpack-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionpack-2.3.5.ebuild	30 Nov 2009 09:21:04 -0000	1.2
+++ actionpack-2.3.5.ebuild	30 Nov 2009 10:40:39 -0000	1.3
@@ -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/actionpack/actionpack-2.3.5.ebuild,v 1.2 2009/11/30 09:21:04 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.3 2009/11/30 10:40:39 maekke Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="2.3"
-KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND=">=dev-lang/ruby-1.8.6






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2009-11-30  9:21 Alex Legler (a3li)
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Legler (a3li) @ 2009-11-30  9:21 UTC (permalink / raw
  To: gentoo-commits

a3li        09/11/30 09:21:04

  Modified:             ChangeLog actionpack-2.3.5.ebuild
  Log:
  Bump rack dependency
  (Portage version: 2.2_rc54/cvs/Linux x86_64)

Revision  Changes    Path
1.131                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.130
retrieving revision 1.131
diff -u -r1.130 -r1.131
--- ChangeLog	28 Nov 2009 11:18:29 -0000	1.130
+++ ChangeLog	30 Nov 2009 09:21:04 -0000	1.131
@@ -1,6 +1,9 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.130 2009/11/28 11:18:29 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.131 2009/11/30 09:21:04 a3li Exp $
+
+  30 Nov 2009; Alex Legler <a3li@gentoo.org> actionpack-2.3.5.ebuild:
+  Bump rack dependency
 
 *actionpack-2.2.3-r1 (28 Nov 2009)
 



1.2                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

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

Index: actionpack-2.3.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionpack-2.3.5.ebuild	28 Nov 2009 09:19:32 -0000	1.1
+++ actionpack-2.3.5.ebuild	30 Nov 2009 09:21:04 -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/actionpack/actionpack-2.3.5.ebuild,v 1.1 2009/11/28 09:19:32 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.2 2009/11/30 09:21:04 a3li Exp $
 
 inherit ruby gems
 USE_RUBY="ruby18 ruby19"
@@ -15,5 +15,5 @@
 
 DEPEND=">=dev-lang/ruby-1.8.6
 	~dev-ruby/activesupport-${PV}
-	=dev-ruby/rack-1.0*"
+	>=dev-ruby/rack-1.0.1"
 RDEPEND="${DEPEND}"






^ permalink raw reply	[flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild
@ 2009-11-28  9:19 Alex Legler (a3li)
  0 siblings, 0 replies; 6+ messages in thread
From: Alex Legler (a3li) @ 2009-11-28  9:19 UTC (permalink / raw
  To: gentoo-commits

a3li        09/11/28 09:19:32

  Modified:             ChangeLog
  Added:                actionpack-2.3.5.ebuild
  Log:
  Version bump, security bug 294797
  (Portage version: 2.2_rc52/cvs/Linux x86_64)

Revision  Changes    Path
1.129                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog	22 Oct 2009 15:14:31 -0000	1.128
+++ ChangeLog	28 Nov 2009 09:19:32 -0000	1.129
@@ -1,6 +1,11 @@
 # ChangeLog for dev-ruby/actionpack
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.128 2009/10/22 15:14:31 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.129 2009/11/28 09:19:32 a3li Exp $
+
+*actionpack-2.3.5 (28 Nov 2009)
+
+  28 Nov 2009; Alex Legler <a3li@gentoo.org> +actionpack-2.3.5.ebuild:
+  Version bump, security bug 294797
 
   22 Oct 2009; Alex Legler <a3li@gentoo.org> -actionpack-1.13.6.ebuild,
   -actionpack-2.0.5.ebuild, -actionpack-2.1.2-r1.ebuild:



1.1                  dev-ruby/actionpack/actionpack-2.3.5.ebuild

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

Index: actionpack-2.3.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.3.5.ebuild,v 1.1 2009/11/28 09:19:32 a3li Exp $

inherit ruby gems
USE_RUBY="ruby18 ruby19"

DESCRIPTION="Eases web-request routing, handling, and response."
HOMEPAGE="http://rubyforge.org/projects/actionpack/"

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

DEPEND=">=dev-lang/ruby-1.8.6
	~dev-ruby/activesupport-${PV}
	=dev-ruby/rack-1.0*"
RDEPEND="${DEPEND}"






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

end of thread, other threads:[~2011-06-19  9:48 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-22 14:58 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.3.5.ebuild Diego Petteno (flameeyes)
  -- strict thread matches above, loose matches on Subject: below --
2011-06-19  9:48 Alex Legler (a3li)
2010-01-04 10:58 Christian Faulhammer (fauli)
2009-11-30 10:40 Markus Meier (maekke)
2009-11-30  9:21 Alex Legler (a3li)
2009-11-28  9:19 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