summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2008-09-12 05:45:32 +0000
committerHans de Graaff <graaff@gentoo.org>2008-09-12 05:45:32 +0000
commit64ed599502eb91019a405e36a818b35b21fa2eac (patch)
treeb532a079a441d7030575043352030f62b3f40e72 /dev-ruby/activesupport
parentVersion bump. Cleanup (diff)
downloadgentoo-2-64ed599502eb91019a405e36a818b35b21fa2eac.tar.gz
gentoo-2-64ed599502eb91019a405e36a818b35b21fa2eac.tar.bz2
gentoo-2-64ed599502eb91019a405e36a818b35b21fa2eac.zip
Version bump for Rails 2.0.4, bug #237385
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/activesupport')
-rw-r--r--dev-ruby/activesupport/ChangeLog8
-rw-r--r--dev-ruby/activesupport/activesupport-2.0.4.ebuild16
2 files changed, 23 insertions, 1 deletions
diff --git a/dev-ruby/activesupport/ChangeLog b/dev-ruby/activesupport/ChangeLog
index 7d59f9c1e94b..3e72a7ede8ea 100644
--- a/dev-ruby/activesupport/ChangeLog
+++ b/dev-ruby/activesupport/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-ruby/activesupport
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.64 2008/07/13 09:06:06 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/ChangeLog,v 1.65 2008/09/12 05:45:32 graaff Exp $
+
+*activesupport-2.0.4 (12 Sep 2008)
+
+ 12 Sep 2008; Hans de Graaff <graaff@gentoo.org>
+ +activesupport-2.0.4.ebuild:
+ Version bump for Rails 2.0.4, bug #237385
13 Jul 2008; Hans de Graaff <graaff@gentoo.org>
-activesupport-1.3.1.ebuild:
diff --git a/dev-ruby/activesupport/activesupport-2.0.4.ebuild b/dev-ruby/activesupport/activesupport-2.0.4.ebuild
new file mode 100644
index 000000000000..bf747a54fd39
--- /dev/null
+++ b/dev-ruby/activesupport/activesupport-2.0.4.ebuild
@@ -0,0 +1,16 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/activesupport/activesupport-2.0.4.ebuild,v 1.1 2008/09/12 05:45:32 graaff Exp $
+
+inherit ruby gems
+
+DESCRIPTION="Utility Classes and Extension to the Standard Library"
+HOMEPAGE="http://rubyforge.org/projects/activesupport/"
+
+LICENSE="MIT"
+SLOT="2"
+KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+IUSE=""
+
+DEPEND=">=dev-lang/ruby-1.8.5
+ >=dev-ruby/rubygems-0.9.0"