summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2009-09-04 06:16:11 +0000
committerHans de Graaff <graaff@gentoo.org>2009-09-04 06:16:11 +0000
commit2f9011b9c11d13e8b912395b4d494bb2c7c352d5 (patch)
tree2b33cd4409f9abb4017d7d102fb411bd2ea8ef01 /dev-ruby
parentVersion bump. (diff)
downloadhistorical-2f9011b9c11d13e8b912395b4d494bb2c7c352d5.tar.gz
historical-2f9011b9c11d13e8b912395b4d494bb2c7c352d5.tar.bz2
historical-2f9011b9c11d13e8b912395b4d494bb2c7c352d5.zip
Version bump.
Package-Manager: portage-2.1.6.13/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/actionpack/ChangeLog7
-rw-r--r--dev-ruby/actionpack/actionpack-2.3.4.ebuild19
-rw-r--r--dev-ruby/activeresource/ChangeLog8
-rw-r--r--dev-ruby/activeresource/activeresource-2.3.4.ebuild18
4 files changed, 50 insertions, 2 deletions
diff --git a/dev-ruby/actionpack/ChangeLog b/dev-ruby/actionpack/ChangeLog
index 475762dac963..bef23e9d1d2c 100644
--- a/dev-ruby/actionpack/ChangeLog
+++ b/dev-ruby/actionpack/ChangeLog
@@ -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.114 2009/08/16 14:28:29 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/actionpack/ChangeLog,v 1.115 2009/09/04 06:16:11 graaff Exp $
+
+*actionpack-2.3.4 (04 Sep 2009)
+
+ 04 Sep 2009; Hans de Graaff <graaff@gentoo.org> +actionpack-2.3.4.ebuild:
+ Version bump: fix security issues reported in #283396.
16 Aug 2009; Raúl Porcel <armin76@gentoo.org> actionpack-2.3.3.ebuild:
Add ~ia64 wrt #279123
diff --git a/dev-ruby/actionpack/actionpack-2.3.4.ebuild b/dev-ruby/actionpack/actionpack-2.3.4.ebuild
new file mode 100644
index 000000000000..6a9444711ffe
--- /dev/null
+++ b/dev-ruby/actionpack/actionpack-2.3.4.ebuild
@@ -0,0 +1,19 @@
+# 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.4.ebuild,v 1.1 2009/09/04 06:16:11 graaff 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-2.3.4
+ =dev-ruby/rack-1.0*"
+RDEPEND="${DEPEND}"
diff --git a/dev-ruby/activeresource/ChangeLog b/dev-ruby/activeresource/ChangeLog
index efd47ff5876b..15071c2bc439 100644
--- a/dev-ruby/activeresource/ChangeLog
+++ b/dev-ruby/activeresource/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activeresource
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.36 2009/07/22 06:44:31 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/ChangeLog,v 1.37 2009/09/04 06:12:25 graaff Exp $
+
+*activeresource-2.3.4 (04 Sep 2009)
+
+ 04 Sep 2009; Hans de Graaff <graaff@gentoo.org>
+ +activeresource-2.3.4.ebuild:
+ Version bump: fix security issues reported in #283396.
*activeresource-2.3.3 (22 Jul 2009)
diff --git a/dev-ruby/activeresource/activeresource-2.3.4.ebuild b/dev-ruby/activeresource/activeresource-2.3.4.ebuild
new file mode 100644
index 000000000000..fd2f99d48e6c
--- /dev/null
+++ b/dev-ruby/activeresource/activeresource-2.3.4.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activeresource/activeresource-2.3.4.ebuild,v 1.1 2009/09/04 06:12:25 graaff Exp $
+
+inherit ruby gems
+USE_RUBY="ruby18 ruby19"
+
+DESCRIPTION="Think Active Record for web resources.."
+HOMEPAGE="http://rubyforge.org/projects/activeresource/"
+
+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-2.3.4"
+RDEPEND="${DEPEND}"