diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:00:38 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-22 15:00:38 +0000 |
commit | 42c1321592bc5275991cf10e06c13b8dbcad1a5a (patch) | |
tree | c9d82d0d1760b812092496680a2bc8bcd199acde /dev-ruby/activesupport | |
parent | stable amd64, bug 303245 (diff) | |
download | gentoo-2-42c1321592bc5275991cf10e06c13b8dbcad1a5a.tar.gz gentoo-2-42c1321592bc5275991cf10e06c13b8dbcad1a5a.tar.bz2 gentoo-2-42c1321592bc5275991cf10e06c13b8dbcad1a5a.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r-- | dev-ruby/activesupport/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/activesupport/activesupport-2.3.5.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog index 0eaf8fbe377d..570f44b6c3d1 100644 --- a/dev-ruby/activesupport/ChangeLog +++ b/dev-ruby/activesupport/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/activesupport # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.117 2010/02/01 16:40:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.118 2010/05/22 15:00:38 flameeyes Exp $ + + 22 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> + activesupport-2.3.5.ebuild: + Various cleanups. *activesupport-2.3.5-r4 (01 Feb 2010) diff --git a/dev-ruby/activesupport/activesupport-2.3.5.ebuild b/dev-ruby/activesupport/activesupport-2.3.5.ebuild index e2f4cc1f2b40..d3b908f0017c 100644 --- a/dev-ruby/activesupport/activesupport-2.3.5.ebuild +++ b/dev-ruby/activesupport/activesupport-2.3.5.ebuild @@ -1,9 +1,9 @@ -# 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/activesupport/activesupport-2.3.5.ebuild,v 1.5 2009/12/19 14:18:15 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.3.5.ebuild,v 1.6 2010/05/22 15:00:38 flameeyes Exp $ inherit ruby gems -USE_RUBY="ruby18 ruby19" +USE_RUBY="ruby18" DESCRIPTION="Utility Classes and Extension to the Standard Library" HOMEPAGE="http://rubyforge.org/projects/activesupport/" |