diff options
author | Alex Legler <a3li@gentoo.org> | 2009-11-28 09:34:07 +0000 |
---|---|---|
committer | Alex Legler <a3li@gentoo.org> | 2009-11-28 09:34:07 +0000 |
commit | 1462b42941c72e0a0f944e1eaf72f49e66752cbd (patch) | |
tree | a486f9942a3794a1b2712b9977cd8b2c87ba7f7c /dev-ruby/activesupport | |
parent | Drop --impl-headers since the call was dropped from new eselect, and should b... (diff) | |
download | historical-1462b42941c72e0a0f944e1eaf72f49e66752cbd.tar.gz historical-1462b42941c72e0a0f944e1eaf72f49e66752cbd.tar.bz2 historical-1462b42941c72e0a0f944e1eaf72f49e66752cbd.zip |
Version bump, security bug 294797
Package-Manager: portage-2.2_rc52/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.5.ebuild | 17 |
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}" |