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.1.2-r1.ebuild
@ 2009-03-14 15:32 Alex Legler (a3li)
  0 siblings, 0 replies; 5+ messages in thread
From: Alex Legler (a3li) @ 2009-03-14 15:32 UTC (permalink / raw
  To: gentoo-commits

a3li        09/03/14 15:32:13

  Modified:             ChangeLog
  Added:                actionpack-2.1.2-r1.ebuild
  Log:
  Revbump to fix the 2.1 slot for bug 247549.
  (Portage version: 2.2_rc25/cvs/Linux x86_64)

Revision  Changes    Path
1.99                 dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog	10 Jan 2009 16:30:20 -0000	1.98
+++ ChangeLog	14 Mar 2009 15:32:13 -0000	1.99
@@ -1,6 +1,12 @@
 # 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.98 2009/01/10 16:30:20 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.99 2009/03/14 15:32:13 a3li Exp $
+
+*actionpack-2.1.2-r1 (14 Mar 2009)
+
+  14 Mar 2009; Alex Legler <a3li@gentoo.org>
+  +files/2.1.2-csrf-circumvention.patch, +actionpack-2.1.2-r1.ebuild:
+  Revbump to include patch for secbug #247549 for 2.1.2.
 
   10 Jan 2009; Raúl Porcel <armin76@gentoo.org> actionpack-2.2.2.ebuild:
   ia64 stable wrt #253425



1.1                  dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild

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

Index: actionpack-2.1.2-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/actionpack/actionpack-2.1.2-r1.ebuild,v 1.1 2009/03/14 15:32:13 a3li Exp $

inherit eutils ruby gems

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

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

DEPEND=">=dev-lang/ruby-1.8.5
	=dev-ruby/activesupport-2.1.2"

src_install() {
	gems_src_install

	# Patch for bug 247579.
	# Yes, I know, but we cannot patch gems in a different way *yet*.
	cd "${D}/$(gem18 env gemdir)/gems/${P}/lib" || die "cd failed"
	epatch "${FILESDIR}/${PV}-csrf-circumvention.patch"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.1.2-r1.ebuild
@ 2009-03-15 12:49 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-15 12:49 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/15 12:49:21

  Modified:             ChangeLog actionpack-2.1.2-r1.ebuild
  Log:
  Marking actionpack-2.1.2-r1 ppc64 for bug 247549
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.100                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -r1.99 -r1.100
--- ChangeLog	14 Mar 2009 15:32:13 -0000	1.99
+++ ChangeLog	15 Mar 2009 12:49:21 -0000	1.100
@@ -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.99 2009/03/14 15:32:13 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.100 2009/03/15 12:49:21 ranger Exp $
+
+  15 Mar 2009; Brent Baude <ranger@gentoo.org> actionpack-2.1.2-r1.ebuild:
+  Marking actionpack-2.1.2-r1 ppc64 for bug 247549
 
 *actionpack-2.1.2-r1 (14 Mar 2009)
 



1.2                  dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild

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

Index: actionpack-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- actionpack-2.1.2-r1.ebuild	14 Mar 2009 15:32:13 -0000	1.1
+++ actionpack-2.1.2-r1.ebuild	15 Mar 2009 12:49:21 -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.1.2-r1.ebuild,v 1.1 2009/03/14 15:32:13 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v 1.2 2009/03/15 12:49:21 ranger Exp $
 
 inherit eutils ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="2.1"
-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.5






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.1.2-r1.ebuild
@ 2009-03-15 15:06 Markus Meier (maekke)
  0 siblings, 0 replies; 5+ messages in thread
From: Markus Meier (maekke) @ 2009-03-15 15:06 UTC (permalink / raw
  To: gentoo-commits

maekke      09/03/15 15:06:33

  Modified:             ChangeLog actionpack-2.1.2-r1.ebuild
  Log:
  amd64/x86 stable, bug #247549
  (Portage version: 2.1.6.8/cvs/Linux x86_64)

Revision  Changes    Path
1.101                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -r1.100 -r1.101
--- ChangeLog	15 Mar 2009 12:49:21 -0000	1.100
+++ ChangeLog	15 Mar 2009 15:06:33 -0000	1.101
@@ -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.100 2009/03/15 12:49:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.101 2009/03/15 15:06:33 maekke Exp $
+
+  15 Mar 2009; Markus Meier <maekke@gentoo.org> actionpack-2.1.2-r1.ebuild:
+  amd64/x86 stable, bug #247549
 
   15 Mar 2009; Brent Baude <ranger@gentoo.org> actionpack-2.1.2-r1.ebuild:
   Marking actionpack-2.1.2-r1 ppc64 for bug 247549



1.3                  dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild

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

Index: actionpack-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- actionpack-2.1.2-r1.ebuild	15 Mar 2009 12:49:21 -0000	1.2
+++ actionpack-2.1.2-r1.ebuild	15 Mar 2009 15:06:33 -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.1.2-r1.ebuild,v 1.2 2009/03/15 12:49:21 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v 1.3 2009/03/15 15:06:33 maekke Exp $
 
 inherit eutils ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="2.1"
-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.5






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.1.2-r1.ebuild
@ 2009-03-18 22:28 Brent Baude (ranger)
  0 siblings, 0 replies; 5+ messages in thread
From: Brent Baude (ranger) @ 2009-03-18 22:28 UTC (permalink / raw
  To: gentoo-commits

ranger      09/03/18 22:28:44

  Modified:             ChangeLog actionpack-2.1.2-r1.ebuild
  Log:
  Marking actionpack-2.1.2-r1 ppc for bug 247549
  (Portage version: 2.1.6.7/cvs/Linux ppc64)

Revision  Changes    Path
1.103                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog	17 Mar 2009 09:39:27 -0000	1.102
+++ ChangeLog	18 Mar 2009 22:28:44 -0000	1.103
@@ -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.102 2009/03/17 09:39:27 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.103 2009/03/18 22:28:44 ranger Exp $
+
+  18 Mar 2009; Brent Baude <ranger@gentoo.org> actionpack-2.1.2-r1.ebuild:
+  Marking actionpack-2.1.2-r1 ppc for bug 247549
 
 *actionpack-2.3.2 (17 Mar 2009)
 



1.4                  dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild

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

Index: actionpack-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- actionpack-2.1.2-r1.ebuild	15 Mar 2009 15:06:33 -0000	1.3
+++ actionpack-2.1.2-r1.ebuild	18 Mar 2009 22:28:44 -0000	1.4
@@ -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.1.2-r1.ebuild,v 1.3 2009/03/15 15:06:33 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v 1.4 2009/03/18 22:28:44 ranger Exp $
 
 inherit eutils ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="2.1"
-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.5






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

* [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.1.2-r1.ebuild
@ 2009-03-25 14:55 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-03-25 14:55 UTC (permalink / raw
  To: gentoo-commits

armin76     09/03/25 14:55:43

  Modified:             ChangeLog actionpack-2.1.2-r1.ebuild
  Log:
  ia64/sparc stable wrt #247549
  (Portage version: 2.1.6.7/cvs/Linux ia64)

Revision  Changes    Path
1.104                dev-ruby/actionpack/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v
retrieving revision 1.103
retrieving revision 1.104
diff -u -r1.103 -r1.104
--- ChangeLog	18 Mar 2009 22:28:44 -0000	1.103
+++ ChangeLog	25 Mar 2009 14:55:43 -0000	1.104
@@ -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.103 2009/03/18 22:28:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.104 2009/03/25 14:55:43 armin76 Exp $
+
+  25 Mar 2009; Raúl Porcel <armin76@gentoo.org> actionpack-2.1.2-r1.ebuild:
+  ia64/sparc stable wrt #247549
 
   18 Mar 2009; Brent Baude <ranger@gentoo.org> actionpack-2.1.2-r1.ebuild:
   Marking actionpack-2.1.2-r1 ppc for bug 247549



1.5                  dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild

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

Index: actionpack-2.1.2-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- actionpack-2.1.2-r1.ebuild	18 Mar 2009 22:28:44 -0000	1.4
+++ actionpack-2.1.2-r1.ebuild	25 Mar 2009 14:55:43 -0000	1.5
@@ -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.1.2-r1.ebuild,v 1.4 2009/03/18 22:28:44 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/actionpack-2.1.2-r1.ebuild,v 1.5 2009/03/25 14:55:43 armin76 Exp $
 
 inherit eutils ruby gems
 
@@ -9,7 +9,7 @@
 
 LICENSE="MIT"
 SLOT="2.1"
-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.5






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

end of thread, other threads:[~2009-03-25 14:55 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-18 22:28 [gentoo-commits] gentoo-x86 commit in dev-ruby/actionpack: ChangeLog actionpack-2.1.2-r1.ebuild Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2009-03-25 14:55 Raul Porcel (armin76)
2009-03-15 15:06 Markus Meier (maekke)
2009-03-15 12:49 Brent Baude (ranger)
2009-03-14 15:32 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