summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <a3li@gentoo.org>2009-11-28 09:16:37 +0000
committerAlex Legler <a3li@gentoo.org>2009-11-28 09:16:37 +0000
commit770e2eccbf427b9edb5a18a46bf33f89d84ec3fa (patch)
tree34d84292d06dbef5480565f23267c84fb1a7a285 /dev-ruby/activesupport
parentDrop --impl-headers since the call was dropped from new eselect, and should b... (diff)
downloadgentoo-2-770e2eccbf427b9edb5a18a46bf33f89d84ec3fa.tar.gz
gentoo-2-770e2eccbf427b9edb5a18a46bf33f89d84ec3fa.tar.bz2
gentoo-2-770e2eccbf427b9edb5a18a46bf33f89d84ec3fa.zip
Version bump, security bug 294797
(Portage version: 2.2_rc52/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog7
-rw-r--r--dev-ruby/activesupport/activesupport-2.3.5.ebuild17
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 86ebd77216ab..22c53d58c540 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.104 2009/10/22 08:29:58 a3li Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.105 2009/11/28 09:16:37 a3li Exp $
+
+*activesupport-2.3.5 (28 Nov 2009)
+
+ 28 Nov 2009; Alex Legler <a3li@gentoo.org> +activesupport-2.3.5.ebuild:
+ Version bump, security bug 294797
22 Oct 2009; Alex Legler <a3li@gentoo.org> -activesupport-1.4.4.ebuild,
-activesupport-2.0.5.ebuild, -activesupport-2.1.2.ebuild:
diff --git a/dev-ruby/activesupport/activesupport-2.3.5.ebuild b/dev-ruby/activesupport/activesupport-2.3.5.ebuild
new file mode 100644
index 000000000000..ebcf194aaacc
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-2.3.5.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5.ebuild,v 1.1 2009/11/28 09:16:37 a3li Exp $
+
+inherit ruby gems
+USE_RUBY="ruby18 ruby19"
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+
+LICENSE="MIT"
+SLOT="2.3"
+KEYWORDS="~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.6"
+RDEPEND="${DEPEND}"